AWS Certified Cloud Practitioner (CLF-C02) #8 Domain 4 Billing and Support — Pricing Models, Support Plans, TCO

8 min read

With #7 we wrapped up Domain 3. Now into the last domain — Billing, Pricing, and Support.

The weight is the smallest at 12%, but the question patterns are formulaic, so this is a domain where near-full marks are realistic. The core is two tables — the four EC2 pricing models and the four Support Plan tiers.

The three pricing principles of AWS #

PrincipleMeaning
Pay-as-you-goNo upfront payment, charged only for usage
Reserve and saveUp to 75% off with 1- or 3-year commitments
Pay less by using moreFor S3, data transfer, and similar, unit price drops as usage grows

Free Tier #

A benefit that lets you use certain services at no cost for 12 months after sign-up. Three kinds:

KindDescriptionExamples
12-Month FreeLimited to 12 months after sign-upEC2 t2.micro 750 hours/month, S3 5 GB
Always FreeFree foreverLambda 1M requests/month, DynamoDB 25 GB
TrialsLimited-period trialsInspector 90 days, Macie 30 days

Exam scenario: “Trying AWS for the first time, want to learn without spending money” → Free Tier.

The four EC2 pricing models (exam core) #

This is the most frequently tested table. Memorize the degree of commitment and the discount rate for each model.

ModelCommitmentDiscountInterruption riskUse case
On-DemandNone0%NoneShort-term, unpredictable, first use
Reserved Instance (RI)1 or 3 yearsUp to 75%NoneSteady workloads
Savings Plans1 or 3 years (committed $/hour)Up to 72%NoneMore flexible than RI
Spot InstanceNoneUp to 90%Yes (2-minute notice)Interruption-tolerant workloads
Dedicated HostOptional-NoneLicensing, regulatory
Dedicated InstanceOptional-NoneSingle-tenant instance

Scenarios the exam splits on #

ScenarioAnswer
Don’t know the usage pattern, want to try it firstOn-Demand
Stable EC2 usage planned for 3 years, want maximum discount3-year RI (All Upfront)
Hourly commitment for 1 year with more flexibility than RISavings Plans
Batch jobs, interruption is acceptableSpot Instance
Workloads tolerant of price fluctuation, such as ad biddingSpot Instance
Software licensing requires a physical serverDedicated Host
Compliance requires single tenancyDedicated Instance

The three payment options of Reserved Instance #

OptionUpfrontDiscount
All UpfrontFullLargest
Partial UpfrontPartialMiddle
No UpfrontNoneSmallest

The two kinds of Savings Plans #

KindScopeFlexibility
Compute Savings PlansEC2 + Fargate + Lambda. Free across instance family and regionMost flexible
EC2 Instance Savings PlansEC2 only in a specific family and regionLarger discount, lower flexibility

RI vs Savings Plans #

ItemReserved InstanceSavings Plans
Commitment unitSpecific instance typeHourly committed amount ($/h)
FlexibilityLowHigh
Applicable servicesEC2, RDS, ElastiCache, RedshiftEC2, Fargate, Lambda (Compute)
Recommended forLong-term, same instance typeVaried workloads

If “the most flexible commitment option” appears in the choices, the answer is Savings Plans.

AWS Pricing Calculator #

A free tool for estimating costs before you use AWS.

  • Enter usage → get monthly and annual cost estimates
  • Save and share scenarios

Exam scenario: “Estimate cost before migrating to AWS” → Pricing Calculator.

TCO (Total Cost of Ownership) #

A total-cost comparison of on-premises vs cloud. Not just raw infrastructure cost, but also operations, power, and personnel costs.

What TCO includes #

  • Hardware purchase and maintenance
  • Data center lease, power, cooling
  • Network and security equipment
  • Operations staff (system administrators, DBAs, and the like)
  • Cost of downtime

Exam pattern #

“How do you explain the savings of moving to AWS to executives?” → TCO analysis (or AWS Pricing Calculator + TCO Calculator).

Cost monitoring tools #

AWS Cost Explorer #

A free tool that visualizes cost trends.

FeatureDescription
Trend visualizationDaily/monthly/yearly cost graphs
Filter and groupBy service, tag, region, account
Forecasting12-month forward projection
RI / Savings Plans recommendationsBased on usage patterns

AWS Budgets #

Set a budget and get alerts when it’s exceeded.

KindDescription
Cost BudgetSet a cost limit
Usage BudgetUsage limit (e.g., EC2 hours)
RI / Savings Plans Coverage BudgetCommitment coverage
Reservation Utilization BudgetRI utilization rate

Cost and Usage Report (CUR) #

A report that exports the most detailed billing data to S3, where it can be analyzed with BI tools.

Cost Allocation Tags #

Attach tags (e.g., Department=Engineering) to resources, and you can track cost by tag.

Exam scenario: “Separate cloud usage cost by department for charge-back” → Cost Allocation Tags.

Consolidated Billing #

Consolidates billing for multiple AWS accounts in one place. A core feature of AWS Organizations.

Benefits #

  • Single bill — One payment method for multiple accounts
  • Shared volume discounts — Usage aggregates across all accounts to lower unit price
  • Shared RI / Savings Plans — A commitment from one account can apply to others

Exam scenario: “Separate AWS accounts per team while consolidating billing” → Consolidated Billing (AWS Organizations).

Billing Dashboard and AWS Billing Console #

Accessed via the user menu at the top right of the console → “Billing & Cost Management”.

  • This month’s charges
  • Payment information and invoices
  • Cost alert settings
  • Free Tier usage tracking

The four Support Plan tiers (exam core) #

