AWS Certified Cloud Practitioner · CLF-C02

Domain 4
Billing, Pricing
& Support

Pricing Models · Billing Tools · Cost Management · Support Plans
Task Statements 4.1 · 4.2 · 4.3
12% of Exam Score · ~6 questions on 50 scored questions

Domain 4 Overview

What You Need to Know

Task 4.1 — Pricing Models
  • On-Demand, Reserved, Spot, Savings Plans
  • Free Tier options
  • Pricing factors per service category
  • AWS Pricing Calculator
Task 4.2 — Billing Tools
  • AWS Billing Dashboard
  • AWS Cost Explorer
  • AWS Budgets
  • AWS Cost and Usage Report
  • AWS Organizations & Consolidated Billing
  • AWS Compute Optimizer
Task 4.3 — Support Resources
  • Four Support plan tiers
  • AWS Trusted Advisor
  • AWS Personal Health Dashboard
  • AWS knowledge resources
  • AWS IQ, AMS, Activate
📋 Exam Weight: Domain 4 is 12% — the smallest domain. Six reliable questions. These tend to be straightforward: know the four support plans cold and the key billing tools, and you'll earn most of these points.
4.1
Task Statement

AWS Pricing Models

On-Demand · Reserved · Spot · Savings Plans · Free Tier

Task 4.1 — EC2 Pricing

EC2 Instance Purchasing Options

On-Demand
Pay by the hour or second, no commitment. Most flexible — start and stop anytime.
No savings discount
Use for: unpredictable workloads, short-term needs, testing/development.
Reserved Instances (RIs)
1-year or 3-year commitment for a specific instance type in a Region.
Up to 72% savings vs On-Demand
Use for: steady-state, predictable workloads. Standard RI = highest savings, least flexible.
Spot Instances
Bid on unused EC2 capacity. AWS can reclaim with 2-minute notice.
Up to 90% savings vs On-Demand
Use for: fault-tolerant, stateless, interruptible workloads (batch jobs, big data).
Savings Plans
Commit to a consistent amount of compute usage ($/hour) for 1 or 3 years. More flexible than RIs — applies across instance families and Regions.
Up to 66% savings vs On-Demand
Use for: predictable workloads where flexibility across instance types is needed.
Dedicated Hosts
Physical server dedicated to your use. Required for strict compliance or per-socket/per-core licensing (BYOL for Windows Server).
Most expensive option
Use for: regulatory requirements, software licenses tied to physical cores.
AWS Free Tier
Three types: Always Free (e.g., Lambda 1M requests/month), 12 Months Free (EC2 t2.micro 750 hrs/month), Short-term Trial (specific services).
$0 within limits
Use for: learning, prototyping, new account exploration.

Task 4.1 — General Pricing

AWS Pricing Principles & Tools

Three Fundamentals of AWS Pricing
  • Compute — pay for the compute time you use (EC2 hours, Lambda requests)
  • Storage — pay for data stored (S3 GB-month, EBS GB-month)
  • Data transfer — inbound data is FREE; outbound data transfer OUT of AWS to the internet incurs a charge
Data Transfer Rules
  • Inbound to AWS — always FREE
  • Between services in the same Region — often FREE or very low cost
  • Outbound to internet — charged (varies by Region)
  • Cross-Region transfer — charged
AWS Pricing Calculator

Free web tool to estimate monthly costs before deploying. Build a model of your architecture and get a cost estimate by service. Share estimates via a URL.

Use for: pre-migration cost analysis, architecture trade-off comparison.

S3 Pricing Factors
  • Storage amount (GB per month per class)
  • Number of requests (GET, PUT, LIST)
  • Data transfer out
  • Management features (lifecycle, replication)
⚡ Exam Note: Outbound data transfer to the internet costs money — inbound does NOT. This is a common exam question. Using CloudFront as a CDN can reduce data transfer costs from S3.
4.2
Task Statement

Billing & Cost
Management Tools

Cost Explorer · Budgets · CUR · Organizations · Compute Optimizer

Task 4.2 — Billing Tools

AWS Cost Management Services

AWS Billing DashboardMain billing console page. View current month charges, invoices, payment methods, and cost breakdown by service.
AWS Cost ExplorerVisualize and analyze cost and usage over time. View trends, filter by service/account/tag. 12 months of historical data + 12-month forecasts.
AWS BudgetsSet custom cost, usage, or reservation budgets. Receive alerts when spending approaches or exceeds thresholds. Proactive cost control.
AWS Cost and Usage Report (CUR)Most granular billing data available. CSV reports delivered to S3. Line-item detail of every AWS charge. Used for detailed analysis or feeding into Athena/Redshift.
AWS Compute OptimizerAnalyzes EC2, Lambda, and ECS usage patterns and recommends right-sized resources. Identifies over-provisioned instances to reduce cost.
AWS OrganizationsManage multiple AWS accounts centrally. Consolidated billing — combine usage across accounts to reach volume discount tiers faster.
Cost Allocation TagsTag AWS resources (e.g., Project=Marketing). Use tags in Cost Explorer to break down costs by team, project, environment, or department.

