elbv2: Network Load Balancer - access logs permission issues #8113
Labels
@aws-cdk/aws-elasticloadbalancingv2
Related to Amazon Elastic Load Balancing V2
bug
This issue is a bug.
in-progress
This issue is being actively worked on.
needs-triage
This issue or PR still needs to be triaged.
p2
The
NetworkLoadBalancer
class inheritlogAccessLogs
method from theBaseLoadBalancer
to enable access logs.When enabling it, the stack creation fails because of missing permissions on the S3 Bucket.
The required permissions are listed here.
Reproduction Steps
Create a new CDK app and install the following dependencies.
Pass an aws account and aws region as Stack Props when instanciating the following stack.
Then, deploy the app.
Error Log
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: