A SysOps Administrator needs to aggregate compliance status data from AWS Config rules across all member accounts within an AWS Organization. The administrator wants to view the compliance details of all accounts and regions in a single dashboard within the organization's management account with the least administrative effort. Which solution will meet these requirements?
- Set up an AWS Config aggregator in the management account, and configure it to collect compliance data from the entire AWS Organization.Answer
- BCreate an Amazon EventBridge rule in each member account to detect Config compliance state changes, and route the events to a central Amazon SNS topic in the management account.
- CConfigure a cross-account IAM role in each member account, and use the iam:PassRole permission in the management account to query each Config service endpoint.
- DCreate an AWS Config delivery channel in each member account that writes history files to a centralized Amazon S3 bucket, then stream these logs to Amazon CloudWatch Logs for analysis.
Answer
Set up an AWS Config aggregator in the management account, and configure it to collect compliance data from the entire AWS Organization.
An AWS Config aggregator is an AWS Config resource type that collects configuration history and compliance data from multiple accounts and regions. Creating an aggregator in the management account of an AWS Organization allows the administrator to view compliance status across all accounts and regions in a single dashboard with minimal effort, making this the correct and most efficient solution.
Step-by-Step Solution
Key Concept
AWS Config Multi-Account Multi-Region Data Aggregation