Domain 4: Billing, Pricing, and Support
Topic 4 of 4 · Study notes
AWS Certified Cloud Practitioner (CLF-C02) — Domain 4: Billing, Pricing, and Support
Exam Code: CLF-C02 | Level: Foundational
Domain Weight: 12% | Total Domains: 4 | Passing Score: 700 / 1000
Table of Contents
- AWS Pricing Fundamentals
- AWS Pricing Models
- AWS Free Tier
- AWS Pricing and Cost Estimation Tools
- AWS Cost Management Tools
- AWS Organizations and Consolidated Billing
- Cost Optimization Strategies
- AWS Support Plans
- AWS Marketplace
- AWS Partner Network
- Exam Tips and Quick Reference
1. AWS Pricing Fundamentals
1.1 The Three Cost Drivers
Nearly every AWS service charges for one or more of three fundamental cost categories:
| Cost Driver | Description | Example Services and Units |
|---|---|---|
| Compute | Amount of time compute resources are provisioned and running | EC2 (per hour or per second); Lambda (per invocation + per millisecond); Fargate (per vCPU-second and GB-second) |
| Storage | Volume of data stored | S3 (per GB per month); EBS (per GB provisioned per month); EFS (per GB used per month) |
| Data Transfer | Volume of data moved, primarily outbound from AWS | EC2, CloudFront, S3 outbound to internet (per GB); cross-Region transfers (per GB) |
Key Concept: Additional charges exist beyond these three — including API request counts (S3 GET/PUT), running hours for managed services (RDS hours), Public IPv4 address fees, and software licensing (Windows, Oracle). However, the three primary drivers cover the majority of most AWS bills.
1.2 Data Transfer Pricing Rules
Data transfer costs are a frequent source of unexpected AWS charges. Understanding the rules is important for both the exam and real-world architecture decisions.
| Transfer Direction | Cost |
|---|---|
| Internet → AWS (inbound) | Free in all cases |
| AWS → Internet (outbound) | Charged per GB; first 100 GB/month free; tiered pricing decreases with volume |
| Within same Region, same AZ | Free |
| Within same Region, different AZ | Small charge (approximately $0.01 per GB each direction) |
| Between different AWS Regions | Charged per GB; varies by Region pair |
| AWS → CloudFront → Internet | Lower than direct EC2 to internet egress; CloudFront has preferential pricing |
Exam Tip: Inbound data transfer to AWS is always free. Outbound from AWS to the internet is charged. This asymmetry is why architectures that receive large data uploads (e.g., backup, media ingest) do not incur transfer costs, but serving content to users does.
2. AWS Pricing Models
2.1 On-Demand
Pay for compute capacity by the hour (or per second for Linux/Ubuntu EC2) with no long-term commitments.
- No upfront payment; no minimum commitment period
- Highest per-unit cost among all pricing models
- Maximum flexibility — provision and deprovision any time
- Best for: unpredictable workloads; new applications with unknown demand; short-term or temporary needs; development and testing
2.2 Reserved Instances
Commit to a specific instance configuration for a 1-year or 3-year term in exchange for a significant discount.
Reserved Instance types:
| RI Type | Flexibility | Maximum Discount | Notes |
|---|---|---|---|
| Standard RI | Locked to instance type, family, and Region | 72% | Largest discount; can be sold on the RI Marketplace if unused |
| Convertible RI | Can change instance family, OS, and tenancy | 66% | More flexible; cannot be sold on the RI Marketplace |
| Scheduled RI | Reserved for specific recurring time windows (daily/weekly) | ~5–10% | Being deprecated; limited availability |
Payment options and their impact on discount:
| Payment Option | Upfront Required | Discount Level |
|---|---|---|
| All Upfront | 100% of term cost | Highest |
| Partial Upfront | Portion at purchase; remainder monthly | Middle |
| No Upfront | Zero at purchase; all monthly | Lowest (but still significant) |
Note: A 3-year term always provides a larger discount than a 1-year term. All Upfront always provides a larger discount than No Upfront, for the same term length.
2.3 Savings Plans
A flexible pricing model offering discounts in exchange for a commitment to a consistent amount of usage (measured in dollars per hour) for 1 or 3 years.
Savings Plans types:
| Type | Applies To | Maximum Discount | Flexibility |
|---|---|---|---|
| Compute Savings Plans | Any EC2 instance (any family, size, Region, OS, tenancy), Lambda, Fargate | 66% | Highest — automatically applies wherever compute is used |
| EC2 Instance Savings Plans | Specific instance family within a specific Region | 72% | Moderate — instance family and Region are locked |
| SageMaker Savings Plans | Amazon SageMaker instances | 64% | SageMaker usage only |
Savings Plans vs Reserved Instances:
| Feature | Savings Plans | Reserved Instances |
|---|---|---|
| Commitment unit | Dollar amount per hour | Specific instance configuration |
| Flexibility | Applies automatically to eligible usage | Applies to specified instance type and Region |
| Instance portability | Any instance type (Compute SP) | Only the reserved instance type (Standard RI) |
| Purchase process | Via AWS Cost Explorer | Via EC2 console |
2.4 Spot Instances
Use unused AWS EC2 capacity at discounts of up to 90% below On-Demand prices.
How Spot pricing works:
- AWS determines a Spot price based on supply and demand for spare capacity
- When AWS needs the capacity back, it reclaims with a 2-minute interruption notice
- Your Spot Instance is terminated (or stopped/hibernated, based on configuration) after the warning period
Workloads suited for Spot Instances:
| Suitable | Not Suitable |
|---|---|
| Batch processing and data analysis | Production web servers serving user traffic |
| Machine learning training jobs (with checkpointing) | Relational databases |
| CI/CD build and test pipelines | Applications requiring guaranteed uptime |
| Video rendering and transcoding | Any stateful workload without checkpoint/resume |
| Background image processing | — |
Spot strategies:
- Spot Fleet — Requests a mix of instance types and sizes to meet a target capacity at the lowest price
- EC2 Fleet — Combines On-Demand, Reserved, and Spot capacity in a single request for optimal cost and performance
2.5 Dedicated Hosts
A physical EC2 server dedicated entirely to a single customer's use.
- Provides visibility into the underlying physical server's socket and core count
- Required for software licensed per physical socket or core (Oracle, Windows Server in some scenarios)
- Most expensive EC2 pricing option
- Available as On-Demand (hourly) or Reserved (1 or 3 years)
Dedicated Host vs Dedicated Instance:
| Feature | Dedicated Host | Dedicated Instance |
|---|---|---|
| Physical server | Fully dedicated; you see the physical server | Hardware dedicated but shared within your account |
| Visibility | Socket and core count visible | No hardware visibility |
| License use | Supports per-socket and per-core BYOL | Limited BYOL support |
| Cost | Higher | Lower than Dedicated Host |
2.6 Pricing Model Comparison
| Model | Commitment | Savings vs On-Demand | Interruptible | Best Scenario |
|---|---|---|---|---|
| On-Demand | None | — | No | Unpredictable; new workloads; short-term |
| Savings Plans (Compute) | 1–3 yr ($/hr) | Up to 66% | No | Flexible savings across all compute |
| Reserved Instances (Standard) | 1–3 yr (instance) | Up to 72% | No | Known, steady-state workload; specific instance |
| Spot Instances | None | Up to 90% | Yes | Fault-tolerant; flexible; batch; non-critical |
| Dedicated Hosts | Optional 1–3 yr | Varies | No | BYOL compliance; regulatory isolation |
3. AWS Free Tier
3.1 Always Free
These offers never expire and are available to all AWS accounts indefinitely.
| Service | Free Tier Allowance |
|---|---|
| AWS Lambda | 1 million requests per month + 400,000 GB-seconds of compute per month |
| Amazon DynamoDB | 25 GB storage + 25 Write Capacity Units + 25 Read Capacity Units per month |
| Amazon CloudWatch | 10 custom metrics, 10 alarms, 1 million API requests per month |
| Amazon SNS | 1 million publishes per month |
| Amazon SQS | 1 million requests per month |
| Amazon Cognito | 50,000 Monthly Active Users per month |
| AWS Glue | 1 million objects in Data Catalog; 10 DPU hours of ETL per month |
| Amazon CodeBuild | 100 build minutes per month |
3.2 Twelve Months Free
Available for 12 months from the date of AWS account creation. After 12 months, standard rates apply.
| Service | Free Tier Allowance |
|---|---|
| Amazon EC2 | 750 hours per month of t2.micro (or t3.micro in Regions where t2 is unavailable) |
| Amazon S3 | 5 GB standard storage + 20,000 GET requests + 2,000 PUT requests per month |
| Amazon RDS | 750 hours per month of db.t2.micro (or db.t3.micro) + 20 GB storage + 20 GB backup |
| Amazon CloudFront | 1 TB data transfer out + 10 million HTTP and HTTPS requests per month |
| Elastic Load Balancing | 750 hours per month of a Classic or Application Load Balancer |
| Amazon ElastiCache | 750 hours per month of cache.t2.micro or cache.t3.micro |
3.3 Short-Term Trials
Free for a limited period starting when you first use the service.
| Service | Trial Duration | Allowance |
|---|---|---|
| Amazon SageMaker | 2 months | 250 hours of ml.t3.medium on Studio; 50 hours of training on ml.m4.xlarge |
| Amazon Redshift | 2 months | 750 hours of dc2.large node |
| Amazon GuardDuty | 30 days | Full service functionality at no charge |
| Amazon Inspector | 30 days | Full service functionality |
| Amazon Macie | 30 days | 1 GB of data classified per month |
| AWS Security Hub | 30 days | Full service functionality |
| Amazon QuickSight | 30 days | 4 users included |
Exam Tip: Monitor Free Tier usage via the AWS Billing Console → Free Tier Usage section. Create a billing alert immediately after account creation to be notified before charges are incurred.
4. AWS Pricing and Cost Estimation Tools
| Tool | Purpose | When to Use |
|---|---|---|
| AWS Pricing Calculator | Estimate costs for a planned architecture before deploying | Before building; comparing architectural options; generating cost estimates for budgeting or proposals |
| AWS Cost Explorer | Visualize and analyze actual past spending and usage | After deploying; understanding where money is going; forecasting future costs; identifying savings opportunities |
| AWS Budgets | Set spending thresholds and receive alerts | Ongoing cost governance; notify when approaching or exceeding budget |
| AWS Cost and Usage Report (CUR) | Most granular, line-item billing data | Detailed financial analysis; integrating with Redshift, Athena, or QuickSight for custom reports |
| AWS Cost Anomaly Detection | ML-based automatic detection of unusual spending | Proactive monitoring without manually defining thresholds |
Exam Tip: The most commonly confused pair is Pricing Calculator vs Cost Explorer. Pricing Calculator = estimate costs before you build. Cost Explorer = analyze costs after you build. These are two different tools for two different phases.
5. AWS Cost Management Tools
5.1 AWS Cost Explorer
An interactive tool for visualizing, understanding, and managing AWS spending over time.
Key capabilities:
- View cost and usage data for the past 12 months
- Forecast costs for up to 12 months in the future based on historical trends
- Filter and group spending by: Service, Region, Account, Tag, Usage Type, Instance Type, Availability Zone
- Identify Reserved Instance and Savings Plans purchase recommendations based on usage patterns
- Right-sizing recommendations for EC2 instances
5.2 AWS Budgets
Create custom budgets that send alerts when actual or forecasted costs and usage exceed defined thresholds.
Budget types:
| Type | What It Monitors |
|---|---|
| Cost Budget | Actual or forecasted total spending in dollars |
| Usage Budget | Specific service usage quantity (e.g., EC2 instance hours, S3 GB-months) |
| RI Utilization Budget | Percentage of Reserved Instance capacity being used |
| RI Coverage Budget | Percentage of eligible usage covered by Reserved Instances |
| Savings Plans Utilization | How efficiently committed Savings Plans capacity is being used |
| Savings Plans Coverage | Percentage of eligible usage covered by Savings Plans |
Alert actions available:
- Send notification via email
- Send notification via Amazon SNS topic
- Apply an IAM policy (e.g., deny creation of new resources when budget is exceeded)
- Apply a Service Control Policy
- Target an EC2 or RDS action (stop or terminate instances)
Cost: First 2 budgets are free. $0.02 per day per additional budget thereafter.
5.3 AWS Cost and Usage Report
The most comprehensive and granular source of AWS billing data, with line-item detail for every charge.
- Stored as CSV or Parquet files in an S3 bucket
- Updated daily or monthly
- Contains resource IDs, tags, pricing details, and usage amounts for every billable resource
- Designed for integration with Amazon Redshift, Athena, or QuickSight for custom financial analysis
- Essential for detailed chargeback and showback reporting in large organizations
5.4 Cost Allocation Tags
Key-value pairs applied to AWS resources that enable cost categorization and filtering in billing reports.
Tag types:
| Type | How Applied | Example |
|---|---|---|
| AWS-generated tags | Automatically by AWS | aws:createdBy — identifies the IAM user or role that created the resource |
| User-defined tags | Manually or via IaC by the customer | Environment: Production, Team: Engineering, CostCenter: 4102 |
Activation requirement: Tags must be activated in the Billing Console → Cost Allocation Tags before they appear as filterable dimensions in Cost Explorer and billing reports.
Recommended tagging strategy:
| Tag Key | Example Values | Purpose |
|---|---|---|
Environment |
Production, Staging, Development | Separate cost by environment |
Team |
Engineering, Marketing, DataScience | Attribute costs to teams |
Project |
project-alpha, platform-redesign | Track project-specific spend |
CostCenter |
4102, 7890 | Map to finance cost centers |
Owner |
[email protected] | Accountability for resources |
5.5 AWS Cost Anomaly Detection
Uses machine learning to automatically detect unusual spending patterns without requiring manual threshold configuration.
- Learns your normal usage patterns for each service, account, or cost category
- Sends alerts via Amazon SNS or email when anomalies are detected
- Provides a root cause assessment identifying the service or linked account responsible
- Free service — no additional charge to use
5.6 Tool Comparison
| Question You're Asking | Tool to Use |
|---|---|
| "How much will this architecture cost before I build it?" | AWS Pricing Calculator |
| "Where did my money go last month?" | AWS Cost Explorer |
| "Alert me when I spend more than $500 this month" | AWS Budgets |
| "Give me every line-item detail for our monthly bill" | AWS Cost and Usage Report |
| "Tell me if something unusual happens with spending" | AWS Cost Anomaly Detection |
| "What EC2 instances are oversized for my actual usage?" | AWS Compute Optimizer |
| "What security and cost issues does my account have?" | AWS Trusted Advisor |
6. AWS Organizations and Consolidated Billing
When accounts belong to AWS Organizations, a single consolidated bill is generated for all accounts and sent to the management (payer) account.
Volume discount aggregation example:
Without Consolidated Billing:
Account A: 3 TB S3 → Tier 1 pricing
Account B: 4 TB S3 → Tier 1 pricing
With Consolidated Billing:
Combined: 7 TB S3 → Part at Tier 1, part at lower Tier 2 pricing
Both accounts benefit from the combined usage discount
Reserved Instance and Savings Plans sharing:
- Unused RI or Savings Plans capacity in one member account is automatically applied to eligible usage in other member accounts
- This happens at no extra cost and maximizes RI/Savings Plans utilization across the organization
- Can be disabled per account if cost isolation is required
Best practice for the management account: Use the management account exclusively for billing and organizational management. Do not deploy application workloads in the management account.
7. Cost Optimization Strategies
Right-Sizing
Select the most appropriate instance type and size for the actual workload — not based on peak theoretical demand. AWS Compute Optimizer analyzes CloudWatch utilization data and provides specific right-sizing recommendations.
- EC2 instances with consistently low CPU utilization are candidates for downsizing
- Oversized instances can be identified by analyzing 14-day utilization data
- Typical savings: 20–40% on EC2 costs from right-sizing alone
Increase Elasticity
Ensure resources run only when needed. Stop paying for idle capacity.
| Tactic | How | Estimated Savings |
|---|---|---|
| Auto Scaling for web workloads | Scale to minimum instances during low-traffic hours | 30–60% on compute |
| Scheduled stop/start for dev environments | Stop EC2 and RDS instances nights and weekends | ~76% (40 hrs/week vs 168 hrs/week) |
| Serverless for event-driven workloads | Replace always-on EC2 with Lambda | 0 cost when idle |
| S3 Lifecycle Policies | Move infrequently accessed data to cheaper storage classes | 50–90% on storage |
Select the Right Pricing Model
| Decision Path | Recommendation |
|---|---|
| Workload runs continuously and usage is predictable for 1+ years | Reserved Instances or Savings Plans |
| Workload is fault-tolerant and can be interrupted | Spot Instances |
| Workload is new or usage pattern is unknown | On-Demand; migrate to Savings Plans after 3 months of data |
| Software requires physical server licensing | Dedicated Hosts with BYOL |
Use Managed Services
Managed services shift operational burden to AWS, reducing the need for EC2-based infrastructure that runs continuously to support those operations. Examples: RDS instead of MySQL on EC2; Lambda instead of always-on application servers; SQS instead of self-managed message brokers.
8. AWS Support Plans
AWS offers five support plans with increasing levels of service, response time commitments, and access to AWS expertise.
8.1 Plan Comparison
| Feature | Basic | Developer | Business | Enterprise On-Ramp | Enterprise |
|---|---|---|---|---|---|
| Monthly Cost | Free | $29+ | $100+ | $5,500+ | $15,000+ |
| Technical Support Access | None | Business hours email | 24/7 phone, chat, email | 24/7 phone, chat, email | 24/7 phone, chat, email |
| Support Contacts | 0 | 1 | Unlimited | Unlimited | Unlimited |
| Trusted Advisor Checks | 7 core | 7 core | Full set | Full set | Full set |
| Trusted Advisor API | No | No | Yes | Yes | Yes |
| Technical Account Manager | No | No | No | Pool of TAMs | Dedicated TAM |
| Concierge Support Team | No | No | No | Yes | Yes |
| Infrastructure Event Management | No | No | Purchasable | Included annually | Included |
| Well-Architected Reviews | No | No | No | No | Yes |
Response time SLAs by case severity:
| Severity | Business | Enterprise On-Ramp | Enterprise |
|---|---|---|---|
| General guidance | 24 hours | 24 hours | 24 hours |
| System impaired | 12 hours | 12 hours | 12 hours |
| Production system impaired | 4 hours | 4 hours | 4 hours |
| Production system down | 1 hour | 30 minutes | 15 minutes |
| Business-critical system down | 1 hour | 30 minutes | 15 minutes |
Exam Tip: Three SLA numbers to memorize: 1 hour (Business), 30 minutes (Enterprise On-Ramp), 15 minutes (Enterprise). These are for production/business-critical system down cases only.
Cost calculation rule: The price of each paid plan is the greater of the minimum monthly fee or a percentage of monthly AWS usage:
| Plan | Minimum | Percentage |
|---|---|---|
| Developer | $29 | 3% of monthly usage |
| Business | $100 | 10% up to $10K; 7% $10K–$80K; 5% above $80K |
| Enterprise On-Ramp | $5,500 | 10% of monthly usage |
| Enterprise | $15,000 | Tiered percentage negotiated |
8.2 Technical Account Manager
A Technical Account Manager (TAM) is a named AWS Solutions Architect and point of contact assigned to Enterprise Support customers.
TAM responsibilities:
| Activity | Description |
|---|---|
| Proactive guidance | Reviews architecture and suggests improvements before problems occur |
| Business reviews | Regular operational reviews aligned with business objectives |
| Event planning | Guidance and real-time support during product launches, migrations, and seasonal peak events |
| Incident escalation | Primary escalation point for critical issues |
| Education | Keeps customer informed of new AWS services and features relevant to their workloads |
Key Concept: A dedicated TAM is exclusively available with the Enterprise Support plan. Enterprise On-Ramp provides access to a pool of TAMs (not a dedicated individual).
8.3 Support Resources
| Resource | Description | Availability |
|---|---|---|
| AWS Support Center | Create and manage support cases; access knowledge base | All plans |
| AWS re:Post | Community Q&A platform replacing the old Developer Forums; questions answered by AWS staff and community | All plans (free) |
| AWS Knowledge Center | Largest collection of FAQs and troubleshooting guides | All plans (free) |
| AWS Documentation | Comprehensive service documentation at docs.aws.amazon.com | All plans (free) |
| AWS Well-Architected Tool | Review workloads against the 6 pillars; receive improvement recommendations | All plans (free) |
| AWS IQ | Connect with AWS-certified freelance experts for paid project work | All plans |
| AWS Managed Services (AMS) | AWS manages operations (patching, monitoring, incident management) on your behalf | Enterprise-level engagement |
| Infrastructure Event Management | Short-term engagement for planned high-impact events (launches, migrations) | Business (purchase), Enterprise (included) |
9. AWS Marketplace
AWS Marketplace is a digital catalog of third-party software, data, and professional services that can be deployed directly on AWS.
Key characteristics:
- Software is pre-configured and validated to run on AWS
- Billing is integrated into the AWS invoice — no separate vendor billing relationship required for most products
- Covers thousands of products from independent software vendors (ISVs)
Product categories:
| Category | Examples |
|---|---|
| Security and compliance | Firewalls, endpoint protection, vulnerability scanners |
| Data and analytics | Data sets, BI tools, ETL software |
| DevOps | CI/CD tools, container management, monitoring |
| Business applications | CRM, ERP, collaboration tools |
| Machine learning | Pre-trained models, ML frameworks, data labeling tools |
| Infrastructure software | Operating systems, storage management, backup solutions |
Pricing models available in Marketplace:
| Model | Description |
|---|---|
| Free | Open-source software; only pay for underlying AWS infrastructure |
| BYOL (Bring Your Own License) | You already own a license; use it on AWS |
| Pay-As-You-Go | Usage-based billing; charges appear on AWS invoice |
| Annual Subscription | Fixed annual fee billed through AWS |
| Private Offer | Negotiated pricing between ISV and customer for enterprise deals |
10. AWS Partner Network
The AWS Partner Network (APN) is a global community of businesses and individuals that work with AWS to build solutions and provide services to customers.
Partner types:
| Partner Type | What They Do | Examples |
|---|---|---|
| Consulting Partners | Help customers design, build, migrate, and manage AWS environments | System integrators (Accenture, Deloitte), Managed Service Providers, regional consultancies |
| Technology Partners | Provide software products and services that run on or integrate with AWS | ISVs, SaaS providers, hardware vendors; many sell through AWS Marketplace |
Partner tiers (Consulting Partners):
Registered → Select → Advanced → Premier
Each tier requires demonstrated customer success and a minimum number of AWS-certified employees.
AWS Competency Program: Partners who demonstrate deep technical expertise in specific domains earn Competency badges (e.g., Security Competency, Machine Learning Competency, Public Sector Competency).
AWS Activate: A program for startups providing AWS credits, technical support, and training resources to accelerate growth.
11. Exam Tips and Quick Reference
Support Plan Scenario Mapping
| Exam Scenario | Minimum Plan Required |
|---|---|
| "Need 24/7 phone and chat access to AWS engineers" | Business |
| "Need all Trusted Advisor checks and Trusted Advisor API access" | Business |
| "Production system down — must respond within 1 hour" | Business |
| "Business-critical system down — must respond within 30 minutes" | Enterprise On-Ramp |
| "Business-critical system down — must respond within 15 minutes" | Enterprise |
| "Need a dedicated named Technical Account Manager" | Enterprise |
| "Need concierge support for billing questions" | Enterprise On-Ramp or Enterprise |
| "Need Infrastructure Event Management included in the plan" | Enterprise |
Pricing Model Scenario Mapping
| Exam Scenario | Pricing Model |
|---|---|
| "Fault-tolerant batch processing requiring maximum cost savings" | Spot Instances |
| "Database running 24/7 for the next 3 years with predictable usage" | Reserved Instances (3-year, Standard, All Upfront) |
| "New web application — usage pattern is unknown" | On-Demand |
| "Flexible savings across EC2, Lambda, and Fargate" | Compute Savings Plans |
| "Strict software licensing requirement tied to physical CPU cores" | Dedicated Hosts |
| "Dev/test environment used only during business hours" | On-Demand with scheduled stop/start |
Cost Tool Scenario Mapping
| Exam Scenario | Tool |
|---|---|
| "Estimate cost of a new architecture before building" | AWS Pricing Calculator |
| "Identify which service consumed the most budget last quarter" | AWS Cost Explorer |
| "Receive an email when monthly spend exceeds $1,000" | AWS Budgets |
| "Detailed per-resource billing data for custom finance reporting" | AWS Cost and Usage Report |
| "Automatically detect if an AWS service starts spending unusually" | AWS Cost Anomaly Detection |
| "Identify oversized EC2 instances and get right-sizing recommendations" | AWS Compute Optimizer |
| "Download a SOC 2 audit report from AWS" | AWS Artifact |
Common Exam Traps
- Pricing Calculator vs Cost Explorer: Pricing Calculator estimates future costs before deployment. Cost Explorer analyzes past and current spending after deployment. These are two distinct tools that are frequently confused.
- Who gets a dedicated TAM: Only Enterprise Support. Enterprise On-Ramp gives access to a pool of TAMs but not a dedicated individual.
- Inbound data transfer cost: Always free — only outbound to the internet is charged.
- SCPs grant permissions: False. SCPs only restrict permissions; they cannot grant them.
- Reserved Instances and SCP sharing: In Consolidated Billing, unused RI/Savings Plans from one account automatically benefit other accounts in the organization — this happens without configuration.
- Spot Instance interruption: Spot Instances receive a 2-minute warning, not immediate termination. Applications must be designed to handle this notification (checkpoint state, drain connections).
Key Terms — Domain 4
| Term | Definition |
|---|---|
| On-Demand | Pay by the hour or second with no commitment; highest per-unit price |
| Reserved Instances | 1- or 3-year commitment to a specific instance configuration in exchange for up to 72% discount |
| Savings Plans | Commitment to a dollar-per-hour spend for 1 or 3 years; more flexible than RIs; up to 66% discount |
| Spot Instances | Use spare AWS capacity at up to 90% off; can be interrupted with 2-minute notice |
| Dedicated Host | Physical server dedicated to a single customer; required for per-socket or per-core software licensing |
| AWS Free Tier | Always Free, 12 Months Free, and short-term trial offers across AWS services |
| AWS Pricing Calculator | Tool to estimate costs for a planned architecture before deploying |
| AWS Cost Explorer | Tool to visualize and analyze past and current AWS spending |
| AWS Budgets | Set spending thresholds and receive automated alerts or trigger actions |
| Cost and Usage Report | Granular line-item billing data delivered to S3 |
| Cost Allocation Tags | Key-value labels on resources enabling cost filtering and attribution |
| Consolidated Billing | Single bill across all accounts in AWS Organizations; enables volume discount aggregation |
| Technical Account Manager | Dedicated AWS expert assigned to Enterprise Support customers |
| AWS Marketplace | Digital catalog of third-party software integrated with AWS billing |
| AWS Artifact | Self-service portal for downloading AWS compliance reports and agreements |
End of Domain 4 — All four AWS Cloud Practitioner domains complete.
Final Exam Reference
Domain Weights
| Domain | Weight |
|---|---|
| Domain 1: Cloud Concepts | 24% |
| Domain 2: Security and Compliance | 30% |
| Domain 3: Cloud Technology and Services | 34% |
| Domain 4: Billing, Pricing, and Support | 12% |
Exam Format
| Attribute | Detail |
|---|---|
| Total questions | 65 (50 scored + 15 unscored) |
| Question types | Multiple choice (1 correct); Multiple response (2 or more correct) |
| Time limit | 90 minutes |
| Passing score | 700 out of 1000 |
| Exam fee | $100 USD |
| Retake policy | 14-day waiting period before retake |
Ready to test yourself?
Practice questions for this topic