Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
When enabling access logging for an AWS load balancer, I get the following error: Access Denied for bucket: test-bucket-access-logs. Please check S3bucket permission test-bucket-access-logs is ...
#1: Initial revision
When configuring load balancer access logs, what permission does the S3 bucket need?
When enabling access logging for an AWS load balancer, I get the following error: ``` Access Denied for bucket: test-bucket-access-logs. Please check S3bucket permission ``` `test-bucket-access-logs` is the name of the new S3 bucket that I created. How can I give it the proper permissions?