CLF-C02 domain - 12% of the exam

Billing, Pricing, and Support

Billing, Pricing, and Support is 12% of the AWS Certified Cloud Practitioner (CLF-C02) exam. These are the objectives it covers, each with practice questions, with every answer explained.

Objectives in this domain

Sample question from this domain

Free sampleBilling, Pricing, and Supportmedium

A team is deciding which of its Amazon EC2 workloads it can safely move onto Spot Instances to capture the deepest possible discount, accepting that AWS can reclaim the capacity at short notice. Which TWO workloads are the best fit for Spot Instances? (Select TWO.)

  • AA nightly batch rendering job that writes checkpoints and can resume cleanly after any interruption. Correct
  • BA primary production database holding customer orders that must stay available every hour of the day.
  • CA stateless fleet of automated test runners whose jobs can be retried freely if an instance is reclaimed. Correct
  • DA licensed application that a vendor rule requires to run alone on a physical server reserved for one tenant.
  • EA steady internal web portal kept running around the clock for three predictable years at a fixed size.
Spot Instances suit interruptible, fault-tolerant workloads such as resumable batch jobs and retry-safe test fleets, where AWS reclaiming capacity causes no harm. Spot Instances offer the largest discount because AWS can reclaim the capacity whenever it is needed elsewhere, so the model only fits work that survives interruption; checkpointed batch rendering resumes from its last save and stateless test runners simply retry, whereas an always-on database or a steady multi-year baseline needs reliable capacity instead.

Why A is correct: Fault-tolerant batch work that checkpoints and resumes is the classic Spot fit because reclaimed capacity costs no lost progress.

Why B is wrong: An always-on production database cannot tolerate sudden reclamation, so Spot is unsafe and a steady-baseline model fits instead.

Why C is correct: Stateless, retry-safe test runners lose nothing when an instance is reclaimed, making them an ideal interruptible Spot workload.

Why D is wrong: Per-socket licensing on isolated hardware points to Dedicated Hosts, a need Spot Instances were never designed to meet.

Why E is wrong: A steady three-year baseline suits a committed Reserved Instance or Savings Plan, not the interruptible Spot model.

Other domains in this exam

See also the CLF-C02 cert hub, the study guide, and the cheat sheet.

Examworthy is not affiliated with or endorsed by Amazon Web Services. Original, blueprint-aligned practice material only.