AWS Cloud Practitioner CLF-C02 Sign in Try 10 free questions

Free CLF-C02 practice questions: Billing, Pricing & Support

The smallest domain of the exam, and the one candidates lose the most easy marks on. Ten questions with the reasoning attached — CLF-C02, 2026 edition.

Here are 10 typical billing and pricing questions in the exam's own style — free, with the answer explained, no sign-up.

Straight to the 10 free questions ↓

Billing, Pricing and Support is the smallest of the four CLF-C02 domains at 12% of the exam — roughly six to eight of your 65 questions. It is also the domain candidates most often decide to skim, on the reasoning that 12% is not worth the evening. That is a bad trade, and here is why.

Every other domain asks you to reason. Security asks you to work out where the boundary between AWS’s job and yours falls in an unfamiliar scenario. Technology asks you to choose between services that all technically work. Billing mostly asks you to know things: which support plan answers the phone at 3am, which tool estimates a cost you have not incurred yet, what the Free Tier actually covers. The material is finite, it does not require architectural judgement, and it does not change much. Marks here are about as close to free as this exam gets — but only if you have done the reading.

The one distinction the exam keeps testing

Almost every cost-tool question in this domain is the same question wearing different clothes: which moment in the cost lifecycle are we in?

AWS gives you a different tool for each moment, and the tools do not overlap as much as their names suggest. Before you build anything, the Pricing Calculator estimates what a configuration will cost. Once money is actually being spent, Cost Explorer shows you where it went and forecasts where it is heading, while the Cost and Usage Report gives you the same story in exhaustive, line-item detail. When you want to be warned rather than informed, AWS Budgets watches a threshold you define and tells you when actual or forecast spend crosses it. And when you want the bill to be smaller for the same workload, you are in optimisation: Savings Plans and Reserved Instances for committed usage, Trusted Advisor for the idle and oversized resources you have forgotten about.

Read a question and find the moment. “Before we migrate” is planning. “Last month’s spend, broken down by team” is tracking. “Alert us at 80% of budget” is control. “Reduce what we pay for the same instances” is optimisation. Once the moment is identified, usually only one option survives.

Pricing models: what you are actually paying for

The EC2 purchasing options are the other reliable source of questions, and they sit on a single spectrum: how much certainty are you giving AWS, and what does AWS pay you for it?

On-Demand buys you complete freedom — start and stop whenever, no commitment — and you pay full list price for that freedom. Reserved Instances and Savings Plans are the opposite trade: you commit to a level of usage for one or three years and AWS discounts it substantially. Spot Instances are the cheapest of all, because you are buying capacity AWS has spare and agreeing that it can be taken back with two minutes’ notice. Dedicated Hosts are the outlier that trips people up: they are more expensive, not less, and you choose them for physical isolation or for licensing that is tied to a physical socket.

The exam rarely asks you to price these. It gives you a workload description — “steady and predictable”, “can be interrupted”, “must not share hardware for compliance reasons” — and expects you to map the description to the model. Learn the descriptions, not the discounts.

Support plans: learn the boundaries, not the brochure

There are five support plans — Basic, Developer, Business, Enterprise On-Ramp and Enterprise — and the exam tests the boundaries between them rather than their full feature lists. Three boundaries carry almost all the questions:

  • Basic to Developer: Basic includes no technical support. Developer adds it, but by email, during business hours, for one contact.
  • Developer to Business: Business is where 24/7 phone and chat appear, with unlimited contacts and a one-hour target for a production system down. If a question mentions round-the-clock human help, the answer is Business or above.
  • Business to Enterprise: Enterprise adds a designated Technical Account Manager and a 15-minute target for business-critical systems down. Enterprise On-Ramp sits between them with a pool of TAMs and a 30-minute target.

A recurring trap: a question asks for the cheapest plan that meets a requirement, and lists two plans that both meet it. Enterprise satisfies almost every requirement in the exam — and is almost always the wrong answer, because Business got there for less money.

Consolidated billing, tags, and the Free Tier

Three smaller topics round out the domain, and each has one fact the exam actually wants.

Consolidated billing through AWS Organizations does two things: one bill for many accounts, and — the part that gets tested — combined usage across those accounts, so the group reaches volume pricing tiers sooner than any single account would.

Cost allocation tags are how you answer “which department spent this?” inside a single account. The detail people miss: a tag does nothing for billing until you activate it as a cost allocation tag in the billing console.

The Free Tier is not one offer. It is three: always-free allowances within a limit, twelve-month offers for new accounts, and short-term trials of individual services. Any answer option that describes it as a single blanket trial is wrong for that reason alone.

What the On-Demand price does and does not include

A quieter source of questions, and one that quietly bridges into the security domain: what are you actually buying per hour?

