AWS Certified SysOps Administrator – Associate — Question 158

A SysOps administrator has blocked public access to all company Amazon S3 buckets. The SysOps administrator wants to be notified when an S3 bucket becomes publicly readable in the future.

What is the MOST operationally efficient way to meet this requirement?

Answer options

Correct answer: D

Explanation

The correct answer is D because enabling the s3-bucket-public-read-prohibited managed rule in AWS Config provides a proactive measure to monitor and notify when any S3 bucket is made publicly readable. The other options involve periodic checks or scripts that are less efficient and do not provide real-time monitoring compared to AWS Config's built-in capabilities.