AWS Certified Security – Specialty — Question 83

A company has several production AWS accounts and a central security AWS account. The security account is used for centralized monitoring and has IAM privileges to all resources in every corporate account. All of the company's Amazon S3 buckets are tagged with a value denoting the data classification of their contents.
A Security Engineer is deploying a monitoring solution in the security account that will enforce bucket policy compliance. The system must monitor S3 buckets in all production accounts and confirm that any policy change is in accordance with the bucket's data classification. If any change is out of compliance, the Security team must be notified quickly.
Which combination of actions would build the required solution? (Choose three.)

Answer options

Correct answer: A, C, E

Explanation

The correct actions involve configuring Amazon CloudWatch Events to monitor S3 events in the production accounts (A), setting up a rule to capture these events in the security account (C), and using AWS Lambda to analyze compliance and notify the Security team (E). Options B and D do not directly contribute to monitoring bucket policy compliance, while F focuses on specific S3 event notifications rather than overall compliance enforcement.