(CCP) Certified Child Care Professional Practice Test

โ–ถ

AWS Certified Cloud Practitioner Exam Guide

The AWS Certified Cloud Practitioner (CLF-C02) is Amazon Web Services' entry-level cloud certification. It's designed for people with no prior AWS technical experience โ€” including business stakeholders, project managers, developers in other disciplines, and anyone moving into a cloud-focused role. Passing the exam demonstrates foundational knowledge of cloud concepts, core AWS services, security, billing, and the AWS shared responsibility model.

This guide covers everything you need to know to prepare for and pass the CLF-C02 exam. The current version โ€” CLF-C02 โ€” replaced the original CLF-C01 in 2023, with updated content reflecting AWS's expanded service catalog and an increased emphasis on cloud security and billing fundamentals. If you're starting your preparation now, make sure all your study materials reference CLF-C02, not the older version.

The AWS Certified Cloud Practitioner is not a deep technical exam. You won't be configuring services, writing code, or troubleshooting infrastructure during the test. What you will need: a genuine understanding of what AWS services exist, what problems they solve, how AWS pricing and billing works, the basics of cloud security, and how the AWS support plans differ. Candidates with no technical background can pass with focused study. Candidates with existing cloud exposure often pass with lighter preparation โ€” though the billing and governance domains occasionally surprise people who assumed their technical knowledge would carry them through.

Before you start studying, register on the AWS certified cloud practitioner exam page to understand the structure. AWS offers the exam through Pearson VUE or PSI testing centers, or as an online proctored exam from your home or office. The current exam fee is $100 USD. AWS Certification accounts let you take practice exams (for a fee) and access your exam history. Create your account before you start studying so you can take advantage of the official practice materials early in your preparation.

The CLF-C02 exam contains 65 questions, of which 50 are scored and 15 are unscored practice questions that AWS uses to gather data on future exam items. You won't know which questions are unscored, so treat every question equally. You have 90 minutes to complete the exam. The passing score is 700 on a 100โ€“1000 scale โ€” roughly 70%. Question formats include multiple choice (one correct answer), multiple response (two or more correct answers from five or six options), and ordering/matching questions.

One thing worth understanding before you plan your preparation: the CLF-C02 isn't testing whether you can work in AWS โ€” it's testing whether you understand AWS well enough to make informed decisions about it. That's an important distinction. You don't need to have built an EC2 instance or configured an S3 bucket to pass this exam. But you do need to know what those services do, when you'd use them, and how they fit into AWS's broader architecture. The exam is designed for a broad audience including non-technical roles, and the questions reflect that design philosophy.

AWS Certified Cloud Practitioner: At a Glance
  • Exam code: CLF-C02 (current version, replaces CLF-C01)
  • Fee: $100 USD
  • Questions: 65 total (50 scored, 15 unscored)
  • Time limit: 90 minutes
  • Passing score: 700 out of 1000 (approximately 70%)
  • Validity: 3 years
  • Format: Multiple choice, multiple response, ordering/matching
  • Testing: Pearson VUE or PSI โ€” testing center or online proctored
  • Prerequisites: None โ€” no prior AWS experience required
  • Recommended experience: 6+ months exposure to AWS Cloud (any role)
Take a Free CCP Practice Exam

CLF-C02 Domain Breakdown: Cloud Concepts and Security

Before diving into each domain, note that the exam doesn't label questions by domain โ€” you'll encounter all four domains mixed throughout the test. Understanding each domain's weight helps you allocate study time, not navigate the exam itself. Domain 3 (Cloud Technology and Services) is the largest portion of the exam at 34%, but Domain 2 (Security and Compliance) at 30% is where most candidates lose the most points. Security is heavily AWS-specific โ€” the shared responsibility model, IAM (Identity and Access Management) basics, and the specific security services AWS offers aren't intuitive if you've only read general cloud overviews.

Domain 1: Cloud Concepts (24%)

