
Answer-first summary for fast verification
Answer: Establish an EventBridge rule to detect CreateImage API calls, with SNS to distribute alerts.
The correct answer is C. Using Amazon EventBridge (formerly known as Amazon CloudWatch Events) to create a rule for the CreateImage API call and configuring the target as an SNS topic provides a seamless and automated way to monitor and alert on this specific event with minimal operational overhead. EventBridge natively supports various AWS services and directly targets SNS, ensuring a straightforward and efficient setup.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company seeks a solution to monitor and alert on Amazon EC2 CreateImage API calls within their AWS account, prioritizing minimal operational overhead. Which approach should they implement?
A
Deploy an AWS Lambda to monitor CloudTrail logs for CreateImage API calls and trigger alerts.
B
Enable CloudTrail logging with SNS notifications for new S3 log deliveries, then use Athena to identify CreateImage API usage.
C
Establish an EventBridge rule to detect CreateImage API calls, with SNS to distribute alerts.
D
Utilize SQS FIFO for CloudTrail log storage, coupled with Lambda to publish alerts to SNS upon CreateImage API detection.
No comments yet.