AWS Certified SysOps Administrator – Associate — Question 92

A SysOps administrator needs to develop a solution that provides email notification and inserts a record into a database every time a file is put into an Amazon S3 bucket.

What is the MOST operationally efficient solution that meets these requirements?

Answer options

Correct answer: A

Explanation

Option A is the most operationally efficient solution as it leverages S3 event notifications and SNS to seamlessly handle both the email notification and database insertion in a single workflow. Option B introduces unnecessary complexity with CloudWatch alarms, while Option C relies on a scheduled invocation which is not event-driven. Option D complicates the setup by requiring two separate Lambda functions instead of utilizing a single function to handle both tasks.