This domain covers the foundational reasons for using cloud computing: variable vs. fixed costs, economies of scale, going global in minutes, eliminating hardware maintenance, and the trade-off between capital expenditure and operational expenditure. You'll also need to understand the six advantages of cloud computing that AWS identifies in its official whitepaper, the difference between IaaS/PaaS/SaaS, and the three cloud deployment models (public, private, hybrid).

The AWS Well-Architected Framework appears in this domain โ€” specifically its six pillars: Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, and Sustainability. You don't need deep knowledge of each pillar, but you should be able to identify which pillar applies to a described scenario. The cloud migration strategies (6 Rs: Rehost, Replatform, Repurchase, Refactor, Retire, Retain) are also testable here.

One common confusion in Domain 1: CapEx vs. OpEx. In cloud computing, you shift from capital expenditure (buying hardware) to operational expenditure (paying for usage). The exam presents scenarios where you need to identify this shift as a cloud benefit. Similarly, know that scalability (growing capacity to meet demand) and elasticity (growing AND shrinking automatically) are distinct terms โ€” the exam tests whether you can tell them apart.

Domain 2: Security and Compliance (30%)

The shared responsibility model is the single most important concept in this domain. AWS is responsible for security OF the cloud (hardware, infrastructure, networking); the customer is responsible for security IN the cloud (data, access, configuration). Understand where the boundary sits for different service types: for EC2, the customer manages the OS and everything above it; for managed services like RDS or Lambda, AWS takes on more of the responsibility stack.

IAM fundamentals are tested extensively: users, groups, roles, and policies. Know that root account credentials should never be used for daily operations, that MFA (multi-factor authentication) should be enabled for all privileged accounts, and that IAM policies follow a deny-by-default model (everything is denied unless explicitly allowed). AWS security services tested in this domain include AWS Shield (DDoS protection), AWS WAF (Web Application Firewall), Amazon GuardDuty (threat detection), and AWS CloudTrail (API activity logging).

Compliance is also covered in Domain 2. AWS has a range of compliance certifications (SOC 1/2/3, ISO 27001, PCI DSS, HIPAA eligibility) and AWS Artifact is the service that provides access to AWS compliance reports. Know what AWS Artifact is for โ€” it's a common question topic in this domain that trips up candidates who haven't seen it before.

CLF-C02 Domain Breakdown: Services, Billing, and Pricing

With Domains 1 and 2 covered, the remaining 46% of the exam tests your knowledge of AWS services and the billing tools AWS provides. These two domains are more about breadth of service recognition than conceptual depth โ€” you don't need to configure services, just know what they do and when you'd use them over alternatives.

Domain 3: Cloud Technology and Services (34%)

This domain tests recognition of core AWS services and what they do โ€” not deep configuration knowledge, but the ability to identify which service solves a described problem. Key services to know: EC2 (virtual servers), S3 (object storage), RDS (managed relational databases), DynamoDB (NoSQL database), Lambda (serverless compute), VPC (virtual private cloud networking), CloudFront (content delivery), Route 53 (DNS), SNS (notification service), SQS (message queue), and CloudWatch (monitoring and logging).

You'll also need to understand the concepts of availability zones, regions, and edge locations. Know that regions are geographic areas containing multiple AZs; AZs are isolated data centers within a region; edge locations serve CloudFront content closer to users. High availability and fault tolerance in AWS typically means deploying across multiple AZs within a region.

The line between similar services is often tested. S3 vs. EBS vs. EFS โ€” know that S3 is object storage accessed via HTTP, EBS is block storage attached to EC2, and EFS is a managed file system. EC2 vs. Lambda โ€” EC2 is a virtual machine you manage; Lambda is serverless, event-driven, and automatically scales with no server management. RDS vs. DynamoDB โ€” RDS is for relational (SQL) databases; DynamoDB is for NoSQL key-value and document workloads. These comparisons appear regularly in Domain 3 questions.

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

AWS pricing models โ€” on-demand, reserved instances, savings plans, and spot instances โ€” are all tested here. On-demand is the default pay-as-you-go model. Reserved instances and savings plans offer significant discounts (up to 72%) in exchange for 1- or 3-year commitment. Spot instances allow you to use spare AWS capacity at up to 90% discount but can be interrupted. The AWS Free Tier (always-free, 12-month free, and short-term trial offers) is also testable. Know the four AWS support plans: Basic, Developer, Business, and Enterprise, and what each includes.

