Study Guide

How to Pass AWS Cloud Practitioner on Your First Attempt

The Exam Most Candidates Underestimate

The AWS Certified Cloud Practitioner (CLF-C02) is widely called an easy exam.

Candidates who do not take it seriously face precise, scenario-based questions that require genuine understanding of service distinctions -- not just the ability to recognize service names. The exam is 65 questions, 90 minutes, requiring a score of 700/1000 to pass. Understanding what each domain actually tests is the first step toward passing it efficiently.

Domain 1: Cloud Concepts (24%)

This domain does not test the definition of cloud computing. It tests whether you understand why organizations move to AWS and what specific trade-offs they accept.

What you must know:

  • The 6 advantages of cloud computing -- and the business context for each (not just the list)
  • Total Cost of Ownership analysis: what moves from capital expenditure (CapEx) to operational expenditure (OpEx) and why this matters financially
  • AWS global infrastructure: Regions (isolated geographic areas with multiple AZs), Availability Zones (one or more discrete data centers with redundant power), Edge Locations (CloudFront CDN endpoints), and the specific reason each exists
  • The AWS Well-Architected Framework: all six pillars (Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, Sustainability) and the design principle behind each

Common question pattern: A company wants to eliminate upfront capital costs for its data center while deploying globally in minutes. Questions test recognition of specific named benefits in context, not general cloud awareness.

Domain 2: Security and Compliance (30%)

The highest-weighted domain and the one most candidates underestimate. The shared responsibility model appears in multiple questions worded differently every time.

The shared responsibility model -- memorize the exact boundaries:

AWS is responsible for:

  • Physical security of data centers
  • Hardware and firmware
  • Hypervisor and network infrastructure
  • Managed service security (RDS patching, Lambda runtime security)

The customer is responsible for:

  • Operating system configuration and patching (for EC2)
  • Application code and configuration
  • Data classification and encryption
  • IAM policies, user access, and credential management
  • Network access controls and security groups

Security services you must know by name and purpose:

  • AWS Shield: DDoS protection (Standard = free, Advanced = paid with 24/7 DDoS Response Team)
  • AWS WAF: Web Application Firewall for HTTP/HTTPS filtering (SQL injection, XSS)
  • Amazon GuardDuty: Threat detection using ML on CloudTrail, VPC flow logs, DNS logs
  • Amazon Inspector: Automated security assessment for EC2 instances and container images
  • Amazon Macie: Data security using ML to identify and protect sensitive data in S3
  • AWS Security Hub: Centralized security findings aggregator
  • AWS KMS: Key Management Service for encryption key creation and control
  • AWS CloudTrail: API call logging across your AWS account (audit trail)

Compliance awareness: AWS holds compliance certifications (PCI DSS, HIPAA, SOC 2, ISO 27001) but customer workloads must be configured correctly to inherit these compliances. AWS provides the compliant infrastructure; customers own the compliant configuration.

Domain 3: Cloud Technology and Services (34%)

The largest domain requires service recognition: given a scenario, identify the appropriate AWS service.

Core services organized by key differentiator:

Category Service Key Differentiator
Compute EC2 Virtual server you manage (OS, patches, scale)
Compute Lambda Serverless, event-driven, no server management
Compute ECS/EKS Container orchestration (Fargate = serverless containers)
Compute Elastic Beanstalk Platform-as-a-Service -- deploy code, AWS manages infra
Storage S3 Object storage, 99.999999999% durability, unlimited scale
Storage EBS Block storage attached to a single EC2 instance
Storage EFS Shared file system mountable by multiple EC2 instances
Storage S3 Glacier Archival storage, retrieval times from minutes to hours
Database RDS Managed relational DB (MySQL, PostgreSQL, Oracle, SQL Server)
Database DynamoDB Managed NoSQL, single-digit millisecond latency at any scale
Database Redshift Data warehouse for analytics (OLAP, not OLTP)
Database ElastiCache In-memory caching (Redis or Memcached)
Networking VPC Isolated virtual network in AWS
Networking CloudFront CDN delivering content to edge locations globally
Networking Route 53 DNS service with routing policies
Networking Direct Connect Dedicated private network connection from on-premises to AWS

