Skip to main content

Cost Management

Tools to estimate, monitor, control, and attribute AWS spend. The distinction is when in the lifecycle each acts.

ServiceWhenJobKey distinction
AWS Pricing CalculatorBefore deployEstimate a design’s costWorks with no account/resources
AWS Cost ExplorerAfter spendAnalyze & visualize history13 months history, forecasts, anomaly detection
AWS BudgetsOngoingAlert on thresholdsForward-looking; alerts on forecast, can enforce
AWS Cost and Usage ReportAfter spendRaw line-item dataMost granular; feeds Athena/QuickSight
AWS Billing ConductorAfter spendCustom/pro-forma billingReseller/chargeback rates, not your real invoice
AWS MarketplacePurchaseBuy 3rd-party software on one billVendor products, not internal tooling
  • Estimate (Pricing Calculator) → analyze (Cost Explorer) → alert (Budgets) → export raw (CUR).
  • Cost Explorer (dashboard) vs CUR (raw source data behind it).

Other cost management tools

Services whose main job is something else, but that carry a cost lever the exam expects you to recognize.

ServiceMain jobCost lever
AWS OrganizationsMulti-account governanceConsolidated billing — pooled volume tiers, shared RIs/Savings Plans
AWS Control TowerLanding zone with guardrailsStandardizes new accounts, so budgets and tagging start on day one
Amazon QuickSightBI dashboardsVisualizes the AWS Cost and Usage Report for chargeback reporting
AWS Auto ScalingScale several services togetherCapacity tracks demand, so idle capacity is never paid for
Amazon EC2 Auto ScalingScale an EC2 groupTerminates instances demand no longer needs
AWS Trusted AdvisorBest-practice checksCost Optimization pillar flags idle and underutilized resources
Amazon Data Lifecycle ManagerAutomate EBS snapshots and AMIsDeletes stale snapshots that would otherwise bill forever
AWS BackupCentral backup policyLifecycle rules move backups to cold storage
Amazon S3Object storageStorage classes plus lifecycle policies cool data as it ages
  • The pattern: turn something off, right-size it, move it to a cheaper tier, or make the spend visible enough to act on.

Linked from