Cloud Concepts & Benefits
Cloud computing delivers IT resources on-demand over the internet with pay-as-you-go pricing, replacing upfront CapEx with variable OpEx. Understanding the six advantages, three deployment models, and core cloud properties (elasticity, scalability, high availability, fault tolerance) is foundational for the CLF-C02 exam.
1. What is Cloud Computing?
Cloud computing is the on-demand delivery of IT resources—compute, storage, databases, networking, analytics, AI/ML, and more—over the internet with pay-as-you-go pricing. Instead of buying, owning, and maintaining physical data centers, you access technology services from a cloud provider (like AWS) as needed.
Three Service Models:
- IaaS (Infrastructure as a Service) — Virtual hardware: compute (EC2), storage (EBS, S3), networking (VPC). Most control, most responsibility.
- PaaS (Platform as a Service) — Managed platform: runtime, OS, middleware (Elastic Beanstalk, RDS). AWS manages the platform.
- SaaS (Software as a Service) — Complete applications: email, CRM (AWS WorkMail, Salesforce). No infrastructure to manage.
2. Six Advantages of Cloud Computing (AWS Framework)
| # | Advantage | Traditional IT Problem | Cloud Solution |
|---|---|---|---|
| 1 | Trade CapEx for variable OpEx | Buy servers upfront, depreciate over years | Pay only for what you use |
| 2 | Massive economies of scale | Small org cannot get bulk hardware discounts | AWS passes scale savings to you |
| 3 | Stop guessing capacity | Over-provision (waste) or under-provision (fail) | Scale instantly up or down |
| 4 | Increase speed and agility | IT provisioning takes weeks | New resources in minutes |
| 5 | Stop running data centers | Staff, power, cooling, real estate costs | Focus on your apps, not hardware |
| 6 | Go global in minutes | New region requires months of setup | Deploy to AWS Region in clicks |
3. Cloud Deployment Models
| Model | Description | Common Use Case |
|---|---|---|
| Public Cloud | All resources hosted on AWS | Startups, modern apps, global reach |
| Private Cloud | Infrastructure solely for one org, on-premises | Strict compliance, full hardware control |
| Hybrid Cloud | Mix of AWS and on-premises, connected via Direct Connect or VPN | Gradual migration, regulatory data residency |
4. Core Cloud Properties
| Property | Meaning | AWS Example |
|---|---|---|
| Elasticity | Auto-scale with demand, then scale back | EC2 Auto Scaling, Lambda |
| Scalability | Grow capacity for increased load | RDS Read Replicas, DynamoDB auto-scaling |
| High Availability | Minimal downtime via redundancy | Multi-AZ RDS, ALB across AZs |
| Fault Tolerance | No data loss despite failures | S3 11-nines durability, RDS Multi-AZ |
| Agility | Fast provisioning and iteration | CloudFormation, Elastic Beanstalk |
| Durability | Data preserved over time without loss | S3 99.999999999% durability |
5. CapEx vs OpEx
Capital Expenditure (CapEx) — Upfront investment in physical assets (servers, network equipment, data center buildings). Depreciated over years. Risk: over-provision capacity that sits idle.
Operational Expenditure (OpEx) — Pay for what you use, when you use it. Treated as a business expense. Costs align with actual usage.
6. Total Cost of Ownership (TCO)
When comparing on-premises to AWS, include hidden on-premises costs:
- Server hardware purchase and refresh cycles
- Power and cooling (often 30-40% of hardware cost)
- Physical security and facilities
- IT staff for hardware maintenance
- Networking equipment and cabling
- Software license management
AWS Pricing Calculator helps estimate and compare these savings.
7. CLF-C02 Quick Reference
| Topic | Key Fact |
|---|---|
| Cloud definition | On-demand IT resources over the internet with pay-as-you-go pricing |
| Six advantages | Trade CapEx for OpEx; economies of scale; stop guessing capacity; speed and agility; stop running DCs; go global |
| Public cloud | All on AWS; no on-premises |
| Private cloud | Org-exclusive; on-premises |
| Hybrid cloud | AWS and on-premises connected via Direct Connect or VPN |
| Elasticity | Auto-scale UP and DOWN based on demand |
| High availability | Redundant across multiple AZs; minimal downtime |
| Fault tolerance | Continues operating despite failures; no data loss |
| Durability | Data preservation over time (S3 = 11 nines) |
| CapEx | Upfront hardware investment; on-premises model |
| OpEx | Pay-as-you-go; cloud model |
| IaaS | Virtual hardware; most customer control (EC2, VPC, EBS) |
| PaaS | Managed platform; AWS handles OS and runtime (RDS, Beanstalk) |
| SaaS | Complete app; AWS handles everything (WorkMail) |
Practice Questions9
Q1. Which statement BEST describes a core financial benefit of cloud computing compared to traditional on-premises infrastructure?
Select one answer before revealing.
Q2. A startup wants to launch a web application globally within hours and automatically handle unpredictable traffic spikes without buying hardware. Which cloud property BEST describes this capability?
Select one answer before revealing.
Q3. What does "high availability" mean in the context of AWS cloud architecture?
Select one answer before revealing.
Q4. Which TWO statements correctly describe advantages of AWS cloud computing compared to traditional on-premises infrastructure? (Select TWO — more than one answer may be correct)
Select one answer before revealing.
Q5. A company is evaluating cloud adoption. Their CFO asks how AWS achieves lower prices than traditional IT vendors. What is the primary reason?
Select one answer before revealing.
Q6. Which cloud deployment model describes an architecture where a company runs some workloads on AWS and keeps other systems in their own on-premises data center, with connectivity between the two?
Select one answer before revealing.
Q7. Which of the following is NOT a benefit of moving to the AWS Cloud?
Select one answer before revealing.
Q8. A manufacturing company must keep sensitive production data on their own servers due to strict legal requirements. However, they want to use AWS for development, testing, and analytics workloads. Which deployment model is MOST appropriate?
Select one answer before revealing.
Q9. According to AWS, what is "agility" as a cloud benefit, and which scenario BEST illustrates it?
Select one answer before revealing.