Cost management tools are frequently tested: AWS Cost Explorer helps analyze and visualize costs; AWS Budgets lets you set spending alerts; the AWS Pricing Calculator estimates costs before you deploy resources; and Cost and Usage Reports provide granular billing data. Know which tool to use for each purpose โ€” "which tool provides the most detailed billing data?" and "which tool can alert you when spending exceeds a threshold?" are representative question types in this domain.

CLF-C02 At a Glance

$100
AWS Certified Cloud Practitioner exam fee (USD)
65
Total questions (50 scored, 15 unscored practice items)
700
Passing score on 100โ€“1000 scale (approximately 70%)
3 years
AWS CCP certification validity before renewal required

CLF-C02 Study Plan: How to Prepare Effectively

Most candidates need 20โ€“40 hours of study to pass the CLF-C02. That range is wide because it depends heavily on your background. Someone with years of general IT experience who's used AWS in passing might need 15โ€“20 hours. Someone with no cloud exposure needs 35โ€“50 hours of genuine study, not just reading. Here's a structured approach that works for most candidates.

Step 1: Start with the AWS Cloud Practitioner Essentials Course

AWS offers a free digital course called "AWS Cloud Practitioner Essentials" on AWS Skill Builder (skillbuilder.aws). It's approximately 6โ€“8 hours of content and covers all four exam domains. This should be your first study resource โ€” it uses AWS's own language and examples, which is the same language the exam uses. Watch every module even if a topic seems obvious. The exam often tests specific AWS terminology, and knowing the official phrasing saves you points on questions where two answers are close.

Step 2: Read the Core AWS Whitepapers

Two whitepapers are essential reading for the CLF-C02: the "AWS Overview of Amazon Web Services" whitepaper and the "AWS Well-Architected Framework" overview. Both are free on the AWS website. They're dense but readable โ€” plan for 2โ€“3 hours to work through both carefully. The overview gives you context for the breadth of AWS services. The Well-Architected Framework whitepaper explains the six pillars in the language the exam uses. Neither needs to be memorized โ€” you're building conceptual familiarity, not reciting definitions.

Step 3: Use Practice Exams Strategically

Practice exams are the single most effective study tool for the CLF-C02. AWS's official practice exam (available through AWS Certification for a fee) uses real exam-style questions. Third-party resources also have large question banks. The strategy that works: take a full practice exam early in your preparation to identify weak areas, study those areas specifically, then take another full practice exam a few days before the real exam to confirm you're ready.

Aim for consistent scores of 75โ€“80% on practice exams before scheduling your real exam. If you're scoring 70%, you're right at the passing threshold โ€” one bad day can tip you below passing. The buffer matters. After taking practice exams, read the explanations for every question you missed โ€” including questions where you got lucky with a correct guess. The explanations reinforce the underlying concept so the same question type doesn't trip you again.

Common Study Mistakes to Avoid

Understanding these mistakes before you start studying saves you from repeating patterns that consistently lead to first-attempt failures. Most CLF-C02 failures aren't random โ€” they follow predictable preparation gaps.

