1.5 Cloud Economics

Key Takeaways

  • Total Cost of Ownership (TCO) includes hidden on-premises costs — power, cooling, staffing, disaster recovery, and overprovisioning — not just hardware.
  • Cloud computing converts Capital Expenditure (CapEx) into Operating Expenditure (OpEx), enabling pay-as-you-go pricing and better cash flow.
  • Right-sizing means selecting the lowest-cost resource that still meets technical requirements — a continuous optimization process aided by AWS Compute Optimizer.
  • Economies of scale let AWS lower per-unit costs as it grows, passing savings to customers through frequent price reductions.
  • Use the Pricing Calculator to estimate before deployment, Cost Explorer to analyze after, and Budgets to receive spending alerts.
Last updated: June 2026

Understanding the financial benefits of cloud computing is a significant part of Domain 1. The CLF-C02 tests your ability to explain how cloud economics works and why organizations benefit financially from migrating to AWS.

Total Cost of Ownership (TCO)

Total Cost of Ownership (TCO) is the full cost of owning and operating IT infrastructure, including both direct and indirect costs. When comparing on-premises to cloud, organizations must account for ALL costs — not just the hardware sticker price.

On-Premises TCO Components

Cost CategoryExamples
HardwareServers, storage, networking equipment
SoftwareLicenses (OS, database, middleware)
FacilitiesData-center space, power, cooling, physical security
PersonnelStaff for maintenance, administration, troubleshooting
NetworkInternet connectivity, WAN links
Disaster RecoveryBackup site, replication, DR testing
OverprovisioningExtra capacity bought for peak demand, often idle

Cloud TCO Components

Cost CategoryExamples
ComputeEC2 instances, Lambda invocations
StorageS3, EBS, Glacier
Data TransferOutbound data-transfer charges
Managed ServicesRDS, DynamoDB, and others

On the Exam: TCO questions often highlight hidden on-premises costs people forget — power, cooling, staffing, overprovisioning, and disaster recovery. These costs shrink dramatically or disappear in the cloud.

Capital Expenditure vs. Operating Expenditure

CapEx (Capital Expenditure)OpEx (Operating Expenditure)
DefinitionUpfront investment in physical assetsOngoing cost of running operations
ExamplesBuying servers, building a data centerMonthly AWS bill, electricity, salaries
AccountingDepreciated over time (3–5 years)Expensed in the period incurred
RiskOver- or under-provisioningPay only for what you use
ModelTraditional ITCloud computing

Key benefit: Cloud computing converts CapEx to OpEx. This matters because it means no large upfront costs (start small and scale), better cash flow (pay monthly), reduced risk (no need to predict capacity years ahead), and potential tax advantages (OpEx is expensed in the year incurred).

Right-Sizing

Right-sizing is matching instance types and sizes to your actual workload performance and capacity needs at the lowest possible cost. It is a continuous process, not a one-time event, because workloads change over time.

Right-sizing strategies:

  1. Start small — begin with smaller instances and scale up only if needed
  2. Monitor utilization — use CloudWatch to track CPU, memory, and network usage
  3. Use recommendations — AWS Compute Optimizer analyzes usage and suggests optimal sizes
  4. Schedule scaling — turn off non-production instances outside business hours
  5. Choose the right instance family — compute-optimized vs. memory-optimized vs. general-purpose

Economies of Scale

As AWS adds more customers, its cost per unit of computing falls thanks to economies of scale, and AWS passes those savings to customers through regular price reductions. Since launch, AWS has reduced prices many dozens of times across its services. This is one of the six advantages of cloud: aggregated demand drives lower pay-as-you-go prices than any single organization could achieve alone.

AWS Cost Estimation and Management Tools

ToolPurpose
AWS Pricing CalculatorEstimate monthly costs for AWS services before you use them — ideal for TCO comparisons
AWS Cost ExplorerVisualize and analyze your current spending patterns over time
AWS BudgetsSet spending or usage thresholds and receive alerts
AWS Cost and Usage Report (CUR)The most detailed cost and usage data available
AWS Trusted AdvisorRecommendations for cost savings (and other categories)

On the Exam: Use the Pricing Calculator to estimate costs before deployment; use Cost Explorer to analyze costs after you are running; use Budgets to get alerts when spending crosses a threshold.

Licensing Considerations

When migrating to AWS, licensing models change:

  • BYOL (Bring Your Own License): apply existing licenses on AWS (e.g., Windows Server, SQL Server)
  • License Included: AWS bundles the license cost into the service price (e.g., Amazon RDS for SQL Server)
  • Open Source: use free alternatives (e.g., PostgreSQL or MySQL on RDS instead of a commercial engine)

Together, TCO analysis, the CapEx-to-OpEx shift, right-sizing, and economies of scale explain why migrating to AWS often lowers total cost while improving agility — a recurring theme across both Domain 1 and Domain 4.

Consumption-Based Pricing and the Free Tier

Two ideas tie cloud economics together for the exam. First, consumption-based (pay-as-you-go) pricing means you are billed for actual usage — compute-seconds, gigabytes stored, requests served — with no upfront commitment, which is what makes the CapEx-to-OpEx shift possible. Second, the AWS Free Tier lets you try many services at no cost within limits (always-free offers, 12-months-free offers, and short-term trials), so teams can prototype before spending.

Combined with right-sizing and commitment-based discounts (Reserved Instances and Savings Plans), these mechanisms let an organization start small, pay only for what it uses, and lower unit costs as it grows.

Reserved Instances and Savings Plans in Brief

Commitment-based pricing is where the largest savings come from, so the exam expects you to recognize the two main vehicles. Reserved Instances (RIs) offer up to roughly 72% off On-Demand in exchange for a 1- or 3-year commitment to a specific instance configuration, ideal for steady-state workloads. Savings Plans offer comparable discounts for a 1- or 3-year commitment to a consistent amount of compute usage (measured in dollars per hour) with flexibility across instance families and, for Compute Savings Plans, across EC2, Fargate, and Lambda.

For unpredictable, fault-tolerant work, Spot Instances offer up to ~90% off using spare capacity AWS can reclaim. Matching workloads to the right pricing model is the core cost-optimization skill.

Test Your Knowledge

When comparing on-premises costs to cloud costs, which of the following is a commonly overlooked on-premises cost?

A
B
C
D
Test Your Knowledge

Which statement best describes the financial benefit of converting CapEx to OpEx through cloud computing?

A
B
C
D
Test Your Knowledge

What is 'right-sizing' in the context of AWS?

A
B
C
D
Test Your Knowledge

Which AWS tool helps estimate the cost of running a workload on AWS BEFORE you deploy it, for comparison against on-premises costs?

A
B
C
D
Test Your Knowledge

A company eliminates $500,000 per year in data-center power, cooling, and physical security by migrating to AWS. What does this represent?

A
B
C
D