nerdexam
Amazon

SAA-C03 · Question #65

A company has migrated several applications to AWS in the past 3 months. The company wants to know the breakdown of costs for each of these applications. The company wants to receive a regular…

The correct answer is C. Tag all the AWS resources with a key for cost and a value of the application's name. Activate cost. This solution is the most cost-effective and efficient way to break down costs per application. Tagging Resources: By tagging all AWS resources with a specific key (e.g., "cost") and a value representing the application's name, you can easily identify and categorize costs…

Submitted by alyssa_d· Mar 4, 2026Design Cost-Optimized Architectures

Question

A company has migrated several applications to AWS in the past 3 months. The company wants to know the breakdown of costs for each of these applications. The company wants to receive a regular report that Includes this Information. Which solution will meet these requirements MOST cost-effectively?

Options

  • AUse AWS Budgets to download data for the past 3 months into a csv file. Look up the desired
  • BLoad AWS Cost and Usage Reports into an Amazon RDS DB instance. Run SQL queries to gel
  • CTag all the AWS resources with a key for cost and a value of the application's name. Activate cost
  • DTag all the AWS resources with a key for cost and a value of the application's name. Use the

How the community answered

(54 responses)
  • A
    4% (2)
  • B
    6% (3)
  • C
    89% (48)
  • D
    2% (1)

Explanation

This solution is the most cost-effective and efficient way to break down costs per application. Tagging Resources: By tagging all AWS resources with a specific key (e.g., "cost") and a value representing the application's name, you can easily identify and categorize costs associated with each application. This tagging strategy allows for granular tracking of costs within AWS. Activating Cost Allocation Tags: Once tags are applied to resources, you need to activate cost allocation tags in the AWS Billing and Cost Management console. This ensures that the costs associated with each tag are included in your billing reports and can be used for cost analysis. AWS Cost Explorer: Cost Explorer is a powerful tool that allows you to visualize, understand, and manage your AWS costs and usage over time. You can filter and group your cost data by the tags you've applied to resources, enabling you to easily see the cost breakdown for each application. Cost Explorer also supports generating regular reports, which can be scheduled and emailed to stakeholders. Why Not Other Options? Option A (AWS Budgets): AWS Budgets is more focused on setting cost and usage thresholds and monitoring them, rather than providing detailed cost breakdowns by application. Option B (Load Cost and Usage Reports into RDS): This approach is less cost-effective and involves more operational overhead, as it requires setting up and maintaining an RDS instance and running SQL queries. Option D (AWS Billing and Cost Management Console): While you can download bills, this method is more manual and less dynamic compared to using Cost Explorer with activated tags.

Community Discussion

No community discussion yet for this question.

Full SAA-C03 Practice