Passively reading without engaging with practice questions is the most common mistake. Many candidates read through study guides and feel confident โ€” then get to the exam and discover that recognition (reading an answer and knowing it's right) is different from recall (choosing between four similar options under time pressure). Practice exams build the active pattern-recognition you need for the actual test. Reading builds the vocabulary; practice exams build the judgment.

Spending too much time on rare or obscure services is another common trap. The CLF-C02 tests core, high-frequency services in depth โ€” EC2, S3, IAM, Lambda, VPC, RDS, CloudWatch. It doesn't go deep on niche services or edge-case configurations. If you find yourself reading extensively about AWS Snowcone or AWS Outposts at the expense of time reviewing IAM policies and the shared responsibility model, you're optimizing the wrong things.

Don't neglect the billing and support domain just because it's only 12% of the exam. Those 8 questions are some of the most learnable on the exam โ€” the four support plan tiers, the pricing models, and the billing tools (AWS Cost Explorer, AWS Budgets, Cost and Usage Reports) are factual and specific. A candidate who masters this domain effectively starts with a cushion that covers mistakes elsewhere.

One more mistake: studying with the CLF-C01 materials instead of CLF-C02. The C02 version has meaningfully different domain weights and updated content. Study materials from 2022 or earlier were written for the old exam. Check publication dates on any third-party content you use. If a book or course doesn't explicitly reference CLF-C02, assume the content may be partially outdated and cross-reference against the current AWS exam guide.

The AWS Certified Cloud Practitioner certification page on this site has additional practice questions. Use the cloud practitioner exam resources to benchmark your readiness. CCP certification demonstrates genuine foundational AWS knowledge when backed by thorough preparation โ€” not just a badge to check a box.

CCP Exam Strategy and Resources

๐Ÿ“‹ Official AWS Resources

AWS provides free and paid official study resources for the CLF-C02:

  • AWS Cloud Practitioner Essentials: Free on AWS Skill Builder (skillbuilder.aws) โ€” 6โ€“8 hours, covers all domains. Start here.
  • AWS Certified Cloud Practitioner Official Study Guide: Paid book with comprehensive content and practice questions
  • Official Practice Exam: 20 questions, available through AWS Certification account for ~$20 โ€” worth the cost for realistic question exposure
  • AWS Whitepapers: Free. Priority: AWS Overview, Well-Architected Framework, AWS Pricing Overview, AWS Support
  • AWS Documentation: Service overview pages for each core service you're uncertain about

AWS Skill Builder also has a subscription tier with additional practice content. For most CLF-C02 candidates, the free tier plus the $20 official practice exam is sufficient โ€” you don't need a full subscription.

๐Ÿ“‹ Exam Day Tips

For the online proctored exam (testing from home):

  • Test your equipment the day before using the system check at home.pearsonvue.com โ€” microphone, camera, and internet speed all need to pass
  • Clear your desk completely before the exam โ€” only your computer, keyboard, and mouse allowed on the desk
  • Close all other applications before launching the exam software
  • You can flag questions and return to them โ€” use this for questions you're uncertain about, then come back after completing the rest
  • Budget your time: with 65 questions in 90 minutes, you have about 83 seconds per question. Most questions take 30โ€“45 seconds; that leaves time for review.

For multiple-response questions (select 2 or more correct answers), read the question carefully โ€” it will tell you exactly how many answers to select. Selecting too many or too few automatically scores zero for that question. Treat these as separate binary decisions for each option.

If a question mentions a specific AWS service you've never heard of, use process of elimination: identify which options are clearly wrong based on what you do know, then choose from the remaining options based on context. AWS doesn't test obscure services on CLF-C02 without context clues.

๐Ÿ“‹ After You Pass

Once you've passed the CLF-C02, you have an AWS Certified Cloud Practitioner certification valid for 3 years. To maintain it, you either retake the CLF-C02 every 3 years or earn any higher-level AWS certification, which automatically renews your Cloud Practitioner.

Common next certifications after CLF-C02:

  • AWS Certified Solutions Architect โ€“ Associate (SAA-C03): Most popular AWS cert, tests architectural decisions for common workloads. Requires working cloud knowledge, not just familiarity.
  • AWS Certified Developer โ€“ Associate: Focused on development and deployment on AWS, including Lambda, DynamoDB, and CI/CD pipelines.
  • AWS Certified SysOps Administrator โ€“ Associate: Operations-focused โ€” monitoring, deployment, networking, and security.

The CCP is a foundation certification, not a role-qualifying credential on its own. Employers recognize it as evidence of baseline AWS literacy, but most cloud roles require at least the Associate tier. Treat CCP as Step 1 in your AWS certification path rather than a destination. Your CCP study investment pays off most when you follow it with an Associate exam within 6โ€“12 months while the foundational knowledge is still fresh.

CLF-C02 Study Checklist

Create an AWS Certification account at aws.amazon.com/certification
Complete the free AWS Cloud Practitioner Essentials course on AWS Skill Builder
Read the AWS Overview whitepaper and AWS Well-Architected Framework overview
Know the four CLF-C02 domains and their exam weights (especially Security at 30%)
Master the shared responsibility model โ€” know exactly where AWS's responsibility ends and the customer's begins for EC2, RDS, and Lambda
Memorize the six AWS support plans and what each tier includes
Understand AWS pricing models: on-demand, reserved instances, savings plans, spot instances
Know the core services: EC2, S3, RDS, Lambda, VPC, CloudFront, Route 53, IAM, CloudWatch
Take at least two full practice exams and read explanations for all missed questions
Score consistently above 75% on practice exams before scheduling your real exam
Start CCP Practice Questions Now

AWS Pros and Cons

Pros

  • Structured AWS guides organize content in exam-aligned order
  • Combining guides with practice questions builds test fluency
  • Focused plans let you prioritize weak areas
  • Free and low-cost resources make prep accessible at any budget
  • Spaced repetition improves long-term retention

Cons

  • No single guide covers everything โ€” most candidates need 2โ€“3 resources
  • Guides can become outdated when exam content changes
  • Self-study requires discipline without external accountability
  • Coverage breadth can create false confidence
  • Real prep time is typically 30โ€“50% longer than guides estimate

AWS CCP Exam Guide Questions and Answers

What is on the AWS Certified Cloud Practitioner exam?

The CLF-C02 exam covers four domains: Cloud Concepts (24%), Security and Compliance (30%), Cloud Technology and Services (34%), and Billing, Pricing, and Support (12%). It tests recognition-level knowledge of AWS services, the shared responsibility model, IAM basics, core compute/storage/database services, and AWS pricing structures. It's 65 questions (50 scored) in 90 minutes with a 700/1000 passing score.

How long should I study for the AWS Cloud Practitioner exam?

Most candidates need 20โ€“40 hours of study. Candidates with no cloud background should plan for 35โ€“50 hours. Those with general cloud or IT experience typically need 15โ€“25 hours. The AWS Cloud Practitioner Essentials course takes 6โ€“8 hours; add whitepaper reading, practice exams, and review time for your target total.

What's the passing score for the CLF-C02?

The passing score is 700 on a 100โ€“1000 scale, which is approximately 70%. AWS uses a scaled scoring model, so the raw number of questions you need correct isn't a fixed percentage โ€” it varies slightly based on question difficulty. Aim for consistent 75โ€“80% scores on practice exams before testing.

Can I take the AWS Cloud Practitioner exam from home?

Yes. The CLF-C02 is available as an online proctored exam through Pearson VUE or PSI, allowing you to test from your home or office. You'll need a stable internet connection, a working webcam and microphone, and a completely clear desk. Run the system check on the testing provider's website before your exam day to confirm your setup meets requirements.

How much does the AWS Cloud Practitioner exam cost?

The CLF-C02 exam costs $100 USD. AWS occasionally offers discount vouchers through free training programs, AWS events, or partner channels. If you're a student or job seeker, check whether AWS Educate or AWS re/Start programs you're enrolled in include exam vouchers before paying full price.

What's the difference between CLF-C01 and CLF-C02?

CLF-C02 is the current version, which replaced CLF-C01 in 2023. CLF-C02 has an expanded focus on cloud security and compliance, updated service coverage, and a new domain structure with increased emphasis on AWS billing tools. Any study materials labeled CLF-C01 may be partially outdated. Use resources specifically designed for CLF-C02.

What comes after the AWS Certified Cloud Practitioner?

The most common next step is the AWS Certified Solutions Architect โ€“ Associate (SAA-C03), which is the most widely recognized AWS certification for cloud roles. Alternatively, the AWS Certified Developer โ€“ Associate or SysOps Administrator โ€“ Associate cater to more specific technical roles. CCP is designed as an entry point โ€” plan to pursue an Associate-level certification within 6โ€“12 months to maximize the value of your preparation investment.
โ–ถ Start Quiz