ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

39 / 690

Question 39:

You have an S3 bucket that is used to store important data for a web application. You want to receive an email notification whenever an object removal event happens in the S3 bucket. How would you configure the S3 bucket to achieve this requirement?

Answer options:

A.Configure the object-level logging for the S3 bucket and register an SNS topic to provide notifications.
B.Configure the server access logging for the object removal events. Add an SNS topic to notify the team via emails.
C.Set up an AWS Config rule to check the object deletion events. Register a Lambda function to send notifications.
D.Configure an S3 event notification for the object removal events. Send the events to an SNS topic.