惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Engineering at Meta
Engineering at Meta
博客园_首页
J
Java Code Geeks
Jina AI
Jina AI
B
Blog RSS Feed
量子位
有赞技术团队
有赞技术团队
M
MIT News - Artificial intelligence
L
LangChain Blog
Microsoft Security Blog
Microsoft Security Blog
小众软件
小众软件
博客园 - 聂微东
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
Last Week in AI
Last Week in AI
MongoDB | Blog
MongoDB | Blog
I
InfoQ
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
爱范儿
爱范儿
Y
Y Combinator Blog
Vercel News
Vercel News
雷峰网
雷峰网

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
AWS Certified Cloud Practitioner (CLF-C02) Study Notes
Bastab C · 2026-06-19 · via DEV Community

Bastab C

I sat the AWS Certified Cloud Practitioner (CLF-C02) back in 2024 and passed. CLF-C02 is AWS's foundational certification - broad rather than deep, covering cloud concepts, security, core services, and billing at a level anyone working around AWS should recognise.

It is the most accessible AWS exam, so if you already work with AWS day to day, a lot of this will be familiar. Treat it as a breadth check rather than a deep technical exam, and calibrate the prep to what you already know.


The exam at a glance

Questions 65 (50 scored, 15 unscored)
Time 90 minutes
Format Multiple choice and multiple response
Passing score 700 out of 1000 (scaled)
Cost 100 USD
Validity 3 years

The score is scaled, so you do not need 70% of questions right - it is normalised across question difficulty. The exam is conceptual: it tests whether you understand what AWS services do and when they apply, not whether you can build with them.


The four domains

CLF-C02 has four domains. The percentages are the share of scored content, straight from the exam guide - the bigger the share, the more of your study time it deserves.

Domain 1 - Cloud Concepts (24%)

The "why cloud" domain. Value proposition of the cloud, the AWS global infrastructure, and the basics of how cloud economics differ from running your own hardware. Conceptual, not technical.

Focus areas:

  • Benefits of cloud - elasticity, agility, pay-as-you-go, economies of scale
  • AWS global infrastructure - Regions, Availability Zones, edge locations
  • Cloud economics - CapEx vs OpEx, total cost of ownership
  • The AWS Well-Architected Framework at a high level
  • Migration and the cloud adoption basics

Domain 2 - Security and Compliance (30%)

The second-largest domain. The shared responsibility model is the spine of it - know exactly where AWS's responsibility ends and yours begins. The rest is IAM basics and where to find compliance information.

Focus areas:

  • Shared responsibility model - what AWS secures vs what you secure
  • IAM - users, groups, roles, policies, MFA, root account protection
  • Security services - Shield, WAF, GuardDuty, Inspector, KMS at a high level
  • Compliance - AWS Artifact, where audit reports come from
  • Encryption in transit and at rest as concepts

Domain 3 - Cloud Technology and Services (34%)

The largest domain and the widest. You need recognition-level knowledge of a long list of services - what each one is for, not how to configure it. Breadth beats depth here.

Focus areas:

  • Compute - EC2, Lambda, Elastic Beanstalk, ECS/EKS at a glance
  • Storage - S3, EBS, EFS, Glacier and when each fits
  • Databases - RDS, DynamoDB, Aurora, ElastiCache at a glance
  • Networking - VPC, Route 53, CloudFront, the basics
  • Management and monitoring - CloudWatch, CloudTrail, Organizations, Trusted Advisor
  • Ways to access AWS - console, CLI, SDKs, infrastructure as code

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

The smallest domain, but easy marks if you know the tools. Pricing models, the billing and cost tools, and the support plan tiers. Worth a focused hour - the distinctions are clean and frequently tested.

Focus areas:

  • Pricing models - On-Demand, Reserved, Spot, Savings Plans
  • Cost tools - Cost Explorer, Budgets, Cost and Usage Report, Billing Conductor
  • Support plans - Basic, Developer, Business, Enterprise and what each includes
  • AWS Organizations and consolidated billing
  • Trusted Advisor cost checks

Services to know well

For CLF-C02 you need recognition-level knowledge - what each service is for and when you would reach for it, not how to configure it:

Service Know this about it
EC2 Virtual servers; the pricing models attach here
S3 Object storage, storage classes, durability
RDS Managed relational databases vs running your own
Lambda Serverless compute, pay per execution
VPC Your private network boundary in AWS
IAM Users, groups, roles, policies, MFA
CloudWatch Monitoring, metrics, alarms, logs
CloudTrail API activity auditing (who did what)
Organizations Multi-account management, consolidated billing
Trusted Advisor Best-practice checks across cost, security, performance
Cost Explorer / Budgets Viewing spend vs alerting on spend
Well-Architected Tool Reviewing workloads against the six pillars

Easy things to mix up

These are the distinctions the exam likes to probe. At this level, knowing the boundary between a pair is usually the whole question:

  • Shared responsibility model - AWS secures the cloud (hardware, global infrastructure); you secure what you put in it (data, IAM, configuration). Managed services shift more onto AWS.
  • Regions vs Availability Zones vs edge locations - a Region is a geographic area, an AZ is one or more data centres within it, an edge location serves CloudFront content closer to users.
  • Security groups vs network ACLs - security groups are stateful and act at the instance; NACLs are stateless and act at the subnet.
  • On-Demand vs Reserved vs Spot - On-Demand for flexibility, Reserved/Savings Plans for steady long-term workloads at a discount, Spot for interruptible workloads at the biggest discount.
  • Cost Explorer vs Budgets vs Cost and Usage Report - Explorer visualises past spend, Budgets alerts on thresholds, the CUR is the detailed line-item export.
  • IAM users vs roles - users are long-lived identities, roles are assumed temporarily and avoid long-lived credentials.
  • Support plans - Basic is free, Developer adds business-hours email support, Business adds 24/7 and a fuller Trusted Advisor, Enterprise adds a TAM.
  • Trusted Advisor vs Well-Architected Tool - Trusted Advisor runs automated best-practice checks; the Well-Architected Tool is a guided self-review against the framework.

Resources

CLF-C02 is well served by free, AWS-authored material. You do not need to spend much here.

Essential

  • Exam Guide (CLF-C02) - the syllabus. The domain breakdown and in-scope service list tell you exactly what is fair game.
  • Exam Prep Enhanced Course (Skill Builder) - AWS's own guided prep, free, and enough to carry most people through on its own.
  • Tutorials Dojo practice exams (Jon Bonso) - the most useful practice material for AWS exams. The explanations teach the concepts, not just the answers.
  • Official Practice Exam (Skill Builder) - calibrate against AWS-authored questions before booking.

Useful

Skip if you are tight on time

  • DigitalCloud resources page is handy as references, but they overlap with the official course and your practice exams. Skim, do not study cover to cover.

Notes

  1. This is a breadth exam. Recognising what a service is for matters far more than any configuration detail - do not over-study any single service.
  2. The free Skill Builder enhanced course plus one set of practice exams is enough for most people. There is no need to buy multiple courses.
  3. Learn the shared responsibility model and the support plan tiers cold - they are reliable marks and the distinctions are clean.
  4. The score is scaled, so aim to clear 700 comfortably on practice exams rather than chasing a specific number.