The AWS Certified Cloud Practitioner CLF-C02 is the foundational AWS certification. It validates a broad understanding of AWS cloud concepts, services, security, architecture, pricing, and support. The exam consists of 65 questions (50 scored, 15 unscored) with a 90-minute time limit. The passing score is 700 out of 1000 on a scaled scoring model.
Six weeks is a realistic and well-documented timeline for candidates with no prior AWS experience. Candidates with existing IT experience or cloud familiarity can often compress this to 3-4 weeks. This plan assumes 1-2 hours of study per day on weekdays and 2-3 hours on weekends, totaling approximately 60-80 hours of preparation.
This is not a vague suggestion to "study more." It is a week-by-week breakdown with specific topics, resources, and milestones calibrated to the CLF-C02 exam domains.
Exam Domains and Weighting
The CLF-C02 exam covers four domains. Understanding their weighting determines how you allocate study time:
| Domain | Weight | Description |
|---|---|---|
| Domain 1: Cloud Concepts | 24% | Cloud value proposition, design principles, migration strategies |
| Domain 2: Security and Compliance | 30% | Shared Responsibility Model, IAM, security services |
| Domain 3: Cloud Technology and Services | 34% | Core AWS services, networking, compute, storage, database |
| Domain 4: Billing, Pricing, and Support | 12% | Pricing models, account structures, support plans |
Domain 3 carries the most weight (34%) and covers the broadest range of services. Domain 2 is the second-heaviest (30%) and is where many candidates underperform because they underestimate the depth of IAM and security service coverage. Domain 4 is the lightest (12%) but contains straightforward questions that candidates should not miss.
Scaled scoring -- a scoring method where raw question scores are converted to a scale (100-1000 for AWS exams) using statistical methods that account for question difficulty. This means not all questions are worth the same number of points, and the exact passing threshold in terms of correct answers varies between exam versions. Generally, candidates need approximately 70% of scored questions correct to pass.
"The Cloud Practitioner exam is not difficult for people who prepare properly. It is difficult for people who underestimate it and spend two weeks glancing at summary notes. Give it six weeks of focused study and you will pass comfortably." -- Stephane Maarek, the AWS certification instructor whose Udemy courses have enrolled over 2 million students across all AWS certification levels
Prerequisites and Materials
What You Need Before Starting
No prior AWS experience is required for CLF-C02, but you should have:
- Basic computer literacy (understanding of what a server, database, and network are)
- An AWS free-tier account (sign up at aws.amazon.com -- requires a credit card but most services used for study incur no cost within free-tier limits)
- A dedicated study environment with minimal distractions
Recommended Study Materials
| Resource | Type | Cost | Purpose |
|---|---|---|---|
| Stephane Maarek's CLF-C02 course (Udemy) | Video course | $15-$20 (sale price) | Primary content delivery |
| AWS Cloud Practitioner Essentials (AWS Skill Builder) | Official course | Free | AWS-produced foundational content |
| AWS service FAQ pages | Documentation | Free | Authoritative service-level detail |
| Tutorials Dojo CLF-C02 practice exams | Practice tests | $12-$15 | Question practice and assessment |
| AWS Well-Architected Framework overview | Whitepaper | Free | Architecture principles |
You do not need all of these. At minimum, you need one video course or structured learning resource plus one set of practice exams. The AWS free resources alone can be sufficient for candidates who are disciplined self-studiers.
Week 1: Cloud Concepts and AWS Foundations
Focus: Domain 1 (Cloud Concepts, 24% of exam)
Topics to Cover
- What cloud computing is and the six advantages of cloud (as defined by AWS)
- IaaS, PaaS, SaaS -- the three cloud service models. IaaS (Infrastructure as a Service) provides virtualized computing resources. PaaS (Platform as a Service) provides a platform for building applications without managing infrastructure. SaaS (Software as a Service) provides complete applications delivered over the internet.
- Cloud deployment models: public cloud, private cloud, hybrid cloud
- The AWS Global Infrastructure: Regions, Availability Zones, Edge Locations, Local Zones
- The AWS Well-Architected Framework six pillars (overview level)
- The AWS Cloud Adoption Framework (CAF) perspectives
Daily Breakdown
- Monday: Watch introductory lectures on cloud computing concepts. Set up your AWS free-tier account.
- Tuesday: Study the six advantages of cloud computing as defined by AWS. Learn the difference between CapEx and OpEx models.
- Wednesday: Study AWS Global Infrastructure. Understand the relationship between Regions and Availability Zones. Memorize that AWS has 30+ Regions globally.
- Thursday: Read the Well-Architected Framework overview (not the full whitepaper yet). Learn the six pillar names and their high-level purposes.
- Friday: Study cloud deployment models and the Cloud Adoption Framework. Complete 20 practice questions on Domain 1.
Week 1 Milestone
You should be able to explain: why organizations move to the cloud, what a Region and Availability Zone are, the three service models, and the six pillars of the Well-Architected Framework. Complete a 20-question Domain 1 quiz with 70%+ accuracy.
Week 2: Security, Identity, and Compliance
Focus: Domain 2 (Security and Compliance, 30% of exam)
Topics to Cover
- Shared Responsibility Model -- the security framework where AWS is responsible for security of the cloud (physical infrastructure, hypervisor, network) and the customer is responsible for security in the cloud (data, applications, OS patching, network configuration, IAM). This is the most heavily tested concept on
CLF-C02. - AWS Identity and Access Management (IAM): users, groups, roles, policies
- IAM best practices: root account protection, MFA, least privilege
- Security services: AWS Shield, AWS WAF, Amazon GuardDuty, AWS Inspector, Amazon Macie, AWS Security Hub
- Compliance programs: SOC, PCI DSS, HIPAA, FedRAMP
- Encryption: KMS, CloudHSM, encryption at rest vs. in transit
Daily Breakdown
- Monday: Study the Shared Responsibility Model in depth. Read the AWS FAQ on shared responsibility. Create a two-column table listing AWS responsibilities vs. customer responsibilities.
- Tuesday: Study IAM fundamentals: users, groups, roles, policies. Understand the difference between identity-based policies and resource-based policies at a conceptual level.
- Wednesday: Study IAM best practices and MFA. Log into your AWS console and enable MFA on your root account. Create an IAM admin user following AWS best practices.
- Thursday: Study AWS security services (Shield, WAF, GuardDuty, Inspector, Macie). Focus on what each service does and when to use it, not on configuration details.
- Friday: Study compliance and encryption concepts. Complete 30 practice questions on Domain 2.
Week 2 Milestone
You should be able to draw the Shared Responsibility Model from memory, explain the difference between IAM users, groups, and roles, and name the purpose of each major security service. Complete a Domain 2 quiz with 70%+ accuracy.
Week 3: Core AWS Services -- Compute and Storage
Focus: Domain 3, Part 1 (Cloud Technology and Services, 34% of exam)
This is the largest domain. It requires two weeks of focused study. Week 3 covers compute and storage services.
Compute Services
- Amazon EC2: Instance types (General Purpose, Compute Optimized, Memory Optimized, Storage Optimized), purchasing options (On-Demand, Reserved, Spot, Savings Plans), AMIs, security groups
- AWS Lambda: Serverless compute, event-driven execution, 15-minute timeout limit, pay-per-invocation pricing
- Amazon ECS and EKS: Container orchestration services (know the difference at a high level)
- AWS Elastic Beanstalk: PaaS for deploying applications without managing infrastructure
- Amazon Lightsail: Simplified compute for simple workloads
Storage Services
- Amazon S3: Object storage, storage classes (Standard, Standard-IA, One Zone-IA, Glacier Instant, Glacier Flexible, Glacier Deep Archive), versioning, lifecycle policies
- Amazon EBS: Block storage for EC2, volume types (gp3, io2, st1, sc1)
- Amazon EFS: Managed file storage for Linux workloads
- AWS Storage Gateway: Hybrid storage connecting on-premises to cloud
- AWS Snow Family: Snowcone, Snowball, Snowmobile for large data migrations
Daily Breakdown
- Monday: Study EC2 fundamentals -- instance types and purchasing options. Read the EC2 FAQ.
- Tuesday: Study Lambda and serverless concepts. Understand when to use Lambda vs. EC2.
- Wednesday: Study ECS, EKS, Elastic Beanstalk, and Lightsail at an overview level. These services appear less frequently but are still tested.
- Thursday: Study S3 in depth -- storage classes, versioning, lifecycle policies. Read the S3 FAQ.
- Friday: Study EBS, EFS, Storage Gateway, and Snow Family. Complete 30 practice questions on compute and storage.
Week 4: Core AWS Services -- Networking, Database, and More
Focus: Domain 3, Part 2
Networking Services
- Amazon VPC: Virtual Private Cloud concepts -- subnets, route tables, internet gateways, NAT gateways, security groups vs. NACLs
- Amazon CloudFront: CDN for content delivery, edge locations
- Amazon Route 53: DNS service, routing policies (simple, weighted, latency, failover, geolocation)
- AWS Direct Connect: Dedicated network connection from on-premises to AWS
- Elastic Load Balancing: Application Load Balancer (Layer 7), Network Load Balancer (Layer 4)
Database Services
- Amazon RDS: Managed relational databases (MySQL, PostgreSQL, MariaDB, Oracle, SQL Server)
- Amazon Aurora: AWS-optimized relational database, MySQL and PostgreSQL compatible, up to 5x MySQL performance
- Amazon DynamoDB: Managed NoSQL key-value and document database, single-digit millisecond performance
- Amazon ElastiCache: In-memory caching (Redis, Memcached)
- Amazon Redshift: Data warehouse for analytics
Additional Services
- Amazon SQS: Message queuing service
- Amazon SNS: Pub/sub notification service
- AWS CloudFormation: Infrastructure as Code
- AWS CloudWatch: Monitoring and observability
- AWS CloudTrail: API activity logging and auditing
Daily Breakdown
- Monday: Study VPC fundamentals and networking concepts. Understand the difference between security groups (stateful) and NACLs (stateless).
- Tuesday: Study CloudFront, Route 53, and ELB. Focus on use cases for each.
- Wednesday: Study RDS, Aurora, and DynamoDB. Know when to use relational vs. NoSQL databases.
- Thursday: Study management and monitoring services: CloudWatch, CloudTrail, CloudFormation. These appear frequently on
CLF-C02. - Friday: Study messaging services (SQS, SNS) and application integration. Complete 40 practice questions across all Domain 3 topics.
Week 4 Milestone
You should be able to name the primary AWS service for each workload type (compute, storage, database, networking, messaging) and explain when to choose one service over alternatives.
Week 5: Billing, Pricing, Support, and Full Review
Focus: Domain 4 (Billing, Pricing, and Support, 12%) + comprehensive review
Billing and Pricing Topics
- AWS pricing models: pay-as-you-go, Reserved Instances, Savings Plans, Spot pricing
- AWS Free Tier: always free, 12-month free, trial offers
- AWS Organizations -- a service for managing multiple AWS accounts under a single management structure with consolidated billing. Organizations allow businesses to apply Service Control Policies (SCPs) across accounts for governance.
- AWS Cost Explorer, AWS Budgets, AWS Cost and Usage Reports
- AWS support plans: Basic (free), Developer ($29/month), Business ($100/month minimum), Enterprise On-Ramp ($5,500/month), Enterprise ($15,000/month)
- AWS Trusted Advisor: cost optimization, security, fault tolerance, performance, service limits checks
Daily Breakdown
- Monday: Study AWS pricing fundamentals and the Free Tier. Read the "How AWS Pricing Works" whitepaper summary.
- Tuesday: Study AWS Organizations, consolidated billing, and cost management tools (Cost Explorer, Budgets).
- Wednesday: Study AWS support plans. Memorize the response time commitments for each plan level.
- Thursday: Study Trusted Advisor checks available at each support plan level. Complete 20 practice questions on Domain 4.
- Friday-Sunday: Take your first full-length mock exam (65 questions, 90 minutes, timed). Score it and identify your two weakest domains.
Week 5 Milestone
Score 65%+ on your first full mock exam. Identify specific weak areas for targeted review in Week 6. According to training data from A Cloud Guru (now part of Pluralsight), candidates who score 65-70% on their first mock exam and then do targeted review typically pass the actual exam on their first attempt.
Week 6: Targeted Review and Final Preparation
Focus: Gap remediation and confidence building
Week 6 is not for learning new material. It is for reinforcing weak areas, taking additional mock exams, and building exam-day confidence.
Monday-Wednesday: Targeted Review
Based on your Week 5 mock exam results:
- Identify your two lowest-scoring domains
- Re-read the AWS FAQ pages for services in those domains
- Complete 30-50 additional practice questions focused exclusively on weak domains
- Review every question you got wrong -- read the full explanation for each answer choice
Thursday: Second Full Mock Exam
Take a second full-length mock exam under timed conditions. If scoring 75%+, you are on track. If scoring below 70%, consider extending your study by 1-2 weeks and rescheduling your exam date.
Friday: Light Review Only
- Review your flashcards and study notes
- Re-read the Shared Responsibility Model (the most tested topic)
- Review the AWS Well-Architected Framework pillars
- Do not try to learn anything new -- focus on solidifying what you know
Saturday: Rest
Do not study the day before your exam. Mental fatigue impairs exam performance. Get adequate sleep.
Sunday (or Exam Day):
- Arrive at the testing center 15 minutes early (or log in 30 minutes early for online proctored exams)
- Manage your time: 90 minutes for 65 questions means approximately 1.4 minutes per question
- Flag difficult questions and return to them after completing easier questions
- There is no penalty for guessing -- never leave a question unanswered
Adrian Cantrill, the AWS certification instructor and founder of learn.cantrill.io, has emphasized that the CLF-C02 exam rewards breadth over depth. Candidates who try to understand every service in granular detail run out of study time. Candidates who learn the purpose, use case, and key characteristics of 30-40 core services pass comfortably.
Tracking Your Progress
Maintain a simple tracking spreadsheet throughout the six weeks:
| Week | Domain Focus | Practice Questions Completed | Accuracy | Mock Exam Score | Notes |
|---|---|---|---|---|---|
| 1 | Cloud Concepts | 20 | -- | -- | Set up AWS account |
| 2 | Security & Compliance | 30 | -- | -- | -- |
| 3 | Compute & Storage | 30 | -- | -- | -- |
| 4 | Networking & Database | 40 | -- | -- | -- |
| 5 | Billing + Full Review | 20 + mock | -- | --% | Weak areas: -- |
| 6 | Targeted Review | 30-50 + mock | -- | --% | Ready: Y/N |
Fill in accuracy scores as you progress. A consistent upward trend in domain-specific accuracy is the most reliable indicator of readiness. Professor Henry Roediger, the cognitive psychologist at Washington University in St. Louis whose research on testing effects has shaped modern study methodology, has demonstrated that regular self-testing is both the best assessment tool and the most effective learning technique available.
Testing effect -- the cognitive phenomenon where the act of retrieving information from memory during a test strengthens long-term retention more than additional study of the same material. Practice questions are not just assessment -- they are the most powerful form of study.
See also: AWS documentation strategies for exam preparation, mind mapping AWS services, flashcard tools for certification study
References
- AWS (2024). AWS Certified Cloud Practitioner (CLF-C02) Exam Guide. Amazon Web Services certification documentation.
- AWS (2024). Overview of Amazon Web Services. AWS whitepaper.
- AWS (2024). How AWS Pricing Works. AWS whitepaper on pricing models and cost management.
- Roediger, H. L., & Karpicke, J. D. (2006). Test-Enhanced Learning: Taking Memory Tests Improves Long-Term Retention. Psychological Science, 17(3), 249-255.
- A Cloud Guru/Pluralsight (2023). Certification preparation survey data on study timelines and pass rates.
- Pearson VUE (2023). AWS Certification Exam Delivery Guidelines. Testing procedures and policies.
Frequently Asked Questions
How long does it take to study for AWS Cloud Practitioner?
Six weeks is a realistic timeline for candidates with no prior AWS experience, studying 1-2 hours daily on weekdays and 2-3 hours on weekends (60-80 total hours). Candidates with existing IT or cloud experience can often prepare in 3-4 weeks. The key factor is consistent daily study rather than total hours.
What is the passing score for AWS Cloud Practitioner CLF-C02?
The passing score is 700 out of 1000 on a scaled scoring model. This generally translates to approximately 70% of scored questions answered correctly, though the exact threshold varies between exam versions due to the scaled scoring method.
What is the best free resource for AWS Cloud Practitioner study?
AWS Cloud Practitioner Essentials on AWS Skill Builder is the best free resource. It is produced by AWS, covers all exam domains, and is regularly updated. Supplement it with the free AWS service FAQ pages and the Overview of Amazon Web Services whitepaper for comprehensive free preparation.
