AWS Certified Solutions Architect - Associate (SAA-C03) #14 Domain 4-2 Cost Optimization — Cost Monitoring

4 min read

While #13 Pricing Models covered the choices that reduce cost, this post covers the tools that view, forecast, and control cost. These tools have similar names and their roles are easy to confuse, so being able to distinguish “what each one is for” in a single line is the key to the exam.

View and Forecast Cost — Cost Explorer #

Cost Explorer is a tool that visualizes and analyzes cost and usage. It provides trends over time, breakdowns by service and by tag, and forecasts of future cost. It’s the answer to a requirement like “analyze where cost grew over the past few months and forecast ahead.”

Set a Budget and Alert — AWS Budgets #

AWS Budgets sets thresholds for cost and usage and sends alerts when they are exceeded (or forecast to be). You can configure cost budgets, usage budgets, Reserved/Savings Plans coverage budgets, and more. If the requirement is “alert me when I go over the monthly budget,” it’s Budgets, not Cost Explorer.

Distinction: Cost Explorer is analysis and forecasting; Budgets is threshold alerting. These two are a regular pair that get confused on the exam.

The Most Detailed Billing Data — CUR #

The Cost and Usage Report (CUR) exports the most granular billing and usage data to S3. You can analyze it with Athena , QuickSight. If you need “the most detailed billing data at the line-item level,” it’s CUR.

Inspection and Recommendations — Trusted Advisor and Compute Optimizer #

ToolRole
Trusted AdvisorComprehensive check of cost , security , performance , fault tolerance , service limits (including identifying idle/underutilized resources)
Compute OptimizerRight-sizing recommendations based on usage metrics (EC2 , ASG , EBS , Lambda)
  • Trusted Advisor — checks across the account and flags savings opportunities like “unused EIPs,” “underutilized EC2,” and “low RI utilization.” Beyond cost, it also looks at security , performance , limits.
  • Compute Optimizer — analyzes actual usage metrics and provides right-sizing recommendations like “this instance can run fine on a size smaller.”

“Find idle/underutilized resources to reduce cost” is Trusted Advisor; “shrink instances to the right size” leans toward Compute Optimizer.

Multi-Account Cost Management #

When a company runs multiple accounts (#2), cost is spread across those accounts. Two tools bring it together.

  • Consolidated Billing — combines billing for multiple accounts into one with AWS Organizations. Usage is aggregated, so you get volume discounts and shared RI/Savings Plans benefits.
  • Cost Allocation Tags — attach tags (e.g., team, project) to resources to break down cost by team or project.

“Combine cost across multiple accounts to get a volume discount” is consolidated billing; “view cost split by team” is cost allocation tags.

Exam Question Patterns #

  • Visualize , analyze , forecast cost.” → Cost Explorer
  • Alert when the budget is exceeded.” → AWS Budgets
  • The most detailed line-item billing data.” → CUR
  • “Identify idle/underutilized resources.” → Trusted Advisor
  • Right-sizing recommendations for instances.” → Compute Optimizer
  • Consolidated billing + volume discount across accounts.” → Organizations consolidated billing
  • Classify cost by team/project.” → Cost allocation tags

Common Traps #

1) Trying to get alerts from Cost Explorer #

Cost Explorer is an analysis and forecasting tool. Threshold alerting is AWS Budgets.

2) Confusing Trusted Advisor and Compute Optimizer #

Trusted Advisor is a comprehensive check of cost , security , performance , limits; Compute Optimizer is specialized in right-sizing recommendations.

3) Thinking consolidated billing also merges security isolation #

Consolidated billing only combines billing; isolation of resources and permissions across accounts is preserved (permission control is via SCP and the like).

4) Viewing cost by team without cost allocation tags #

You must attach and activate tags before tag-based cost breakdown is possible.

Wrap-up #

What this post locked in:

  • Cost Explorer (analysis , forecasting) vs. Budgets (threshold alerting) — don’t confuse them
  • CUR — the most detailed billing data (S3 → Athena/QuickSight)
  • Trusted Advisor (comprehensive check , idle identification) vs. Compute Optimizer (right-sizing recommendations)
  • Multi-account — consolidated billing (volume discount) + cost allocation tags (per-team breakdown)

With this, we’ve completed all four domains, through the cost optimization domain (20%, #13–14). From security → resilience → high performance → cost, we’ve made a full pass over SAA-C03’s exam scope.

Next — Exam Tips and Frequently Missed Patterns #

Domain study is done. Next is the practical strategy for protecting your score in the exam room.

In #15 Exam Tips and Frequently Missed Patterns we’ll organize time management, how to filter options by constraint keywords, the elimination strategy, and the concept pairs most often confused on the exam (Multi-AZ vs. read replica, SG vs. NACL, and more) all at once.

X