I Knew Nothing About Cloud. Here's How I Passed AWS Cloud Practitioner
Three weeks, zero cloud background, one passed exam. No genius required — just the right plan.

Why I Picked the Cloud Practitioner First
Three months ago, I couldn't tell you the difference between EC2 and S3. I'd seen "AWS" on job postings and nodded along like I knew what it meant. Spoiler: I didn't.
But here's what convinced me to start with the Cloud Practitioner (CLF-C02): it's the lowest-risk entry point into cloud. $100 exam fee, no prerequisites, and you can prep for it while working a full-time job. If you're on the fence about a cloud career, this cert answers the question "do I actually find this stuff interesting?" before you commit 6 months to the Solutions Architect.
And honestly? Having "AWS Certified" on my LinkedIn, even at the foundational level, started conversations I wasn't having before.
The CLF-C02 Exam: What You're Actually Dealing With
Let's get the facts out of the way:
| Detail | What to Know |
|---|---|
| Exam Code | CLF-C02 (updated from CLF-C01) |
| Questions | 65 (50 scored + 15 unscored) |
| Time | 90 minutes |
| Pass Score | 700/1000 |
| Cost | $100 USD |
| Format | Multiple choice + multiple response |
| Validity | 3 years |
The CLF-C02 is the updated version that dropped in September 2023. It puts more emphasis on security, AI/ML services, and migration compared to the old CLF-C01. If you're studying from pre-2024 materials, double-check they cover C02.
The Four Domains
- Cloud Concepts (24%) — what is cloud, why use it, AWS value proposition
- Security and Compliance (30%) — this is the big one now. IAM, shared responsibility model, encryption
- Cloud Technology and Services (34%) — EC2, S3, RDS, Lambda, and knowing which service does what
- Billing, Pricing, and Support (12%) — pricing models, support plans, cost management tools
Notice that Security + Technology = 64% of the exam. That's where your study time should go.
My Exact 3-Week Study Plan
Week 1: Build the Foundation
I started with a free CLF-C02 overview and Stephane Maarek's Cloud Practitioner course. About 2 hours per day after work.
By the end of week 1, I could explain:
- What EC2, S3, RDS, Lambda, and VPC actually do
- The shared responsibility model (this is exam gold — learn it cold)
- The difference between IaaS, PaaS, and SaaS
- Why a company would choose cloud over on-premise
I didn't try to memorize every service. There are 200+ AWS services. The exam only cares about maybe 30 of them. Focus on the core ones.
Week 2: Go Deeper on Security and Services
This is where I spent the most energy. The shared responsibility model comes up in multiple questions, and it's sneakily confusing. Here's the shortcut that saved me:
🔑 The Shared Responsibility Shortcut
AWS is responsible for security OF the cloud — hardware, infrastructure, data centers, networking.
You're responsible for security IN the cloud — your data, IAM configurations, encryption settings, OS patching on EC2.
If a question asks "who's responsible for X?" — ask yourself: "Is this the physical stuff or the logical stuff?"
I also mapped out the main services by category. You don't need to know them deeply, but you need to match service names to their functions:
- Compute: EC2 (virtual servers), Lambda (serverless), ECS (containers)
- Storage: S3 (objects), EBS (block), EFS (files), Glacier (archive)
- Database: RDS (relational), DynamoDB (NoSQL), Aurora (MySQL/Postgres), Redshift (data warehouse)
- Networking: VPC, CloudFront (CDN), Route 53 (DNS)
- Security: IAM, KMS, Shield, WAF, GuardDuty
- AI/ML: SageMaker, Rekognition, Comprehend (new in CLF-C02!)
Week 3: Practice Tests and Gap-Filling
This week I did nothing but practice exams. I took one every morning, reviewed all wrong answers in the afternoon, and took another one in the evening.
I used ExamCert's free AWS CLF-C02 practice tests as my primary resource. The questions match the real exam difficulty — some are easy, some make you think.
My scores went: 62%, 71%, 68%, 78%, 82%. That jump from 68% to 78% happened when I finally understood pricing models. Speaking of which...
The Topics That Trip Everyone Up
AWS Pricing Models
There are four ways to pay for EC2. Know them:
- On-Demand — pay by the hour/second. No commitment. Most expensive per-unit but flexible.
- Reserved Instances — commit for 1-3 years, save up to 75%. Good for steady-state workloads.
- Spot Instances — bid on unused capacity, save up to 90%. But AWS can terminate your instance with 2 minutes notice.
- Savings Plans — commit to $/hour for 1-3 years. More flexible than RIs. New favorite of AWS.
The exam will give you a scenario and ask which pricing model fits. "A company has a steady web app running 24/7" = Reserved. "A company needs to process a batch job that can be interrupted" = Spot.
Support Plans
This is pure memorization, but it shows up on every exam:
| Plan | Price | Key Feature |
|---|---|---|
| Basic | Free | Documentation + Trusted Advisor (limited) |
| Developer | $29/mo | Email support, business hours |
| Business | $100/mo | 24/7 phone, full Trusted Advisor, 1-hour response for production down |
| Enterprise | $15,000/mo | TAM, 15-minute response for critical, concierge team |
Key distinction: only Business and Enterprise get 24/7 phone support and full Trusted Advisor checks.
Well-Architected Framework
Six pillars. The exam loves these:
- Operational Excellence
- Security
- Reliability
- Performance Efficiency
- Cost Optimization
- Sustainability (added in 2021)
You don't need to know each pillar deeply. Just recognize which pillar a given scenario relates to. "Reducing costs by right-sizing instances" = Cost Optimization. "Automated backups across regions" = Reliability.
Exam Day: My Experience
I took it at a Pearson VUE test center. Showed up 15 minutes early, did the ID check, sat down, and immediately forgot everything I'd studied. (Normal. It passes.)
The first 10 questions were straightforward — cloud concepts, basic service identification. Questions 15-40 were the meat: lots of security scenarios, "which service would you use for X," and billing model questions.
I finished in 50 minutes. Went back and changed two answers (one was right to wrong — don't do that). Final score: 812/1000. Comfortable pass.
For online proctoring tips, check our AWS exam day guide.
What I'd Do Differently
If I could rewind:
- Start practice tests earlier. I waited until week 3. Should have done one on day 3 to see where I stood.
- Spend less time on videos, more on hands-on. Sign up for the AWS Free Tier and actually click through the console. Seeing the services in person makes memorization irrelevant — you just know them.
- Don't overstudy. This is a foundational exam. If you're scoring 80%+ on practice tests consistently, just book the exam. Delaying another week won't help.
What Comes Next: The SAA-C03
The Cloud Practitioner is a stepping stone. If cloud is your career path, the AWS Solutions Architect Associate (SAA-C03) is the next logical cert — and it's the one that actually moves the salary needle.
Good news: about 40% of what you learned for CLF-C02 carries over to SAA-C03. You already know the services; now you learn to architect with them. Check out our 8-week SAA-C03 study plan when you're ready.
Also worth considering: AWS CLF-C02 vs Azure AZ-900 if you're choosing between cloud platforms, or our AWS certification for beginners guide for the full roadmap.
Test Your Cloud Knowledge Right Now
ExamCert's free AWS Cloud Practitioner practice test — 65 questions, timed, instant results.
Start Free CLF-C02 Practice →Frequently Asked Questions
The CLF-C02 is entry-level and considered one of the easiest AWS certifications. Most people pass with 2-4 weeks of study. No prior cloud experience is required.
You need a score of 700 out of 1000 to pass the AWS Cloud Practitioner (CLF-C02) exam. The exam uses scaled scoring.
It's possible if you have some IT background, but 2-3 weeks is more realistic for most people. Rushing increases your risk of failing and wasting the $100 exam fee.
By itself, no — it's a foundational cert. But paired with a Solutions Architect Associate (SAA-C03), it demonstrates both breadth and depth. Many employers value having both.
The CLF-C02 exam is 90 minutes long with 65 questions. Most people finish in 45-60 minutes, leaving time to review flagged questions.