The rate covers the compute capacity and everything AWS runs underneath it — the physical server, the power, the cooling, the building, the maintenance. That is the whole promise of not owning a data centre, expressed as a line on a bill.

What it does not cover catches people out. Outbound data transfer to the internet is billed separately beyond the free allowance — and note the asymmetry the exam likes: data in is generally free, data out is not. EBS volumes are billed separately from the instance, which is why a stopped instance can still cost money: the compute stops, the disk does not disappear. And patching the guest operating system is not a cost at all — it is your work, under the shared responsibility model. Any option offering it as something included in the EC2 price is testing whether you know which side of that line it falls on.

Trusted Advisor: four categories, one that pays

Trusted Advisor checks your account against AWS best practice in several categories — cost optimisation, security, fault tolerance, performance and service limits. All of them are real, which is exactly why questions here work: you are given a scenario and asked which category catches it.

The mapping is more literal than people expect. An idle or oversized instance is money burning, so it is cost optimisation. An open port or an exposed access key is security. Missing snapshots or no Multi-AZ is fault tolerance. Approaching a quota is service limits. If the scenario describes waste, the answer is cost optimisation — regardless of how technical the waste sounds.

One detail that shows up as a distractor: the checks available to you depend on your support plan. Basic and Developer get a limited core set; the full range arrives with Business and above. That is a neat example of how this domain interlocks — a Trusted Advisor question can quietly be a support-plan question.

How to use the questions below

Answer each one before you open the explanation, and when you are wrong, read past the correct letter to the paragraph underneath it. The distractors are where the learning is — each wrong option in these questions is wrong for a specific, nameable reason, and that is exactly the muscle the real exam tests. Getting a question right for the wrong reason feels identical to knowing it, right up until exam day.

The four stages of AWS cost management and the tool that belongs to each: Plan with the Pricing Calculator, Track with Cost Explorer and the Cost and Usage Report, Control with AWS Budgets, Optimise with Savings Plans, Reserved Instances and Trusted Advisor.

10 free CLF-C02 practice questions

Answers and explanations — no email wall
CLF-C02 Question 1 of 10

A company wants an estimate of what a planned workload will cost on AWS before any resources are created. Which tool should it use?

Answer: B — AWS Pricing Calculator

The Pricing Calculator models the cost of services you have not launched yet — you describe the configuration and it returns an estimate. Why not the others: Cost Explorer visualises spend that has already happened. AWS Budgets alerts you against a threshold, which needs actual usage to measure. The Cost and Usage Report is the most detailed record of past billing data. All three look backwards; only the Pricing Calculator looks forwards.

CLF-C02 Question 2 of 10

Which AWS support plan is the cheapest one that includes 24/7 access to support engineers by phone, chat and email?

Answer: C — Business

Business is the entry point for round-the-clock human support across phone, chat and email, with unlimited contacts and a one-hour response target for a production system down. Why not the others: Basic includes no technical support at all beyond billing and account questions. Developer is email only, during business hours, with a single contact. Enterprise also qualifies but costs far more — the question asks for the cheapest plan that clears the bar, so a more expensive plan that also qualifies is still wrong.

CLF-C02 Question 3 of 10

A company runs a steady, predictable EC2 workload for the next three years and wants the lowest possible price. Which purchasing option fits best?

Answer: C — A three-year Savings Plan or Reserved Instance

Steady and predictable plus a known term is exactly the trade a Savings Plan or Reserved Instance is built for: you commit to usage over one or three years and AWS discounts it heavily. Why not the others: Spot is the cheapest per hour but AWS can reclaim the capacity with two minutes' notice, which a steady production workload cannot absorb. On-Demand has no commitment and therefore no discount. Dedicated Hosts give you physical isolation for licensing or compliance reasons and cost more, not less.

CLF-C02 Question 4 of 10

A finance team wants an email alert as soon as this month's AWS spend is forecast to exceed $5,000. Which service should they use?

Answer: A — AWS Budgets

AWS Budgets is the service for setting a cost or usage threshold and being notified when actual or forecast spend crosses it. Why not the others: Trusted Advisor recommends optimisations but does not watch a spending threshold you define. CloudWatch Logs collects log data, not billing thresholds. Cost Explorer shows and forecasts spend visually but does not send the alert.

CLF-C02 Question 5 of 10

An organisation with several AWS accounts wants a single bill and wants its combined usage to count towards volume discounts. What should it use?

Answer: A — Consolidated billing in AWS Organizations

Consolidated billing under AWS Organizations pays one bill for all member accounts and aggregates their usage, so the group reaches volume pricing tiers sooner than each account would alone. Why not the others: Savings Plans bought per account do not merge the accounts' usage for tiering. AWS Config records resource configuration and compliance, not billing. Cost allocation tags help you attribute costs after the fact — useful, but they neither merge the bill nor unlock volume discounts.

