AWS Certified SysOps Administrator – Associate — Question 117

A company stores sensitive data in an Amazon S3 bucket. The company must log all access attempts to the S3 bucket. The company’s risk team must receive immediate notification about any delete events.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Option A is correct because it directly enables S3 server access logging and sets up an SNS notification specifically for DeleteObject events, fulfilling both requirements. Option B does not provide immediate notifications and relies on daily log downloads, which is not timely. Options C and D utilize CloudWatch Logs but do not log access to the S3 bucket in the manner required, nor do they specify the necessary event notifications.