AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 322

A company detects unusual login attempts in many of its AWS accounts. A DevOps engineer must implement a solution that sends a notification to the company's security team when multiple failed login attempts occur. The DevOps engineer has already created an Amazon Simple Notification Service (Amazon SNS) topic and has subscribed the security team to the SNS topic.

Which solution will provide the notification with the LEAST operational effort?

Answer options

Correct answer: A

Explanation

AWS ConsoleLogin events are classified as management events rather than data events, which makes Option A correct and Option C incorrect. Sending these management events to a CloudWatch Logs log group and using a metric filter to trigger an alarm requires the least operational effort. Options B and D are incorrect because they introduce excessive complexity, such as scheduling Athena queries or attempting to filter complex JSON structures inside S3 event notifications.