You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
S3BucketLoggingEnabled and S3DefaultEncryptionKms seem to conflict with one another.
AWS-KMS (SSE-KMS) can not be used on the target bucket for Server Access Logging, which causes S3_DEFAULT_ENCRYPTION_KMS to report as being non compliant. There should be a way to specify which buckets can be exempted from this rule.
The text was updated successfully, but these errors were encountered:
I am running into a similar conflict with ElbLoggingEnabled and S3DefaultEncryptionKms. With access logs enabled on an application load balancer, the S3 bucket has to use Amazon S3-managed keys.
S3BucketLoggingEnabled
andS3DefaultEncryptionKms
seem to conflict with one another.AWS-KMS (SSE-KMS) can not be used on the target bucket for Server Access Logging, which causes
S3_DEFAULT_ENCRYPTION_KMS
to report as being non compliant. There should be a way to specify which buckets can be exempted from this rule.The text was updated successfully, but these errors were encountered: