1.5 Cloud Economics
Key Takeaways
- Total Cost of Ownership (TCO) includes not just hardware but also power, cooling, maintenance staff, real estate, and opportunity costs.
- Cloud computing converts Capital Expenditure (CapEx) into Operating Expenditure (OpEx), enabling pay-as-you-go pricing.
- Right-sizing means selecting the lowest-cost resource that still meets your technical specifications — a continuous optimization process.
- The AWS Pricing Calculator helps estimate the cost of AWS services for your specific use case before you commit.
- Economies of scale are a key benefit: as AWS grows, per-unit costs decrease, and savings are passed to customers.
Cloud Economics
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 the cloud.
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 consider ALL costs:
On-Premises TCO Components
| Cost Category | Examples |
|---|---|
| Hardware | Servers, storage, networking equipment |
| Software | Licenses (OS, database, middleware) |
| Facilities | Data center space, power, cooling, physical security |
| Personnel | IT staff for maintenance, administration, troubleshooting |
| Network | Internet connectivity, WAN links |
| Disaster Recovery | Backup data center, replication, DR testing |
| Overprovisioning | Extra capacity purchased for peak demand (often underutilized) |
Cloud TCO Components
| Cost Category | Examples |
|---|---|
| Compute | EC2 instances, Lambda invocations |
| Storage | S3, EBS, Glacier |
| Data Transfer | Outbound data transfer charges |
| Managed Services | RDS, DynamoDB, etc. |
On the Exam: TCO questions often highlight hidden on-premises costs that people forget — power, cooling, staffing, overprovisioning, and disaster recovery. These costs disappear or shrink dramatically in the cloud.
Capital Expenditure vs. Operating Expenditure
| CapEx (Capital Expenditure) | OpEx (Operating Expenditure) | |
|---|---|---|
| Definition | Upfront investment in physical assets | Ongoing costs for running operations |
| Examples | Buying servers, building a data center | Monthly AWS bill, electricity, salaries |
| Accounting | Depreciated over time (3-5 years) | Expensed in the period incurred |
| Risk | Risk of overprovisioning or underprovisioning | Pay only for what you use |
| Model | Traditional IT | Cloud computing |
Key benefit: Cloud computing converts CapEx to OpEx. This is significant for organizations because:
- No large upfront costs — start small and scale
- Better cash flow — pay monthly instead of large lump sums
- Reduced risk — no need to predict future capacity years in advance
- Tax advantages — OpEx is fully deductible in the year incurred vs. depreciated over years
Right-Sizing
Right-sizing is the process of matching instance types and sizes to your actual workload performance and capacity requirements at the lowest possible cost. It is a continuous process, not a one-time event.
Right-sizing strategies:
- Start small — Begin with smaller instances and scale up if needed
- Monitor utilization — Use CloudWatch to track CPU, memory, and network usage
- Use recommendations — AWS Compute Optimizer analyzes usage and recommends optimal sizes
- Schedule scaling — Turn off development instances outside business hours
- Choose the right instance family — Compute-optimized vs. memory-optimized vs. general-purpose
Economies of Scale
As AWS adds more customers, their cost per unit of computing decreases due to economies of scale. AWS passes these savings to customers through regular price reductions. Since its launch, AWS has reduced prices more than 130 times across its services.
AWS Cost Estimation Tools
| Tool | Purpose |
|---|---|
| AWS Pricing Calculator | Estimate monthly costs for AWS services before you use them |
| AWS Cost Explorer | Visualize and understand your current spending patterns |
| AWS Budgets | Set spending thresholds and receive alerts |
| AWS Cost and Usage Report | Most detailed cost and usage data available |
| AWS Trusted Advisor | Recommendations for cost savings (among other areas) |
Licensing Considerations
When migrating to AWS, licensing models change:
- BYOL (Bring Your Own License): Use existing software licenses on AWS (e.g., Windows Server, SQL Server)
- License Included: AWS includes the license cost in the service price (e.g., Amazon RDS for SQL Server)
- Open Source: Use free, open-source alternatives (e.g., PostgreSQL instead of Oracle on RDS)
When comparing on-premises costs to cloud costs, which of the following is a commonly overlooked on-premises cost?
Which statement best describes the financial benefit of converting CapEx to OpEx through cloud computing?
What is "right-sizing" in the context of AWS?
Which AWS tool helps organizations estimate the cost savings of migrating to AWS by comparing on-premises and cloud costs?
A company currently spends $500,000 per year on data center power, cooling, and physical security. After migrating to AWS, these costs would be eliminated. What type of cost savings does this represent?