Key facts distilled from CertKata's CLF-C02 question bank. Free to read — no account needed.
01
Six benefits of cloud computing
Trade capital expense (CapEx) for variable expense (OpEx); benefit from massive economies of scale; stop guessing capacity (elasticity); increase speed and agility; stop spending on running/maintaining data centers; go global in minutes. Elasticity = scaling automatically with demand, both up and down; scalability is the broader ability to add capacity.
02
Shared Responsibility Model
AWS is responsible for security "OF" the cloud: physical facilities, hardware, network, virtualization infrastructure. The customer is responsible for security "IN" the cloud: their data, IAM configuration, guest OS (for IaaS), and how they use each service. Managed services (like RDS) shift more of the operational burden — like patching — onto AWS.
03
Global infrastructure: Region / AZ / Edge
A Region is a geographic area containing multiple Availability Zones (AZs); each AZ is one or more discrete data centers with independent power/cooling/networking. Spreading across AZs protects against a single data center failure. Edge locations (used by CloudFront/Route 53) cache content close to users — separate from Regions/AZs.
04
EC2 pricing models
On-Demand: pay by the hour/second, no commitment. Reserved Instances: 1- or 3-year commitment for a big discount. Spot: spare capacity at steep discount, can be reclaimed by AWS with short notice — for interruption-tolerant workloads. Savings Plans: commit to $/hour of compute usage, more flexible than RIs (covers EC2, Fargate, Lambda).
This is a preview. Get the full CLF-C02 cheat sheet — every domain, bundled with the practice question bank.