Back to Blog

AWS Cloud Practitioner Study Guide 2026 (CLF-C02)

The complete CLF-C02 study guide for 2026. What's on the exam, which domains carry the most weight, the services you actually need to know, and the fastest way to pass.

By Soleyman Shahir · AWS Certified Solutions Architect Professional | Founder, StudyTech
Published May 13, 2026 · Last updated May 13, 2026

Short answer

CLF-C02 covers four domains: Cloud Concepts (24%), Security and Compliance (30%), Cloud Technology and Services (34%), and Billing, Pricing, and Support (12%). You don't need to know how to build anything — you need to know what AWS services exist, what they do at a conceptual level, and the AWS shared responsibility model inside out.

Key takeaways

  • CLF-C02 is a conceptual exam — it tests awareness of services and cloud concepts, not hands-on configuration
  • Security and Compliance is the highest-weighted domain at 30% — know the shared responsibility model cold
  • Cloud Technology and Services at 34% is the broadest domain — focus on what each service does and when you'd use it
  • Most people with any tech background can pass in 2 to 4 weeks with focused prep
  • Passing CLF-C02 earns you a 50% discount voucher for your next AWS exam

StudyTech AI

Finally know when you're ready to pass.

Start Free Assessment

AWS Cloud Practitioner is the most accessible AWS certification — and the most commonly misspent on. People spend 8 to 12 weeks on a 30-hour course when most backgrounds can handle this exam in 2 to 4 weeks of focused prep.

This guide gives you exactly what you need: what's on the exam, what actually matters, and how to prepare without wasting time.

CLF-C02 Exam Overview

DetailInfo
Exam codeCLF-C02
Number of questions65 (50 scored, 15 unscored)
Time limit90 minutes
Passing score700 / 1000
Cost$100 (USD)
FormatMultiple choice, multiple response
DeliveryPearson VUE or PSI (testing centre or online proctored)

Passing CLF-C02 also earns you a 50% discount voucher for your next AWS exam — saving $75 on an associate exam or $150 on a professional or specialty exam.

The Four CLF-C02 Domains

Domain 1: Cloud Concepts — 24%

What it covers:

  • What cloud computing is and the six advantages AWS lists
  • Cloud deployment models: public cloud, private cloud, hybrid cloud
  • Cloud service models: IaaS, PaaS, SaaS
  • The AWS Global Infrastructure: Regions, Availability Zones, Edge Locations
  • Well-Architected Framework pillars: Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, Sustainability

What the exam tests: Recognition at a conceptual level. Why would a company choose cloud over on-premises? What's the difference between a Region and an Availability Zone? What does high availability mean?

Domain 2: Security and Compliance — 30%

The highest-weighted domain. Nearly a third of your score comes from here.

What it covers:

  • Shared Responsibility Model — this is the single most important concept for this exam
  • IAM — users, groups, roles, policies, MFA
  • AWS security services: Shield, WAF, GuardDuty, Inspector, Macie, Security Hub
  • Encryption concepts: in transit vs at rest
  • Compliance programs AWS supports (SOC, ISO, HIPAA, GDPR)
  • AWS Artifact for compliance documentation

The Shared Responsibility Model — know it cold:

AWS responsible for ("of the cloud")You responsible for ("in the cloud")
Physical data centresYour data
Hardware and networkingIAM and access management
Managed service infrastructureOS patching on EC2
Hypervisor layerApplication configuration
Global infrastructureEncryption settings

Questions will present scenarios and ask whether AWS or the customer is responsible for a specific security task. If you know the model precisely, these are free marks.

Domain 3: Cloud Technology and Services — 34%

The broadest domain. You need to know what each major AWS service is and when you'd use it.

Compute:

  • EC2 — virtual machines, key purchasing options (On-Demand, Reserved, Spot, Savings Plans)
  • Lambda — serverless functions, event-driven
  • Elastic Beanstalk — managed platform for deploying apps
  • ECS/EKS — container orchestration
  • Lightsail — simplified VPS for small workloads

Storage:

  • S3 — object storage, storage classes (Standard, Standard-IA, Glacier)
  • EBS — block storage attached to EC2
  • EFS — file storage, shared across multiple EC2
  • Storage Gateway — hybrid cloud storage

Database:

  • RDS — managed relational database (MySQL, PostgreSQL, Oracle, SQL Server)
  • Aurora — AWS-native relational database, MySQL/PostgreSQL compatible
  • DynamoDB — managed NoSQL key-value database
  • ElastiCache — in-memory caching (Redis, Memcached)
  • Redshift — data warehousing

Networking:

  • VPC — your private network in AWS
  • CloudFront — CDN for fast content delivery globally
  • Route 53 — DNS service
  • Direct Connect — dedicated network connection from on-premises to AWS

Developer and Management:

  • CloudWatch — monitoring and logging
  • CloudTrail — audit log of every API call
  • CloudFormation — infrastructure as code (IaC)
  • Systems Manager — manage EC2 at scale
  • Trusted Advisor — automated best practice checks

At the Cloud Practitioner level you do not need to know how to configure any of these — you need to know what they are, what they do, and which one you'd reach for in a given scenario.

Domain 4: Billing, Pricing, and Support — 12%

