The Billing, Pricing, and Support domain is only 12% of the AWS Certified Cloud Practitioner (CLF-C02) exam by weight, but it punches well above that number. Pricing and cost-management questions are recognition questions — they reward you for knowing the name of the right tool or pricing model, not for doing math. Combined with the cloud-economics objectives that live inside Domain 1 (Cloud Concepts), this material can account for a meaningful slice of your score, and it’s some of the easiest to lock down.
This guide walks through everything CLF-C02 expects you to know about how AWS charges you, how to predict and control those charges, and what each AWS Support plan offers. It’s written from a practitioner’s point of view — these are the same concepts you’ll use the first week you own a real AWS bill — but every section maps back to the exam blueprint. If you want the full blueprint first, start with the AWS Cloud Practitioner exam guide for 2026 and the CLF-C02 domains breakdown.
The Three Pricing Fundamentals AWS Wants You to Know
Before any specific service, the exam tests whether you understand AWS’s core pricing philosophy. AWS frames it as a few simple principles:
| Principle | What it means | Example |
|---|---|---|
| Pay-as-you-go | Pay only for what you use, when you use it, with no long-term contracts or upfront commitment required | Turn off a dev EC2 instance overnight and you stop paying for it |
| Save when you reserve | Commit to a consistent amount of usage for 1 or 3 years in exchange for a large discount | Reserved Instances or Savings Plans cut compute costs by up to ~72% |
| Pay less by using more | Volume-based, tiered pricing means the per-unit price drops as your usage grows | S3 storage gets cheaper per GB as you store more |
| Pay less as AWS grows | As AWS achieves economies of scale, it lowers prices — there have been 100+ price reductions over the years | Periodic service-wide price drops passed on to customers |
The three things you are always billed for, at the highest level, are compute (e.g., EC2 running time), storage (e.g., S3, EBS), and outbound data transfer. A useful exam fact: inbound data transfer into AWS is free, data transfer within the same Availability Zone is generally free, and outbound data transfer to the internet is what costs money. When a question asks “what is not charged,” inbound transfer is a common correct answer.
AWS Pricing Models for Compute
Most pricing questions revolve around EC2 purchasing options. Know these five cold:
| Pricing model | Commitment | Typical discount | Best for |
|---|---|---|---|
| On-Demand | None | Baseline (no discount) | Short-term, spiky, unpredictable workloads; dev/test |
| Reserved Instances (RI) | 1 or 3 years | Up to ~72% | Steady-state, predictable usage (e.g., a 24/7 database) |
| Savings Plans | 1 or 3 years | Up to ~72% | Predictable usage with flexibility across services/regions |
| Spot Instances | None (interruptible) | Up to ~90% | Fault-tolerant, flexible, stateless workloads (batch, CI, big data) |
| Dedicated Hosts | On-Demand or Reserved | Premium price | Compliance, licensing (bring-your-own-license) needs |
A few distinctions the exam loves:
- Reserved Instances come in Standard (largest discount, locked to an instance family) and Convertible (slightly smaller discount, but you can change instance family/OS/tenancy). Payment options are All Upfront (biggest discount), Partial Upfront, and No Upfront.
- Savings Plans are the more modern, flexible commitment model. You commit to a steady spend (measured in $/hour), not to a specific instance. Compute Savings Plans apply automatically across EC2, AWS Fargate, and AWS Lambda in any region and family (most flexible, up to ~66%). EC2 Instance Savings Plans lock you to an instance family in a chosen region for a slightly higher discount (up to ~72%).
- Spot Instances can be reclaimed by AWS with a two-minute warning when capacity is needed. Never put a workload that can’t tolerate interruption on Spot. Signal words: “fault-tolerant,” “flexible start/end time,” “can be interrupted,” “lowest cost.”
A classic trap: a scenario describes a workload that runs 24/7 for years and asks for the lowest cost. If interruption is acceptable, the answer can be Spot; if the workload must run continuously and predictably, the answer is a Savings Plan or Reserved Instance — not Spot.
The AWS Free Tier
The AWS Free Tier is heavily tested because it shapes how beginners experiment. It has three distinct categories, and you should be able to tell them apart:
| Free Tier type | Duration | Example |
|---|---|---|
| Always Free | Never expires | AWS Lambda (1M free requests/month), DynamoDB (25 GB storage) |
| 12 Months Free | First 12 months after sign-up | EC2 t2.micro/t3.micro (750 hours/month), S3 (5 GB standard storage) |
| Trials | Short-term from service activation | Amazon SageMaker, some other services’ limited free trials |
New AWS accounts also receive promotional credits to explore paid services. For the exam, focus on the three categories and the idea that the Free Tier lets you learn and prototype at little or no cost — but it has limits, and exceeding them incurs normal charges. Setting up a billing alarm (see below) is the standard way to avoid a surprise bill while using the Free Tier.
Tools for Estimating Costs Before You Deploy
Two tools help you forecast spend before you provision anything:
- AWS Pricing Calculator — a web-based tool to model and estimate the cost of an architecture before you build it. It replaced the older Simple Monthly Calculator and TCO Calculator. Use it for “estimate the monthly cost of this proposed solution” scenarios.
- Total Cost of Ownership (TCO) thinking — comparing the all-in cost of running on-premises (hardware, power, cooling, staff, data center space) versus AWS. The exam frames cloud’s value partly as trading capital expense (CapEx) for variable/operational expense (OpEx).
Tools for Tracking and Controlling Costs
Once you’re running workloads, AWS provides a family of cost-management tools. Knowing which tool does what is the single most testable part of this domain.
| Tool | What it does | Use it when… |
|---|---|---|
| AWS Billing Console | Central place to view bills, payment methods, and invoices | You need to see “what did I owe this month” |
| AWS Cost Explorer | Visualize and analyze cost/usage over time; forecast up to 12 months; get RI/Savings Plan recommendations | You want to understand and forecast trends |
| AWS Budgets | Set custom cost or usage budgets and get alerts (or trigger actions) when you exceed thresholds | You want to be notified before you overspend |
| AWS Cost and Usage Report (CUR) | The most granular, line-item billing data (hourly), delivered to S3 for analysis with Athena/QuickSight | You need detailed, queryable raw billing data |
| AWS Cost Anomaly Detection | Uses machine learning to spot unusual spending and alert you | You want automatic detection of cost spikes |
| Cost Allocation Tags | Tag resources so costs can be broken down by team, project, or environment | You need to attribute costs across an org |
| AWS Trusted Advisor | Checks across cost, security, performance, fault tolerance, service limits — including idle/underutilized resources | You want recommendations to cut waste |
| AWS Compute Optimizer | ML-based rightsizing recommendations for EC2, EBS, Lambda, and more | You want to match instance size to actual usage |
The two that are most often confused are Cost Explorer and AWS Budgets. Remember it this way: Cost Explorer looks backward and forward to analyze trends; Budgets looks forward to alert you against a threshold you set. If a question says “get notified when spending exceeds $500,” that’s AWS Budgets. If it says “visualize last six months of spend by service,” that’s Cost Explorer.
You can also create a billing alarm in Amazon CloudWatch to be emailed when estimated charges cross a value — the simplest possible cost guardrail, and a great habit while using the Free Tier.
Consolidated Billing and AWS Organizations
AWS Organizations lets you centrally manage multiple AWS accounts, and its consolidated billing feature is a frequent exam topic. The benefits to remember:
- One bill for all accounts in the organization.
- Combined usage across accounts can unlock volume pricing tiers — five accounts that each use a little S3 are billed as if it were one large account, often reaching cheaper tiers sooner.
- Reserved Instances and Savings Plans purchased in one account can be shared across the organization, improving utilization.
- Consolidated billing itself is free — there’s no extra charge for using it.
Pair this with Service Control Policies (SCPs) for governance (covered more in the shared responsibility and security material), but for the billing domain, the key idea is: multiple accounts, one payer, combined discounts.
AWS Support Plans
The “Support” part of the domain is pure memorization, and it’s worth getting right because questions here are usually quick wins. There are five plans, escalating in price, speed, and features:
| Plan | Starting cost | Who it’s for | Key features |
|---|---|---|---|
| Basic | Free (all accounts) | Everyone | 24x7 customer service, documentation, whitepapers, support forums, Trusted Advisor (core checks), Personal Health Dashboard. No technical case support. |
| Developer | From ~$29/month | Early experimentation / dev | Business-hours email access to Cloud Support Associates; general guidance and system-impaired help |
| Business | From ~$100/month | Production workloads | 24x7 phone, email, and chat with Cloud Support Engineers; full Trusted Advisor checks; third-party software support |
| Enterprise On-Ramp | From ~$5,500/month | Business/production critical | Everything in Business + a pool of Technical Account Managers (TAMs), Concierge, proactive reviews |
| Enterprise | From ~$15,000/month | Mission-critical workloads | Everything in On-Ramp + a designated TAM, Concierge Support, well-architected/operations reviews, training |
The most testable facts are the response-time commitments for critical issues:
| Severity | Business | Enterprise On-Ramp | Enterprise |
|---|---|---|---|
| Production system impaired | < 4 hours | < 4 hours | < 4 hours |
| Production system down | < 1 hour | < 1 hour | < 1 hour |
| Business-critical system down | — | < 30 minutes | < 15 minutes |
Two distinctions worth memorizing:
- Technical Account Manager (TAM): you get a designated TAM only with Enterprise, and a pool of TAMs with Enterprise On-Ramp. If a question mentions a TAM, the answer is Enterprise or Enterprise On-Ramp.
- Trusted Advisor: Basic and Developer get only the core checks; Business and above unlock the full set of checks. If a scenario needs the full range of Trusted Advisor recommendations, the plan must be Business or higher.
Worked Exam Scenarios
Reading definitions is one thing; recognizing them under exam pressure is another. Map the signal words fast:
| Scenario wording | Correct answer |
|---|---|
| ”Lowest cost, workload tolerates interruption” | Spot Instances |
| ”Predictable 24/7 usage, willing to commit for flexibility across services” | Compute Savings Plan |
| ”Need a 24x7 phone support and a TAM” | Enterprise (or On-Ramp) Support |
| ”Get alerted when monthly spend exceeds a threshold” | AWS Budgets |
| ”Visualize and forecast spending trends” | AWS Cost Explorer |
| ”Most granular, line-item billing data for analysis” | Cost and Usage Report (CUR) |
| “Estimate cost of a solution before building it” | AWS Pricing Calculator |
| ”One bill and volume discounts across many accounts” | Consolidated billing / AWS Organizations |
| ”Rightsize my EC2 instances automatically” | AWS Compute Optimizer |
Practice Until the Tools Become Reflexes
The fastest way to make these distinctions automatic is repetition on realistic, exam-style questions — the same wording traps appear again and again, and once you’ve seen “fault-tolerant, lowest cost → Spot” a dozen times, you stop second-guessing it.
Sailor.sh’s AWS Certified Cloud Practitioner (CLF-C02) Mock Exam Bundle gives you full-length, timed practice exams with detailed explanations for every question, including the pricing, billing, and support scenarios covered here. Working through them under real exam conditions is how you turn “I recognize this term” into “I can answer this in ten seconds.” Combine the practice with a structured plan like the AWS Cloud Practitioner study plan, test yourself with free practice questions, and if you’re weighing whether the certification pays off, read is the AWS Cloud Practitioner worth it.
Frequently Asked Questions
What is the difference between Reserved Instances and Savings Plans?
Both reward a 1- or 3-year commitment with a large discount, but Reserved Instances commit you to a specific instance configuration, while Savings Plans commit you to a steady dollar-per-hour spend that automatically applies across services. Savings Plans (especially Compute Savings Plans) are more flexible; Reserved Instances can offer a marginally higher discount when you know exactly what you’ll run. AWS generally recommends Savings Plans for most new commitments.
Is data transfer into AWS free?
Inbound data transfer into AWS is generally free, and transfer within the same Availability Zone is usually free. Outbound data transfer to the internet is the part that costs money. This asymmetry is a common exam fact — when asked what is not charged, inbound transfer is frequently correct.
Which AWS Support plan includes a Technical Account Manager?
A designated Technical Account Manager (TAM) is included with the Enterprise plan, and a pool of TAMs is included with Enterprise On-Ramp. The Basic, Developer, and Business plans do not include a TAM. If a question mentions a TAM, narrow your answer to Enterprise or Enterprise On-Ramp.
What is the difference between AWS Cost Explorer and AWS Budgets?
Cost Explorer is for visualizing and forecasting your spending and usage over time and getting savings recommendations. AWS Budgets is for setting a threshold and getting alerted (or triggering an action) when you approach or exceed it. Use Cost Explorer to understand trends; use Budgets to enforce limits.
What does the AWS Free Tier include?
The Free Tier has three categories: Always Free offers (like AWS Lambda’s monthly free requests and DynamoDB’s free storage), 12 Months Free offers for new accounts (like EC2 t2.micro/t3.micro and 5 GB of S3), and short-term Trials for specific services. Exceeding the limits incurs standard charges, so set a billing alarm while you experiment.
How much of the CLF-C02 exam is about billing and pricing?
The Billing, Pricing, and Support domain is 12% of the exam, but cloud-economics concepts (CapEx vs OpEx, total cost of ownership, pay-as-you-go) also appear inside the Cloud Concepts domain. Together they make pricing and cost knowledge a high-return study area relative to its blueprint weight. See the CLF-C02 domains breakdown for the full weighting.
Conclusion
The billing and pricing material on the CLF-C02 exam is some of the most predictable on the test. There are a finite number of pricing models, a finite set of cost tools, and exactly five support plans — and the exam tests recognition, not calculation. If you can match a scenario’s signal words to the right pricing model, point to Cost Explorer versus Budgets versus the CUR, and recall which support plan unlocks a TAM and full Trusted Advisor, you’ve covered the overwhelming majority of what this domain throws at you.
Lock it in with realistic, timed practice. Run through the AWS Cloud Practitioner mock exams, review every explanation for the questions you miss, and you’ll walk into the exam treating billing and pricing as free points rather than a guessing game. For the bigger picture on exam logistics and strategy, the AWS Cloud Practitioner exam guide for 2026 ties it all together.