AWS Certified Security – Specialty — Question 186

A company's security officer is concerned about the risk of AWS account root user logins and has assigned a security engineer to implement a notification solution for near-real-time alerts upon account root user logins.
How should the security engineer meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because it leverages AWS CloudTrail and Amazon CloudWatch Events to provide near-real-time monitoring of account root user logins, triggering an automated alert through AWS Lambda and Amazon SNS. Option A is inefficient as it relies on a scheduled job and manual parsing, while Option C is slower due to log processing from S3, and Option D is incorrect as VPC Flow Logs do not capture account root user logins.