AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 10

A company has multiple accounts in an organization in AWS Organizations. The company's SecOps team needs to receive an Amazon Simple Notification Service (Amazon SNS) notification if any account in the organization turns off the Block Public Access feature on an Amazon S3 bucket. A DevOps engineer must implement this change without affecting the operation of any AWS accounts. The implementation must ensure that individual member accounts in the organization cannot turn off the notification.
Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

The correct answer is C because enabling AWS Config allows continuous monitoring of the Block Public Access settings on S3 buckets and automatically notifies the SecOps team via SNS if changes occur. The other options either involve services that do not provide the necessary monitoring for the Block Public Access feature (A, D) or require deployment in each account which could risk individual accounts disabling notifications (B).