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

A company has multiple AWS accounts in an organization in AWS Organizations that has all features enabled. The company’s DevOps administrator needs to improve security across all the company's AWS accounts. The administrator needs to identify the top users and roles in use across all accounts.

Which solution will meet these requirements with the MOST operational efficiency?

Answer options

Correct answer: A

Explanation

CloudWatch Contributor Insights is designed to analyze log data in real-time and identify top contributors, making it highly efficient to track the most active IAM users and roles via the userIdentity.arn field in AWS CloudTrail logs. While Amazon Athena can query CloudTrail data, it requires manual query execution and is less operationally efficient than the automated analysis provided by Contributor Insights. AWS Identity and Access Management Access Analyzer and Service access reports do not easily aggregate top active users across an entire organization without significant manual overhead.