AWS Certified Solutions Architect – Associate (SAA-C03) — Question 606

A company wants to monitor its AWS costs for financial review. The cloud operations team is designing an architecture in the AWS Organizations management account to query AWS Cost and Usage Reports for all member accounts. The team must run this query once a month and provide a detailed analysis of the bill.

Which solution is the MOST scalable and cost-effective way to meet these requirements?

Answer options

Correct answer: B

Explanation

Enabling AWS Cost and Usage Reports (CUR) in the management account consolidates billing data for all member accounts into a single Amazon S3 bucket. Using Amazon Athena to analyze this data is highly cost-effective and scalable because Athena is serverless and charges only for the data scanned during the monthly query execution. Other alternatives, such as Amazon Redshift or Amazon EMR, require provisioning and maintaining infrastructure, which leads to unnecessary continuous costs.