How AWS charges for resources, and the Billing and Cost Management tools for seeing and controlling that spend.

AWS pricing models

All AWS pricing models sit on one axis: On-Demand gives full flexibility at the highest unit price, commitments trade flexibility for savings, and Spot trades availability for the deepest discount.

ModelTrade
On-DemandNo commitment, highest unit price
Savings PlansCommit to compute spend for 1 or 3 years, flexible across families or Regions by plan
Reserved InstancesCommit to configurations for 1 or 3 years, Standard or Convertible
SpotSpare capacity, reclaimable with notice
Dedicated Hosts/InstancesPhysical isolation for licensing or compliance
Free TierLimited usage in the first 12 months, always-free offers, trials

As listed in the note. Outbound and cross-Region data transfer are billed; inbound is typically free.1

Practices

  • Start On-Demand, then cover steady state with Savings Plans or reservations; use Spot for interruptible work such as batch, CI, and ML training.
  • Consolidated billing shares volume discounts and reservations across an organization.
  • Estimate with the Pricing Calculator; watch data transfer.1

AWS Billing and Cost Management

Billing and Cost Management is five capabilities in one console: paying the bill, seeing where money went, labeling it by team or app, forecasting and capping it, and buying capacity cheaper in advance. IAM access to all of it is off by default.

TaskTool
Pay and invoiceBilling and payments; consolidated billing through Organizations at no extra fee
AnalyzeCost Explorer, data exports, Cost Anomaly Detection
LabelCost categories and cost allocation tags
PlanBudgets with threshold alerts, Pricing calculator
SaveCost Optimization Hub, Savings Plans, reservations

As tabled in the note.2

Troubleshooting

SymptomCheck
IAM user sees no billingEnable Activate IAM Access and grant billing permissions
Tags show no costsActivate cost allocation tags; tagging alone is not enough
Budget alerts silentThresholds, subscribers, scope
Member account costs missingConsolidated billing and linked-account preferences

As tabled in the note.2

Footnotes

  1. AWS pricing models - Runbook & Reference, original ↩ ↩2

  2. AWS Billing and Cost Management - Runbook & Reference, original ↩ ↩2