The test strategy: Learn one-sentence differentiators, not descriptions. Redshift is for analytics queries on large datasets -- not transactional databases. DynamoDB is for applications requiring single-digit millisecond latency regardless of scale. When you see a scenario, map to the differentiator, not the service definition.

Domain 4: Billing, Pricing, and Support (12%)

Smallest domain, but questions are highly specific about exact names and inclusions.

EC2 pricing models:

  • On-Demand: Pay by the second or hour, no commitment, highest per-unit cost
  • Reserved Instances: 1 or 3-year commitment, up to 72% savings vs On-Demand; Standard (fixed instance family) or Convertible (can change family, slightly less savings)
  • Savings Plans: Commitment to a dollar-per-hour amount, not a specific instance type; applies across multiple services
  • Spot Instances: Bid for unused EC2 capacity, up to 90% savings, but can be interrupted with 2-minute notice
  • Dedicated Hosts: Physical server dedicated to your use; for compliance or bring-your-own-license scenarios

The cost-saving hierarchy: Savings Plans and Reserved Instances (predictable workloads) > Spot Instances (fault-tolerant, interruptible workloads) > On-Demand.

Support plan response times:

  • Developer: Business hours, 12-hour response for impaired systems
  • Business: 24/7, 4-hour response for production system impaired, 1-hour for production system down
  • Enterprise On-Ramp: Technical Account Manager pool, 30-minute response for business-critical outages
  • Enterprise: Dedicated TAM, 15-minute response for business-critical outages

The 30-Day Study Plan

Week 1: Build the Mental Model (Days 1-7)

Do not start with practice questions. Build conceptual frameworks first.

  • Day 1-2: AWS global infrastructure. Draw a Region with 3 AZs from memory. Understand why multi-AZ = high availability and multi-Region = disaster recovery.
  • Day 3: Shared responsibility model. Build a two-column table (AWS vs. Customer) for 10 different service types. Memorize the boundary line.
  • Day 4: IAM deep dive. Create a free-tier AWS account and configure IAM yourself: create a user, attach a policy, create a role.
  • Day 5-6: Well-Architected Framework. Write two sentences per pillar explaining what problem it prevents.
  • Day 7: Take 50 practice questions (diagnostic). Do not study for this -- just see your baseline by domain.

Week 2: Services by Category (Days 8-14)

Study services in functional groups, not alphabetically.

  • Day 8: Compute (EC2, Lambda, ECS, Fargate, Elastic Beanstalk, Lightsail)
  • Day 9: Storage (S3, EBS, EFS, Glacier, Snow family)
  • Day 10: Databases (RDS, Aurora, DynamoDB, ElastiCache, Redshift)
  • Day 11: Networking (VPC, subnets, Route 53, CloudFront, Direct Connect)
  • Day 12: Security (IAM review, Shield, WAF, GuardDuty, Inspector, Macie, KMS, CloudTrail)
  • Day 13: Management (CloudWatch, CloudTrail, Config, Trusted Advisor, Systems Manager)
  • Day 14: 75 practice questions (mixed domains). Review every incorrect answer in full.

Week 3: Scenario Mastery (Days 15-21)

This week is about application, not new content.

  • 50-75 mixed-domain practice questions daily
  • For every wrong answer, write the reason in your own words -- not just copying the explanation text
  • Spend extra time on your two weakest domains from Day 14

Week 4: Exam Readiness (Days 22-30)

  • Days 22-28: 2-3 full timed practice exams (65 questions, 90-minute limit)
  • Review scores by domain after each exam
  • Day 29: Flashcard review -- services, pricing models, support plan response times
  • Day 30 (exam day): No new studying. Trust your preparation.

Exam-Day Strategy

Time management: 65 questions in 90 minutes is 83 seconds per question on average. Most questions take 45-60 seconds. Flag anything requiring more than 90 seconds and return at the end.

Elimination: AWS exam questions almost always have two obviously wrong answers. Eliminate these first, then choose between the remaining two based on the specific wording of the scenario.

Watch for qualifiers: MOST cost-effective, BEST meets the requirement, LEAST operational overhead -- the qualifier determines which of two reasonable answers is correct.

The 700/1000 passing threshold means you can miss approximately 15-20 questions and still pass. Accurate answers on the questions you know well are worth more than extra time on the ones you are genuinely uncertain about.