Memorize this table and you’ll get nearly every related question.

PlanMonthly priceTechnical supportResponse time (Production down)Core
BasicFreeNone (account and billing only)-Default for every account
DeveloperFrom $29Business-hours email< 12 hours (System impaired)Development stage
BusinessFrom $10024/7 phone, chat, email< 1 hourProduction systems
Enterprise On-RampFrom $5,50024/7 + Pool of TAMs< 30 minutesMid-tier production
EnterpriseFrom $15,00024/7 + dedicated TAM (Technical Account Manager)< 15 minutesMission-critical

What each plan can do (frequently tested) #

FeatureBasicDeveloperBusinessEnterprise
AWS Trusted Advisor (full checks)6 core6 coreFullFull
Concierge Support (billing and account support)XXXO
Infrastructure Event ManagementXXExtra feeIncluded
Dedicated TAMXXXO
Well-Architected ReviewXXXO
Response time (Production system down)--< 1 hour< 15 minutes

Exam patterns #

  • “Need 15-minute response when production goes down” → Enterprise
  • “Need 1-hour response when production goes down” → Business (or Enterprise)
  • “Need full Trusted Advisor checks” → Business or higher
  • “Need a dedicated TAM” → Enterprise
  • “Need Concierge Support (dedicated billing and account support)” → Enterprise

The right plan for each user #

PlanWho it’s for
BasicLearning, personal use
DeveloperDevelopment stage, downtime acceptable
BusinessProduction system operators (most companies)
Enterprise On-RampMid-tier production
EnterpriseLarge enterprises, mission-critical

The five categories of AWS Trusted Advisor (recap) #

Covered in #7, but here again from a cost perspective:

CategoryCost relevance
Cost OptimizationIdle and underused resources, RI recommendations
PerformanceInstance sizing (avoiding over-provisioning costs)
SecuritySecurity checks
Fault ToleranceAvailability checks
Service LimitsLimit-approaching alerts

Basic and Developer Support get only 6 core checks; Business and Enterprise get the full set.

AWS Marketplace #

Bundles third-party software billing into the AWS invoice. Includes licensed EC2 AMIs, SaaS apps, and the like.

Exam scenario: “Consolidate third-party security software billing onto AWS” → AWS Marketplace.

AWS Cost Categories vs Cost Allocation Tags #

ItemDescription
Cost Allocation TagsAttach tags to resources to classify cost
Cost CategoriesUser-defined categories combining multiple dimensions (service, tag, account, etc.)

Cost management scenario mapping #

ScenarioAnswer
Pre-usage cost estimationPricing Calculator
On-prem vs AWS comparisonTCO Calculator
Cost trend visualizationCost Explorer
Budget overrun alertsAWS Budgets
Detailed billing data (BI analysis)Cost and Usage Report (CUR)
Per-department cost splitCost Allocation Tags
Multi-account billing consolidationConsolidated Billing (Organizations)
Automated cost-saving opportunity checksTrusted Advisor
Third-party software consolidated billingAWS Marketplace

Common traps #

1) “Spot doesn’t get interrupted” #

Spot Instances can be reclaimed by AWS after a 2-minute notice. Use them only for interruption-tolerant workloads.

2) Blurring the line between RI and Savings Plans #

  • RI = commitment to a specific instance type
  • Savings Plans = commitment to an hourly amount ($/h)

3) Dedicated Host vs Dedicated Instance #

  • Dedicated Host — entire physical server (for licensing constraints)
  • Dedicated Instance — single-tenant instance (physical server may still be shared at the host level)

4) “Trusted Advisor always does full checks” #

Basic and Developer Support get only the 6 core checks. Full checks come with Business or higher.

5) Support Plan response times #

PlanProduction down response
Developer(N/A — Production cases not supported)
Business< 1 hour
Enterprise< 15 minutes

6) “Only Enterprise gets a TAM” #

A dedicated TAM is Enterprise only. Enterprise On-Ramp offers a “Pool of TAMs” (shared), not dedicated.

7) “Free Tier is always free” #

12-Month Free lasts only 12 months after sign-up. Always Free is permanent. Distinguish the two.

Wrap-up #

What this post locked in:

  • Three pricing principles — pay-as-you-go / discount on commitment / unit price drops with higher usage
  • Three kinds of Free Tier — 12-Month / Always Free / Trials
  • Four EC2 pricing models
    • On-Demand — no commitment, most expensive, most flexible
    • Reserved Instance — 1- or 3-year commitment, up to 75%
    • Savings Plans — hourly commitment, more flexible than RI
    • Spot — up to 90%, can be interrupted
  • Dedicated Host (physical server) vs Dedicated Instance (single-tenant)
  • Cost monitoring tools — Pricing Calculator (pre-usage) / Cost Explorer (trends) / Budgets (alerts) / CUR (detail) / Cost Allocation Tags (per-tag)
  • Consolidated Billing — billing consolidation through Organizations + shared volume discounts
  • Four Support Plan tiers — Basic (free) / Developer (development) / Business (production) / Enterprise (mission-critical, dedicated TAM)
  • Traps — Spot interruption / RI vs Savings Plans / Dedicated Host vs Instance / Trusted Advisor check coverage / Support response times / dedicated TAM is Enterprise only / Free Tier kinds

Next — Exam tips and the patterns people miss #

All four domains are wrapped up. Now we move into the dedicated exam prep stage.

#9 Exam Tips and the Patterns People Miss covers a 90-minute pacing strategy, the multiple-response trap, frequently confused service comparisons, problem-solving techniques (elimination, keyword anchoring), and a single-page pre-exam checklist that compresses the key tables from posts 1 through 8.

X