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

A company uses AWS Organizations to manage its AWS accounts. The company wants its monitoring system to receive an alert when a root user logs in. The company also needs a dashboard to display any log activity that the root user generates.

Which combination of steps will meet these requirements? (Choose three.)

Answer options

Correct answer: C, E, F

Explanation

To capture root login events across all accounts in AWS Organizations, an AWS CloudTrail organization trail must be configured to send events to Amazon CloudWatch Logs (Option E). From there, a CloudWatch Logs metric filter can detect the root logins and trigger a CloudWatch alarm to send alerts via Amazon SNS (Option C). Finally, an Amazon CloudWatch dashboard utilizing a CloudWatch Logs Insights query provides the required visualization of root user activity (Option F).