CLF-C02 · Last-Minute Review

AWS Cloud Practitioner (CLF-C02) Cheat Sheet

Everything the AWS Certified Cloud Practitioner exam tests, compressed into one page. Review this the night before your exam, then verify your recall with free practice questions.

Core concepts

  • Shared responsibility model: AWS = security of the cloud (physical data centers, hardware, hypervisor, network). Customer = security in the cloud (data, IAM, guest OS patching, security groups).
  • Region = geographically isolated area with 3+ Availability Zones.
  • Availability Zone = one or more isolated data centers with independent power, cooling and networking.
  • Edge location = CloudFront cache site close to users for low-latency content delivery.
  • Pay-as-you-go converts large capital expense (CAPEX) into variable operating expense (OPEX).
  • Well-Architected pillars: Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, Sustainability.

Every core service in one table

ServiceOne-line jobPick it when…
EC2Resizable virtual serversYou need full control of a server
LambdaServerless, event-driven codeYou don't want to manage servers
Auto ScalingAdjusts EC2 count to demandLoad varies and cost must follow demand
ELBDistributes traffic across instancesHigh availability across multiple targets
S3Object storage, 11 nines durabilityStoring files, images, backups, static content
EBSBlock storage for EC2A single EC2 instance needs persistent disk
EFSShared NFS file systemMultiple EC2 instances need shared files
Glacier / Glacier Deep ArchiveCheap archival storageRarely accessed data, long-term retention
RDSManaged relational databaseSQL workloads (MySQL, PostgreSQL, etc.)
AuroraAWS-native MySQL/PostgreSQLHigh-performance relational DB
DynamoDBNoSQL key-value DBSingle-digit ms latency, serverless apps
ElastiCacheIn-memory cache (Redis/Memcached)Read-heavy workloads need low latency
Route 53DNS (domain → IP)DNS routing and domain registration
CloudFrontCDN via edge locationsDeliver content fast worldwide
VPCIsolated virtual networkYou launch resources in your own network
IAMUsers, groups, roles, policiesControlling access and permissions
WAFWeb application firewallBlocking SQL injection, XSS
ShieldDDoS protectionProtecting against DDoS attacks
GuardDutyThreat detectionMonitoring for malicious behavior
KMSEncryption key managementEncrypting data at rest
CloudTrailRecords API activityAuditing who did what, when
CloudWatchMetrics, logs, alarmsOperational monitoring
ConfigConfiguration compliance auditingAuditing resource config over time
ArtifactCompliance reports (SOC, PCI)Downloading security reports
SQSMessage queueDecoupling application components
SNSPub/sub notificationsSending alerts to email/SMS/Lambda
API GatewayCreate/manage APIsBuilding and securing APIs
ECS / EKS / FargateRun containersContainerized applications

EC2 purchasing options

OptionCostNotes
On-DemandHighest per unitNo commitment, pay per second/hour
Reserved / Savings PlansUp to ~72% off1- or 3-year commitment, steady workloads
SpotUp to 90% offUnused capacity; can be interrupted with 2-minute notice

Billing & pricing tools

  • Cost Explorer — visualize and forecast spending over time.
  • Pricing Calculator — estimate cost before you build.
  • Budgets — alerts when spending passes a threshold.
  • Consolidated billing — one bill across accounts; volume discounts.
  • Free Tier — 12-month free usage for new accounts.
  • Trusted Advisor — recommendations on cost, security, fault tolerance, performance.
  • Support plans: Basic (free) → Developer → Business → Enterprise (TAM, 15-min response).

Security quick facts

  • Security group = stateful, allow-only virtual firewall at instance level.
  • IAM role = temporary credentials for EC2/services (no long-lived keys in code).
  • Least privilege = grant only the permissions needed.
  • MFA = second factor beyond password; enable on the root account.
  • Data at rest → encryption keys via KMS; data in transit → TLS/SSL.

The exam in 3 numbers

  • 65 questions, 90 minutes, pass at 700/1000.
  • Domains: Concepts 24%, Security 30%, Tech 34%, Billing 12%.

Test yourself on every fact above

Start free in seconds — no signup, no credit card. Practice questions, timed mock exams with the official 70% pass threshold, and flashcards.