Task 4.2 — AWS Organizations

Consolidated Billing & AWS Organizations

AWS Organizations

Centrally manage multiple AWS accounts under a single root organization. Create Organizational Units (OUs) to group accounts by team, department, or environment.

  • Apply Service Control Policies (SCPs) to restrict what accounts can do
  • Consolidated billing — one bill for all accounts
  • Share Reserved Instances across accounts
Service Control Policies (SCPs)

Guardrails applied to OUs or individual accounts within an Organization. They limit what actions can be taken — even by root users within member accounts.

Example: "No account in the Dev OU can launch instances larger than t3.medium."

Consolidated Billing Benefits
  • One bill — all accounts, single monthly invoice to the management account
  • Volume discounts — combine usage across accounts to reach higher discount tiers (S3, data transfer)
  • RI sharing — unused Reserved Instances in one account automatically apply to other accounts in the org
  • Free of charge — consolidated billing itself has no additional cost
⚡ Exam Note: Consolidated billing is one of the primary benefits of AWS Organizations for cost management. Combined usage = higher volume discounts. One scenario: a company with 10 accounts pays less per GB of S3 than each account paying separately.
4.3
Task Statement

AWS Support Resources

Support Plans · Trusted Advisor · Health Dashboard · AWS IQ

Task 4.3 — Support Plans

AWS Support Plan Comparison

Feature Basic Developer Business Enterprise
CostFree$29/month+$100/month+$15,000/month+
AWS Trusted Advisor checks7 core checks only7 core checks onlyAll checksAll checks
Technical support accessNone (docs only)Business hours email24/7 phone, email, chat24/7 phone, email, chat
Critical issue response<1 hour<15 minutes
Technical Account Manager (TAM)✓ Dedicated TAM
Concierge Support Team
Infrastructure Event MgmtFor additional feeIncluded
Best forFree account, learningTesting & developmentProduction workloadsMission-critical workloads
⚡ Exam Note: TAM (Technical Account Manager) = Enterprise plan only. 24/7 phone support starts at Business plan. All Trusted Advisor checks = Business or Enterprise. Basic plan = free, documentation only.

Task 4.3 — Support Tools

Trusted Advisor & Health Dashboard

AWS Trusted Advisor

Automated inspection tool that analyzes your AWS environment and recommends improvements across five categories:

  • 💰 Cost Optimization — idle resources, unused RIs
  • Performance — high utilization, content delivery
  • 🔒 Security — open ports, MFA on root, public S3 buckets
  • 🛡️ Fault Tolerance — multi-AZ, backups, Route 53 health
  • 📊 Service Limits — approaching account quotas

Basic/Developer: 7 core security checks. Business/Enterprise: all ~500+ checks.

AWS Personal Health Dashboard

Personalized view of AWS service health events that may affect YOUR resources. Alerts you to planned maintenance, outages, and performance degradation in services you use.

Different from AWS Service Health Dashboard (which shows global service status for all customers).

Other Support Resources
  • AWS IQ — connects customers with AWS-certified independent experts for project work
  • AWS Managed Services (AMS) — AWS operates your infrastructure for you
  • AWS Activate — credits and support resources for startups
  • AWS re:Post — community Q&A platform for technical questions
  • AWS Knowledge Center — curated FAQs and how-to articles

Quick Review

Domain 4 Exam Checklist

Tasks 4.1 — Pricing
  • On-Demand = no commitment, most flexible, highest cost
  • Reserved Instances = 1–3 year commitment, up to 72% savings, predictable workloads
  • Spot = bid on spare capacity, up to 90% savings, interruptible
  • Savings Plans = flexible RI alternative, commit to $/hour not instance type
  • Dedicated Hosts = physical server, compliance or BYOL licensing
  • Free Tier: Always Free, 12 Months Free, Short-term Trial
  • Inbound data = FREE. Outbound to internet = charged.
  • AWS Pricing Calculator = estimate costs before deploying
Tasks 4.2 & 4.3 — Billing & Support
  • AWS Budgets = proactive spend alerts (set a threshold)
  • Cost Explorer = analyze past and forecast spending
  • CUR = most granular billing data (line-item CSV)
  • Compute Optimizer = rightsizing recommendations
  • Organizations = multi-account management + consolidated billing
  • Consolidated billing = one bill + volume discounts + RI sharing
  • Basic = free, 7 TA checks, no tech support. Developer = business hours email.
  • Business = 24/7 phone/chat, all TA checks, <1hr critical response
  • Enterprise = TAM, 24/7, <15 min critical, Concierge team
  • Trusted Advisor 5 categories: Cost, Performance, Security, Fault Tolerance, Service Limits
Domain 4 Complete

You're ready for
Domain 4

12% of CLF-C02 · Billing, Pricing & Support
Good luck on the exam!

4.1

Pricing Models

4.2

Billing Tools

4.3

Support Plans

All four CLF-C02 domains complete: Domain 1 (24%) · Domain 2 (30%) · Domain 3 (34%) · Domain 4 (12%) · Pass score: 700/1000