
Ultimate access to all questions.
You are tasked with ensuring that all S3 buckets within your AWS environment adhere to a strict policy of enabling versioning and server-side encryption. Describe the steps you would take to create an AWS Config rule to detect and report on any S3 buckets that do not comply with these requirements.
A
Create a custom AWS Config rule using Lambda to check for versioning and encryption on all S3 buckets.
B
Use the built-in AWS Config rule 's3-bucket-versioning-enabled' and 's3-bucket-server-side-encryption-enabled' to monitor compliance.
C
Manually audit each S3 bucket for versioning and encryption settings.
D
Enable default encryption on all S3 buckets and ignore versioning settings.