Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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.