What are the MINIMUM requirements for the S3 bucket?
(Choose two.)
The bucket must be in the same Region as the Network Load Balancer.
The bucket must have a bucket policy that grants Elastic Load Balancing permissions to write the access logs to the bucket.
The bucket must have encryption enabled.
The bucket must have lifecycle policies set.
The bucket must have public access disabled.
Explanations:
The S3 bucket must be in the same Region as the Network Load Balancer to allow Elastic Load Balancing to store the logs.
The S3 bucket must have a bucket policy that grants Elastic Load Balancing the necessary permissions to write access logs to it.
Encryption is not a minimum requirement for S3 buckets used for access logging with a Network Load Balancer.
Lifecycle policies are not a minimum requirement for storing access logs in an S3 bucket.
While disabling public access is a best practice, it is not a minimum requirement for enabling access logging for a Network Load Balancer.