What it covers:

  • AWS pricing model: pay-as-you-go, pay less when you reserve, pay less as you use more
  • AWS Free Tier — what's included and for how long
  • Pricing Calculator, Cost Explorer, Budgets, Cost and Usage Reports
  • Support plans: Basic, Developer, Business, Enterprise On-Ramp, Enterprise
  • AWS Organizations — managing multiple accounts, consolidated billing

What the exam tests: Which support plan gives you a Technical Account Manager (Enterprise)? What's the difference between Cost Explorer and Budgets? When does the 12-month Free Tier end?

How to Prepare for CLF-C02 Efficiently

The mistake most people make: Starting with a 30-hour video course. CLF-C02 is a recognition and awareness exam, not a configuration exam. You don't need to watch hours of demos of services you'll never touch. You need conceptual fluency across a wide surface area.

What actually works:

Day 1: Take a 65-question practice exam. Score it by domain. See where you stand. Most people with tech backgrounds will find they already know 50 to 60 percent of the content.

Days 2–14: Use flashcards and targeted quizzing on your two weakest domains. For most people this is the Shared Responsibility Model nuances and the billing/support plan details. Spend 45 minutes a day.

Day 14: Take a full mock exam. If you're above 75% across all domains, book the real exam for a week out. If one domain is still low, spend another week on it.

The CLF-C02 is one of the fastest certifications to get if you use the right method. Most technical professionals pass in 2 to 3 weeks. Non-technical professionals in 4 to 6 weeks.

The Concepts Most CLF-C02 Candidates Get Wrong

1. Shared Responsibility nuances. Candidates understand the basic model but get caught on edge cases — is patching the OS on an EC2 instance AWS's responsibility or mine? (Yours.) Is patching the underlying hypervisor mine? (AWS's.) Is encrypting S3 objects at rest AWS's job or mine? (Yours — you choose whether to enable it.)

2. EC2 pricing options. On-Demand vs Reserved vs Spot vs Savings Plans. Know the use case for each. Spot is for fault-tolerant, interruptible workloads. Reserved is for predictable, steady-state usage. Savings Plans are more flexible than Reserved but require a spend commitment.

3. Support plan tiers. Business gives you 24/7 phone, chat, and email support with a TAM available at Enterprise tier only. Basic is free. Know which plan gives you which features.

4. Global Infrastructure. A Region is a geographic area with multiple Availability Zones. An AZ is one or more physical data centres. An Edge Location is a CloudFront endpoint for caching content close to users. These are different things and the exam tests whether you know the difference.

Your Next Step

Take a baseline practice exam today and score it by domain. You'll immediately know whether you're 2 weeks or 6 weeks away from being ready — and which domains need the most work.

Don't start with the course. Start with the exam.

Frequently asked questions

How hard is the AWS Cloud Practitioner exam?

CLF-C02 is AWS's entry-level certification. It does not require hands-on AWS experience — it tests conceptual awareness of cloud services and AWS fundamentals. Most people with a general tech background pass comfortably. Non-technical professionals may need 4 to 6 weeks to build enough conceptual fluency. The most commonly failed area is the shared responsibility model and compliance-related questions.

How long should I study for AWS Cloud Practitioner?

2 to 4 weeks for people with a technical background, 4 to 6 weeks for non-technical backgrounds, using focused active recall study sessions of 45 minutes a day. The mistake most people make is spending 6 to 8 weeks on a 30-hour video course when a gap-based approach with practice exams gets the same result in half the time.

What is on the CLF-C02 exam?

CLF-C02 has four domains: Cloud Concepts (24%), Security and Compliance (30%), Cloud Technology and Services (34%), and Billing, Pricing, and Support (12%). It has 65 questions with a 90-minute time limit and a passing score of 700 out of 1000.

Is AWS Cloud Practitioner worth it in 2026?

Yes — particularly as a first step. It gives you structured knowledge of the AWS ecosystem, proves to employers that you understand cloud fundamentals, and earns you a 50% voucher for your next AWS exam. If you're technical, pair it with a quick timeline so it doesn't become a time sink before you move to the more valuable associate-level certifications.

What is the AWS shared responsibility model?

The shared responsibility model defines what AWS is responsible for and what you as the customer are responsible for. AWS is responsible for security 'of' the cloud — the physical infrastructure, hardware, and managed services. You are responsible for security 'in' the cloud — your data, access management, OS patching on EC2, application configuration, and encryption. This model appears heavily across the Security and Compliance domain.

Related Certification

The new way to get AWS certified

Stop guessing. Start with your gaps.

Most people study everything and hope for the best. StudyTech shows you exactly what you don't know, focuses your time on those gaps, and tells you the moment you're ready to book.

1

Find your gaps

Take a 10-minute AI assessment. StudyTech maps every domain of your target exam and shows you exactly where your knowledge falls short — before you waste a single hour studying the wrong things.

2

Study what matters

Every session is built around your weakest domains. Flashcards, quizzes, and focused material — no 30-hour courses, no passive watching, no studying topics you already know.

3

Know when you're ready

Your exam readiness score updates in real time across every domain. No more guessing, no more flying blind. StudyTech tells you exactly when to book — based on data, not feelings.

Start your free assessment
StudyTechStudyTechAI Assessment

Get AWS certified in 4 weeks, not six months.

Our AI identifies your knowledge gaps in 10 minutes and builds a focused study plan so you only learn what you need to pass.

  • Find your weakest AWS exam domains
  • Get a personalized roadmap to pass
  • Know what to study next instead of guessing
Start Free Assessment