AWS Certified Solutions Architect – Associate (SAA-C03) — Question 195

A company wants to manage Amazon Machine Images (AMIs). The company currently copies AMIs to the same AWS Region where the AMIs were created. The company needs to design an application that captures AWS API calls and sends alerts whenever the Amazon EC2 CreateImage API operation is called within the company’s account.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: C

Explanation

The correct answer is C because using Amazon EventBridge allows for a streamlined event-driven architecture that directly sends alerts with minimal configuration. Option A involves querying logs, which adds complexity, while B and D require additional components like Athena or SQS, increasing operational overhead.