Cloud/ AWS / AWS Certified Cloud Practitioner (CLF-C02) / AWS Billing & Pricing for CLF-C02: Free Tier, Support Plans, Cost Tools

AWS Amazon Web Services Foundational Step 4 of 5 106 guides ยท updated 2026

Hands-on guides to compute, storage, databases, networking, and serverless on the world's most widely adopted cloud platform.

Step 4 โ€” Billing & Pricing

Hereโ€™s a question worth sitting with for a second: if AWS bills you for exactly what you use, why does an entire exam domain exist around billing and pricing? Because โ€œpay for what you useโ€ still leaves a dozen decisions on the table โ€” which pricing model, which support tier, which tool watches your spend before it spirals. This step is about those decisions.


Compute Pricing Models, Compared

AWS gives you several ways to pay for compute capacity, and the discount you get is directly tied to how much flexibility you give up.

FLEXIBILITY โ—„โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ–บ DISCOUNT
(pay full price, (commit ahead of time, (deepest discount,
no commitment, predictable workload) but AWS can reclaim
change anytime) capacity anytime)
On-Demand Savings Plans Reserved Instances Spot Instances
ModelHow it worksBest fit
On-DemandPay by the second/hour, no commitment, cancel anytimeUnpredictable or short-term workloads, testing
Reserved InstancesCommit to a specific instance type/region for 1 or 3 years for a lower rateSteady, predictable workloads you know wonโ€™t change
Savings PlansCommit to a dollar amount of usage per hour for 1 or 3 years, flexible across instance families and servicesPredictable spend where the exact instance type may vary over time
Spot InstancesBid for AWSโ€™s unused capacity at steep discounts; AWS can reclaim it with short noticeFault-tolerant, interruption-friendly workloads like batch processing

Compute Savings Plans are the pricing model AWS steers most customers toward today โ€” rather than locking into one instance family the way older-style Reserved Instances did, a Savings Plan commits you to a consistent amount of hourly spend and automatically applies the discount across EC2, Fargate, and Lambda usage, whatever combination you end up using. Itโ€™s the flexible version of the same basic idea: commit ahead, pay less.

Spot Instances sit at the opposite end of the spectrum โ€” the steepest possible discount, in exchange for accepting that AWS might reclaim that capacity on short notice when itโ€™s needed elsewhere. Thatโ€™s a perfectly reasonable trade for a machine learning training job or a batch render, and a terrible trade for a production database.


AWS Free Tier

New and existing customers get access to a set of offers designed to let you try services without committing real spend upfront. These generally fall into three buckets:

The trap the exam sets: Free Tier limits are usage caps, not a guarantee of zero charges. Exceed the included amount, and youโ€™re billed at standard rates for the overage. Always-free offers donโ€™t expire with account age; the 12-month category does.


Watching and Controlling Your Spend

AWS gives you several tools to understand, forecast, and react to your bill, and each one has a distinct job.

Cost Explorer โ†’ Look backward and forward: visualize spend, spot trends, forecast future cost
AWS Budgets โ†’ Set a threshold, get alerted when you approach or exceed it
Trusted Advisor โ†’ Get recommendations across cost, performance, security, fault tolerance
Billing alarms โ†’ CloudWatch-based alarm triggered by estimated charges crossing a limit

Cost Explorer is your analysis tool โ€” a visual interface for breaking down historical spend by service, by linked account, or by tag, plus basic forecasting of where your bill is headed if current trends continue.

AWS Budgets is your alerting tool โ€” you define a threshold (a dollar amount, a percentage of Free Tier usage, or a specific usage metric) and get notified as you approach or cross it. Cost Explorer tells you what happened; Budgets tells you when somethingโ€™s about to happen that you asked to be warned about.

Trusted Advisor goes beyond just cost โ€” it scans your account and flags opportunities across five categories: cost optimization, performance, security, fault tolerance, and service limits. The depth of Trusted Advisorโ€™s checks depends on your support plan, which is where the next section comes in.


AWS Organizations and Consolidated Billing

Companies running multiple AWS accounts โ€” one per team, one per environment, one per project โ€” donโ€™t want to reconcile a dozen separate invoices every month. AWS Organizations lets you group multiple accounts under a single management structure, and consolidated billing rolls all of those accounts into one bill.

The advantage isnโ€™t just convenience. Combined usage across accounts can cross volume-pricing thresholds faster than any single account would alone, and it can share the benefit of Reserved Instance or Savings Plan discounts purchased in one account with others in the same organization. A ten-person startup with three accounts and a thousand-person enterprise with sixty accounts both benefit from the same basic mechanism: one bill, shared discounts, centralized visibility.


AWS Support Plans

AWS offers four support tiers, and CLF-C02 expects you to know roughly what separates them โ€” not the exact pricing formula, but who each tier is built for.

PlanWho itโ€™s forNotable inclusions
BasicAnyone with an AWS account, free by defaultCustomer service, documentation, Trusted Advisor core checks, Personal Health Dashboard
DeveloperIndividuals experimenting or in early developmentBusiness-hours email access to Cloud Support Associates
BusinessProduction workloads24/7 phone/chat/email support, faster response times, full Trusted Advisor checks, access to AWS Support API
EnterpriseMission-critical, large-scale operationsEverything in Business plus a Technical Account Manager (TAM), concierge-style support, fastest response commitments

The pattern to remember: every plan includes Basic-level access by default, and each tier up adds faster response times, broader support channels, and a more dedicated relationship with AWS. Enterprise is the only tier that includes a named Technical Account Manager โ€” a recurring point in โ€œwhich support plan includes a TAMโ€ style questions.


Exam Focus: What Questions Test From This Step