AWS Certified Security – Specialty (SCS-C02) — Question 88

A security engineer is configuring a mechanism to send an alert when three or more failed sign-in attempts to the AWS Management Console occur during a 5-minute period. The security engineer creates a trail in AWS CloudTrail to assist in this work.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is the correct solution as it utilizes CloudTrail events sent to CloudWatch Logs, creating a metric filter that accurately tracks the failed login attempts and triggers an alarm based on the specified thresholds. Option A incorrectly relies on Insights events, which may not provide the necessary granularity for this scenario. Option C, while feasible, is more complex and indirect than necessary for real-time alerts, and Option D does not directly monitor console login attempts.