CLF-C02 Question 6 of 10

Within the AWS Free Tier, how does an 'always free' offer differ from a '12 months free' offer?

Answer: A — An 'always free' offer stays free within its limit for as long as the account exists, while a '12 months free' offer ends 12 months after the account is created.

An 'always free' offer has no expiry — you keep the allowance (such as a monthly quota of AWS Lambda requests) for as long as the account exists — whereas a '12 months free' offer applies only for the first 12 months after sign-up and then bills at normal rates. Why not the others: neither type is limited to a single service — the tier is a collection of specific offers within specific limits, not 'all of EC2' or 'every service'. Free Tier eligibility is tied to the account, not to any support plan. And the two categories differ precisely because 'always free' does not stop at 12 months.

CLF-C02 Question 7 of 10

Which AWS Trusted Advisor category would flag an EC2 instance that has been running at very low utilisation for weeks?

Answer: B — Cost optimisation

An idle or oversized instance is money spent for nothing, so it lands in Trusted Advisor's cost optimisation category. Why not the others: Security checks things like open ports and exposed access keys. Fault tolerance looks at redundancy, such as whether snapshots and Multi-AZ are in place. Service limits warns when you approach a quota. All four are real Trusted Advisor categories, which is what makes this question a good test of whether you know their scope.

CLF-C02 Question 8 of 10

A company must attribute AWS costs to individual departments inside one account. What is the standard mechanism?

Answer: B — Apply cost allocation tags to resources and activate them in the billing console.

Tags such as CostCenter or Department are attached to resources and, once activated as cost allocation tags in the billing console, appear as groupable dimensions in Cost Explorer and the Cost and Usage Report. Why not the others: Reserved Instances are a pricing commitment, not a reporting device. Support cases do not produce a department breakdown. AWS Shield is DDoS protection and has nothing to do with cost attribution.

CLF-C02 Question 9 of 10

Which support plan includes a designated Technical Account Manager and a 15-minute response target for business-critical system down cases?

Answer: C — Enterprise

The 15-minute target for business-critical systems down, together with a designated Technical Account Manager, is the Enterprise plan. Why not the others: Business responds within one hour for production systems down and has no designated TAM. Developer offers neither. Basic includes no technical support. Note the wording the exam leans on: Enterprise On-Ramp also provides a pool of TAMs, but its business-critical target is 30 minutes, not 15.

CLF-C02 Question 10 of 10

Which of these costs is included in the price of an Amazon EC2 On-Demand instance?

Answer: A — The underlying physical server and its maintenance

The hourly or per-second On-Demand rate buys the compute capacity and the physical infrastructure AWS operates underneath it — hardware, power, cooling and facility maintenance. Why not the others: patching inside the guest OS is your work under the shared responsibility model, not a line item AWS bills. Outbound data transfer to the internet is charged separately beyond the free allowance. EBS volumes are billed separately from the instance, which is why a stopped instance can still cost money.

That is exactly how every question in the course works — answer, explanation, why-not. The real set continues in the practice player: 10 free questions, no sign-up.

Continue with the 10 free questions →

Those 10 questions were the start.

The exam does not test whether you recognise a term — it tests whether you can rule out three plausible answers under time pressure. That is what the explanations above are for, and there are 390 more questions built exactly like them.

Collecting questions yourself

  • Scattered across forums, of unknown age
  • Answer keys without reasoning
  • No idea which domain you are weak in

Practising with a system

  • 390 questions in 6 full tests, CLF-C02 (2026)
  • Every option explained — including the wrong ones
  • Readiness per exam domain, and drills for your weakest
Start free — 10 questions

Straight into the player. No account, no email.

Frequently asked questions

Is this the current CLF-C02 format?
Yes — these questions follow the CLF-C02 exam guide (2026 edition). Billing, Pricing and Support is domain 4 and accounts for 12% of the scored questions, which is roughly 6 to 8 of the 65 questions you will see.
Are these real exam questions?
No. They are our own questions, written in the style and difficulty of the exam. Reproducing real exam items breaks the AWS certification agreement and can cost you your certification — so nobody serious does it, and you do not need it. What you need is the reasoning, which real items never come with anyway.
Why does such a small domain matter?
Because it is the cheapest domain to master. The material is finite and factual — support plans, pricing models, a handful of cost tools — with no architecture to reason about. Candidates who skip it because it is 'only 12%' leave marks on the table that they later need to claw back in the harder domains.
Do I need an AWS account to follow these questions?
No. Everything here is readable as it stands. If you want to see the tools themselves, the Free Tier lets you open the Billing console at no cost — but it is not required to answer these questions.

Updated for CLF-C02 (July 2026). The sample questions above are our own work in the style of the exam — not real exam items. The exam itself is set and marked by the certification body.