/Billing, Pricing & Support Plans
Concept
Easy

Billing, Pricing & Support Plans

6 min read·pricingsupport-plansreserved-instancessavings-plansspot-instancesorganizationsconsolidated-billingtamtrusted-advisorfree-tierclf-c02

AWS uses pay-as-you-go pricing with volume discounts and commitment-based savings. The five support plans range from free Basic to $15,000/month Enterprise with a dedicated Technical Account Manager (TAM). AWS Organizations consolidates billing across accounts and shares reserved instance discounts, while Service Control Policies enforce permission guardrails.


1. AWS Pricing Principles

Rendering diagram…

Four core principles:

  1. Pay-as-you-go — No contracts, no minimum commitments for most services
  2. Save when you commit — Lock in 1 or 3 year commitments for significant discounts
  3. Pay less by using more — Volume tiers; the more you use, the lower the per-unit cost
  4. Benefit from AWS scale — AWS continuously reduces prices as it grows; customers benefit automatically

2. AWS Free Tier

Three types of free tier offerings:

TypeDurationExamples
12 months freeFirst 12 months after account creation750 hrs/mo EC2 t2/t3.micro, 5 GB S3 Standard
Always freeNo expiration1M Lambda requests/mo, 25 GB DynamoDB storage, 50 GB CloudFront data
TrialsShort-term free trialSageMaker, Redshift, Inspector

3. EC2 Purchasing Options

Rendering diagram…
OptionMax SavingsCommitmentInterruption RiskBest For
On-Demand0%NoneNoneUnpredictable workloads, dev/test, first-time use
Reserved — StandardUp to 72%1 or 3 yrNoneSteady-state predictable workloads
Reserved — ConvertibleUp to 54%1 or 3 yrNoneWhen instance type may change
Compute Savings PlansUp to 66%1 or 3 yr ($/hr)NoneFlexible across instance family, size, region, OS
Spot InstancesUp to 90%NoneYes — 2-min warningBatch jobs, data analysis, fault-tolerant workloads
Dedicated HostsVariesOptional 1/3 yrNoneServer-bound licenses (Oracle, Windows), compliance
Dedicated InstancesVariesOn-Demand or RINonePhysical hardware isolation from other customers

4. Pricing for Key Services

ServicePricing Dimensions
EC2Instance hours, instance type, OS, Region, purchasing model
S3Storage GB-months, number of requests, data transfer out, replication
LambdaNumber of requests + duration in GB-seconds
RDSInstance hours, storage GB, I/O requests, data transfer, Multi-AZ surcharge
CloudFrontData transfer out to internet, number of HTTP requests, Region
DynamoDBRead/write capacity units or on-demand requests, storage GB, global tables replication

Data transfer pricing note: Data transfer into AWS is generally free. Data transfer out of AWS to the internet incurs charges. Transfer between services within the same Region is often free or low cost.


5. AWS Support Plans

Rendering diagram…
PlanPriceContactsResponse: Production DownResponse: Business CriticalTAM
BasicFree1No phone/email supportNoNo
Developer$29/mo min1N/A (no prod SLA)N/ANo
Business$100/mo minUnlimited1 hour4 hoursNo (shared pool)
Enterprise On-Ramp$5,500/mo minUnlimited1 hour30 minutesPool of TAMs
Enterprise$15,000/mo minUnlimited1 hour15 minutesDedicated TAM

Technical Account Manager (TAM):

  • A dedicated AWS expert who provides proactive guidance and reviews
  • Available only on Enterprise (dedicated) and Enterprise On-Ramp (shared pool) plans
  • Helps with architectural reviews, operational readiness, and incident management

AWS Concierge Support Team:

  • Billing and account specialists
  • Available on Enterprise On-Ramp and Enterprise plans only

AWS Trusted Advisor access by plan:

  • Basic / Developer: 7 core checks (security and service limits only)
  • Business / Enterprise: All checks plus weekly email digest and API access

6. AWS Organizations & Consolidated Billing

Rendering diagram…

Consolidated Billing benefits:

  • Single bill for all AWS accounts in the organization
  • Combined usage qualifies for higher volume discount tiers (e.g., S3 storage, data transfer)
  • Shared Reserved Instance and Savings Plans savings — unused RI capacity in one account can apply to another
  • Free to use — no charge for Organizations itself

Service Control Policies (SCPs):

  • Define maximum permissions for accounts in the organization
  • Cannot grant permissions — only restrict them
  • An SCP deny overrides any IAM allow in the affected accounts

7. AWS Pricing Calculator

  • Free web-based tool at calculator.aws — no AWS account required
  • Estimate monthly costs for planned architectures before deploying
  • Add services, configure expected usage, generate shareable estimate URL
  • Replaces the older TCO Calculator and Simple Monthly Calculator

8. CLF-C02 Quick Reference

TopicKey Fact
Pricing principlesPay-as-you-go; save when you commit; pay less by using more
Free tier — 12 months750 hrs/mo EC2 t2/t3.micro; 5 GB S3 Standard
Free tier — always free1M Lambda requests/mo; 25 GB DynamoDB
On-DemandNo commitment; full price; maximum flexibility
Reserved Instances1 or 3 yr; up to 72% savings; steady-state
Spot InstancesUp to 90% savings; interruptible with 2-min warning
Savings PlansFlexible $/hr commitment; up to 66% off
Dedicated HostsPhysical server; BYOL; highest cost
Basic supportFree; 7 Trusted Advisor checks; no phone/email cases
Developer support$29/mo; business-hours email; 1 contact
Business support$100/mo; 24x7 phone/chat; all Trusted Advisor checks; 1-hr production down
Enterprise On-Ramp$5,500/mo; pool of TAMs; 30-min business-critical
Enterprise support$15,000/mo; dedicated TAM; 15-min business-critical
TAMOnly with Enterprise or Enterprise On-Ramp
Trusted Advisor full accessBusiness or Enterprise plan required
Consolidated billingSingle bill; shared RI savings; combined volume discounts
SCPsMax permissions at org level; cannot grant permissions
Pricing CalculatorFree estimate tool; no account needed

Practice Questions8

medium

Q1. Which AWS Support plan is the minimum required to get 24/7 technical support via phone, email, and chat with a response time under 1 hour for a production system-down event?


Select one answer before revealing.

easy

Q2. What is the AWS Free Tier?


Select one answer before revealing.

easy

Q3. Which AWS Support plan includes a designated Technical Account Manager (TAM) who provides proactive guidance and advocates on behalf of the customer inside AWS?


Select one answer before revealing.

medium

Q4. A company wants to commit to consistent AWS compute usage for the next year to save money, but needs flexibility to change EC2 instance families, sizes, and even use Lambda or Fargate. Which pricing option best meets this need?


Select one answer before revealing.

easy

Q5. What AWS pricing principle means customers pay a lower per-unit price as their usage volume increases?


Select one answer before revealing.

easy

Q6. A company wants to estimate the monthly cost of a planned AWS architecture (including specific EC2 instance types, S3 storage, and data transfer) BEFORE deploying anything. Which tool should they use?


Select one answer before revealing.

medium

Q7. A company uses AWS Organizations with consolidated billing. Which TWO financial benefits does consolidated billing provide? (Select TWO — more than one answer may be correct)


Select one answer before revealing.

hard

Q8. Which statement BEST describes the difference between AWS Savings Plans and Standard Reserved Instances?


Select one answer before revealing.