← All Posts
AWS10 Aug 2026·10 min read

AWS CLF-C02 Study Guide 2026: How to Pass First Try

Srinivasa Rao Maganti — Lead Cloud & DevOps Trainer at CloudTechTrainings

Srinivasa Rao Maganti

Cloud Architect & Lead Trainer, CloudTechTrainings

#CLF-C02#AWS Cloud Practitioner#Certification#Study Guide#Amazon Web Services

Here is the plan in one line: two weeks on cloud concepts and security (the foundation everything else builds on), one week on core AWS services, and one week on billing plus mock exams. The AWS Certified Cloud Practitioner exam is the entry point into the entire AWS certification track — it assumes no prior AWS experience, no coding, and no infrastructure background. If you can explain what the cloud is and why a business would use it, you already know more than you think.

Info: Exam at a Glance

65 questions (50 scored, 15 unscored — you will not know which is which) · 90-minute duration · Passing score: 700/1000 · Format: Multiple choice, multiple response · Cost: $100 USD (approx. ₹8,300) · No prerequisites

65
Questions
90
Minutes
700
Passing Score
4
Domains

Understanding the 4 Exam Domains

AWS weights these four domains unevenly — Cloud Technology and Services alone is a third of the exam, so knowing the shape of the core AWS service catalog matters more than memorizing any single service in depth.

  • Cloud Concepts — 24% (the AWS value proposition, economics of the cloud vs on-premises, and the six pillars of the AWS Well-Architected Framework at a high level)
  • Security and Compliance — 30% (the shared responsibility model — what AWS secures vs what you secure, AWS Identity and Access Management basics, and where to find compliance documentation)
  • Cloud Technology and Services — 34% (AWS global infrastructure — Regions, Availability Zones, edge locations, deployment and operation methods, and the core service categories: compute, storage, database, networking, plus basic awareness of AI/ML and analytics services)
  • Billing, Pricing, and Support — 12% (pricing models — On-Demand, Reserved, Spot; cost management tools like Cost Explorer and Budgets; AWS Organizations and consolidated billing; and AWS Support plan tiers)

Tip: Pro Tip

Security and Technology together are 64% of the exam. If you only have two weeks, spend both of them there — shared responsibility model questions and "which service would you use for X" questions make up the bulk of the real exam.

The 4-Week Study Plan

This plan assumes 45 minutes a day, five days a week — about 3.75 hours per week. CLF-C02 rewards breadth over depth, so resist the urge to go deep on any one service.

Week 1 — Cloud Concepts

  • What "the cloud" actually means: on-demand access to compute, storage, and other IT resources over the internet
  • The six advantages of cloud computing AWS lists in its own materials: trade capex for opex, benefit from economies of scale, stop guessing capacity, increase speed and agility, stop spending on data centers, go global in minutes
  • AWS Well-Architected Framework — the six pillars by name (operational excellence, security, reliability, performance efficiency, cost optimization, sustainability), no need to memorize the detailed design principles yet
  • Migration strategies at a glance: the "6 R's" — rehost, replatform, repurchase, refactor, retain, retire

Week 2 — Security and Shared Responsibility

  • The shared responsibility model: AWS secures "of the cloud" (hardware, facilities, networking), you secure "in the cloud" (data, access management, guest OS)
  • IAM basics: users, groups, roles, and policies — know the difference between a role and a user (a role has no long-term credentials, meant to be assumed)
  • Multi-factor authentication (MFA) and root account best practices — never use the root account for daily tasks
  • Where to find compliance info: AWS Artifact for compliance reports, AWS Trusted Advisor for account-level checks
  • AWS Shield (DDoS protection), AWS WAF (web application firewall), and Amazon GuardDuty (threat detection) — know what each is for, not implementation detail

Week 3 — Core AWS Services

  • Compute: EC2 (virtual servers), Lambda (serverless functions), and the difference between them — EC2 you manage, Lambda you don't
  • Storage: S3 (object storage) storage classes at a high level, EBS (block storage for EC2), and when you'd pick one over the other
  • Database: RDS (managed relational databases) vs DynamoDB (managed NoSQL) — know this is a "managed vs self-managed" distinction, not deep schema design
  • Networking: VPC as the concept of your own isolated network in AWS, and Route 53 for DNS
  • AWS Global Infrastructure vocabulary: Region (a geographic area), Availability Zone (an isolated data center within a Region), Edge Location (used by CloudFront for content delivery)

Week 4 — Billing, Pricing & Mock Exams

  • Pricing models: On-Demand (pay as you go), Reserved Instances (commit for a discount), Spot Instances (bid on spare capacity, can be interrupted)
  • AWS Free Tier — what it covers and its 12-month vs always-free vs trial structure
  • AWS Organizations and consolidated billing — combining multiple accounts under one bill
  • AWS Support plan tiers: Basic, Developer, Business, Enterprise — know what each unlocks, not exact response-time SLAs
  • Take two full-length practice exams under real time pressure and review every wrong answer before exam day

Recommended Study Resources

Exam Day Strategy

  1. 1Read for the qualifier — CLF-C02 questions often hinge on one word like "most cost-effective", "most secure", or "least operational overhead"
  2. 2If a question describes a scenario with no obvious AWS-specific angle, it is usually testing a general cloud concept, not a specific service
  3. 3Eliminate the answers that are clearly a different domain first (e.g. a networking answer to a billing question) before comparing the remaining two
  4. 4Flag anything you are unsure about and move on — do not let one question eat your 90 minutes
  5. 5For multiple-response questions, read the "select N" instruction carefully — selecting the wrong number of answers scores zero even if some choices are right

Tip: Remember

You need 700 out of 1000 — that is about 70%. This exam tests breadth of understanding, not implementation depth. If you can correctly explain shared responsibility and name the right service category for a scenario, you are most of the way there.

After Passing CLF-C02

CLF-C02 is a Foundational-tier certification — most people move on to an Associate-level exam next. If your interest is architecture and general-purpose cloud design, that is SAA-C03 (Solutions Architect Associate). If you are leaning toward day-to-day operations and monitoring, SOA-C03 (CloudOps Engineer Associate) is the better next step.

At CloudTechTrainings, our 45-day AWS batch covers both SAA-C03 and SOA-C03 in a single cohort with hands-on labs on real AWS accounts — a fast follow-on once CLF-C02 fundamentals are solid.

Put This Study Plan into Practice

Ready to Start Your Cloud Journey?

Live batches Mon–Sat — Azure 9–10 AM IST (starts 24 august 2026) · AWS 10:30–11:45 AM IST (starts 31 august 2026). Hands-on labs, exam prep, and community support.

Join Free Demo →WhatsApp Us

Keep Reading

AWS

AWS SOA-C03 Study Guide 2026: How to Pass First Try

A study plan for the AWS CloudOps Engineer (formerly SysOps Administrator) Associate exam — all 5 domains, an SOA-C03 vs SAA-C03 comparison, and exam-day tactics for an operations-focused certification.

10 Aug 2026·11 min read
Read →
AWS

10 AWS S3 Bucket Policy Examples (Copy-Paste)

Ten battle-tested S3 bucket policies you can copy, edit, and apply in minutes — HTTPS-only, CloudFront-only, cross-account access, VPC endpoint locking, KMS enforcement, IP allowlists, MFA-protected deletes, and more, each with the gotchas explained.

15 Jul 2026·12 min read
Read →