Tutorials Logic, IN info@tutorialslogic.com
AWS CLF-C02

AWS Cloud Practitioner CLF-C02 Exam Notes

Complete CLF-C02 exam notes and cheat sheet for passing AWS Certified Cloud Practitioner: domain weights, cloud concepts, shared responsibility, security, core services, pricing, support, service selection traps, and final practice questions.

CLF-C02 Exam Notes Cheat Sheet AWS Cloud Practice Questions

Published: Apr 2026 Updated: May 2026

CLF-C02 Exam Blueprint

  • Certification: AWS Certified Cloud Practitioner.
  • Exam code: CLF-C02.
  • Level: Foundational.
  • Goal: prove overall AWS Cloud knowledge, not deep hands-on architecture.
  • Question style: multiple choice and multiple response. Expect service-choice, responsibility, pricing, and scenario wording.
  • Scoring idea: AWS uses an overall pass/fail model. Do not chase perfection in one domain; build broad, balanced coverage.
Official domainWeightStudy priority
Domain 1: Cloud Concepts24%Cloud value, economics, migration benefits, AWS CAF, Well-Architected basics.
Domain 2: Security and Compliance30%Shared responsibility, IAM, encryption, governance, compliance, security services.
Domain 3: Cloud Technology and Services34%Core service categories: compute, storage, database, network, monitoring, AI/ML, migration.
Domain 4: Billing, Pricing, and Support12%Pricing models, cost tools, budgets, support plans, Marketplace, Organizations.
Pass strategy: learn service purpose first, then learn when to choose it. The exam usually asks which AWS service best solves a business need.

How to Study to Pass

  1. Day 1: memorize the four domains and weights. This tells you where questions come from.
  2. Days 2-4: learn cloud concepts, global infrastructure, shared responsibility, and IAM basics.
  3. Days 5-10: study services by category: compute, storage, database, networking, security, monitoring, migration, analytics, AI/ML.
  4. Days 11-13: master billing, pricing, cost tools, support plans, Trusted Advisor, Marketplace, Organizations.
  5. Days 14+: practice scenarios. For every wrong answer, write the service category and why the correct service fits better.
  • Use flashcards for one-line service definitions.
  • Build a service map instead of memorizing random service names.
  • Compare confusing pairs: CloudWatch vs CloudTrail, S3 vs EBS vs EFS, IAM user vs role, Reserved Instances vs Savings Plans.
  • Do not use leaked exam dumps. They are unreliable, risky, and violate exam integrity. Use original practice questions and official AWS materials.

Domain 1: Cloud Concepts

This domain tests whether you understand why cloud exists and how AWS changes cost, speed, scale, and reliability.

ConceptExam meaningRemember
AgilityCreate and change resources quickly.Cloud reduces waiting for hardware and long procurement.
ElasticityAutomatically add or remove capacity to match demand.Elasticity is about automatic adjustment.
ScalabilityAbility to grow capacity as demand increases.Can be manual or automatic.
High availabilityKeep systems running during component failure.Use multiple Availability Zones and managed services.
Fault toleranceContinue operating even when parts fail.Design so failure is expected, not surprising.
Pay as you goPay for actual usage instead of upfront hardware.Cloud shifts capital expense toward variable operational expense.
Economies of scaleAWS operates at huge scale and can offer lower variable cost.Large shared infrastructure benefits customers.
Global reachDeploy close to users around the world.Use Regions, AZs, and edge locations.

Cloud Adoption Framework

  • Business: align cloud work with business outcomes.
  • People: skills, roles, training, and organizational change.
  • Governance: policies, risk, compliance, and portfolio management.
  • Platform: architecture, infrastructure, and landing zones.
  • Security: identity, controls, detection, response, and compliance.
  • Operations: monitoring, reliability, observability, and incident management.

Well-Architected Cheat Sheet

PillarMeaningExam clue words
Operational ExcellenceRun and improve systems with procedures, automation, and observability.Operations, runbooks, deployment, monitoring, improve process.
SecurityProtect data, systems, identities, and infrastructure.Least privilege, encryption, detection, incident response.
ReliabilityRecover from failure and meet demand.Backup, failover, Multi-AZ, fault tolerance, recovery.
Performance EfficiencyUse resources efficiently for changing requirements.Right service, scalability, latency, managed services.
Cost OptimizationAvoid waste and choose cost-effective resources.Right-size, pricing model, lifecycle, budgets.
SustainabilityMinimize environmental impact of cloud workloads.Utilization, efficient hardware, reduce waste.

Global Infrastructure

TermDefinitionExam point
RegionA geographic area containing multiple Availability Zones.Choose for latency, compliance, cost, and service availability.
Availability ZoneOne or more isolated data centers inside a Region.Use multiple AZs for high availability.
Edge locationSite closer to users for edge services.CloudFront uses edge locations for CDN delivery.
Local ZoneAWS infrastructure near a large city/metro area.Useful for very low-latency local workloads.
Wavelength ZoneAWS infrastructure embedded in 5G networks.Ultra-low latency for mobile/edge apps.
OutpostsAWS infrastructure installed on-premises.Hybrid workloads needing local processing or data residency.

Domain 2: Security and Compliance

This is the second-largest domain. Expect many questions about who is responsible, how access is controlled, and which service improves security or compliance.

Shared Responsibility Model

AWS is responsible for security of the cloudCustomer is responsible for security in the cloud
Physical data centers, buildings, power, cooling.Customer data, classification, retention, and access.
Physical servers, storage devices, network hardware.IAM users, roles, permissions, MFA, password policy.
Global infrastructure and managed service infrastructure.Application code, operating system on EC2, firewall rules, encryption choices.
Hypervisor and virtualization layer for EC2.Guest OS patching and installed software on EC2.

Service type changes responsibility

  • EC2: customer manages guest OS patching, installed software, app code, security groups, and data.
  • RDS: AWS manages database infrastructure; customer manages data, access, network rules, and configuration choices.
  • S3: AWS manages storage infrastructure; customer manages bucket permissions, data, lifecycle, encryption settings, and public access choices.
  • Lambda: AWS manages servers and runtime infrastructure; customer manages function code, permissions, and data.

IAM and Identity

IAM itemMeaningExam clue
Root userOriginal account identity with full access.Secure with MFA and avoid daily use.
IAM userLong-term identity for a person or workload.Use sparingly; prefer federation and roles where possible.
IAM groupCollection of IAM users.Attach policies to groups to manage users.
IAM roleIdentity with temporary credentials that can be assumed.Best for AWS services, cross-account access, and temporary access.
IAM policyJSON permissions document.Defines allowed or denied actions and resources.
MFAAdditional authentication factor.Use for root and privileged users.
Least privilegeGrant only required permissions.Always an exam-safe security principle.
IAM Identity CenterCentralized workforce access to AWS accounts and apps.Use for single sign-on across multiple accounts.
Exam shortcut: EC2 needs S3 access? Attach an IAM role to the EC2 instance. Do not store access keys on the instance.

Security Services Cheat Sheet

ServiceUse it forRemember
IAMUsers, groups, roles, policies, identity permissions.Identity and access management.
KMSCreate and control encryption keys.Key management for many AWS services.
Secrets ManagerStore and rotate secrets such as database passwords.Automatic rotation is a key clue.
Certificate ManagerProvision and manage TLS/SSL certificates.Often used with ELB, CloudFront, API Gateway.
WAFProtect web apps from Layer 7 attacks.SQL injection, XSS, HTTP rate rules.
ShieldDDoS protection.Shield Standard is automatic; Advanced adds more protection and support.
GuardDutyThreat detection from account/workload signals.Finds suspicious activity.
InspectorVulnerability management for workloads.Scans supported workloads for vulnerabilities.
MacieDiscover and protect sensitive data in S3.PII/data discovery clue.
Security HubCentral security findings and posture management.Aggregates findings from AWS security services.
ArtifactAccess AWS compliance reports and agreements.Compliance documents clue.
ConfigTrack resource configuration and compliance rules.Configuration history and compliance evaluation.
CloudTrailRecord account API activity.Who did what, when, from where.

Governance and Compliance

  • AWS Artifact: download compliance reports and manage some agreements.
  • AWS Config: track resource configuration over time and evaluate compliance rules.
  • AWS Organizations: manage multiple AWS accounts, consolidated billing, OUs, and service control policies.
  • Service Control Policies: set maximum permissions for accounts in an organization. They do not grant permissions by themselves.
  • Control Tower: set up and govern a multi-account AWS environment with guardrails.
  • CloudTrail: supports auditability by recording API activity.
  • Trusted Advisor: provides checks for cost, security, fault tolerance, performance, service limits, and operational excellence depending on plan/check availability.

Domain 3: Cloud Technology and Services

This is the largest domain. You must know the purpose of major AWS services and choose the best service for simple scenarios.

CategoryMust-know servicesQuestion pattern
ComputeEC2, Lambda, ECS, EKS, Elastic Beanstalk, Lightsail, Auto ScalingWhere should code or servers run?
StorageS3, EBS, EFS, FSx, Storage Gateway, BackupObject, block, file, archive, backup, hybrid storage?
DatabasesRDS, Aurora, DynamoDB, Redshift, ElastiCache, DocumentDB, NeptuneRelational, NoSQL, analytics, cache, graph?
NetworkingVPC, Route 53, CloudFront, ELB, Direct Connect, VPN, API GatewayDNS, CDN, private network, load balancing, hybrid connectivity?
MonitoringCloudWatch, CloudTrail, X-Ray, ConfigMetrics/logs, API audit, tracing, configuration history?
MigrationMigration Hub, DMS, Application Migration Service, Snow Family, DataSyncMove apps, databases, or data to AWS?
AnalyticsAthena, Glue, Kinesis, QuickSight, RedshiftQuery, ETL/catalog, streaming, dashboard, warehouse?
AI/MLBedrock, SageMaker, Rekognition, Comprehend, Lex, Polly, Transcribe, TranslateGenerative AI, custom ML, image/text/speech/language tasks?

Compute Cheat Sheet

ServiceUse it whenAvoid confusion
EC2You need virtual servers and OS-level control.Customer patches guest OS and installed software.
LambdaYou need event-driven code without managing servers.Not for every long-running server workload.
Elastic BeanstalkYou want easy app deployment while AWS handles common infrastructure.It is PaaS-like, not just a server.
LightsailYou want simple VPS-style hosting with predictable bundles.Good for simple apps and small sites.
ECSYou want to run containers using AWS container orchestration.Can run on EC2 or Fargate.
EKSYou need managed Kubernetes.Choose only when Kubernetes is required.
FargateYou want serverless compute for containers.Works with ECS and EKS.
Auto ScalingYou need capacity to adjust to demand.Used with EC2 fleets and other scalable resources.

Storage Cheat Sheet

ServiceStorage typeExam clue
S3Object storage.Buckets, objects, static website assets, backups, lifecycle, versioning.
S3 Glacier classesArchive object storage.Low-cost long-term retention with retrieval-time tradeoffs.
EBSBlock storage for EC2.Attach volume to EC2 instance, boot volume, persistent disk.
Instance storeTemporary local EC2 storage.Data lost when instance stops/terminates depending on instance behavior.
EFSManaged Linux file storage.Shared file system mounted by multiple EC2 instances.
FSxManaged file systems.Windows File Server, Lustre, NetApp ONTAP, OpenZFS use cases.
Storage GatewayHybrid cloud storage.Connect on-premises environments to AWS storage.
AWS BackupCentralized backup management.Policy-based backup across supported AWS services.

Database Cheat Sheet

ServiceUse it forExam clue
RDSManaged relational databases.MySQL, PostgreSQL, MariaDB, Oracle, SQL Server.
AuroraAWS cloud-optimized relational database.MySQL/PostgreSQL compatible, high performance, managed.
DynamoDBServerless NoSQL key-value/document database.Massive scale, low latency, no server management.
RedshiftData warehouse analytics.Large-scale analytical queries.
ElastiCacheIn-memory cache.Redis/Memcached, reduce database load, low latency.
DocumentDBMongoDB-compatible document database.Managed document workloads.
NeptuneGraph database.Highly connected data such as relationships and fraud graphs.
Database Migration ServiceDatabase migration.Migrate databases to AWS with minimal downtime.

Networking Cheat Sheet

ServiceUse it forRemember
VPCPrivate network in AWS.Subnets, route tables, gateways, security groups, NACLs.
Security groupInstance/resource-level firewall.Stateful.
Network ACLSubnet-level firewall.Stateless.
Route 53DNS and domain routing.Hosted zones, routing policies, health checks.
CloudFrontContent delivery network.Edge caching for global users.
Elastic Load BalancingDistribute traffic across targets.ALB for HTTP/HTTPS, NLB for high-performance TCP/UDP/TLS.
API GatewayManaged API front door.Build, publish, throttle, and secure APIs.
Direct ConnectDedicated private network connection to AWS.More consistent than internet VPN.
Site-to-Site VPNEncrypted connection over internet.Often quicker to set up than Direct Connect.

Monitoring and Operations

ServiceUse it forDo not confuse with
CloudWatchMetrics, logs, alarms, dashboards, events.CloudTrail, which records API activity.
CloudTrailAudit trail of AWS API calls.CloudWatch, which monitors metrics/logs.
ConfigResource configuration history and compliance.CloudTrail records actions, Config records resource state.
Systems ManagerOperate and manage fleets, patches, automation, parameter store.Useful for EC2 operations and automation.
X-RayTrace application requests.Useful for distributed app debugging.
Health DashboardAWS service events and account-specific health.Service Health is public; Health Dashboard can show account impact.

Migration, Analytics, and AI/ML

NeedServiceExam clue
Track migration projectsMigration HubCentral place to monitor migrations.
Migrate serversApplication Migration ServiceLift-and-shift applications.
Migrate databasesDatabase Migration ServiceDatabase migration with minimal downtime.
Move large physical dataSnow FamilyOffline/edge data transfer devices.
Online data transferDataSyncMove data between on-premises and AWS storage.
Query S3 with SQLAthenaServerless SQL over S3 data.
ETL and data catalogGluePrepare and catalog data for analytics.
Streaming dataKinesisReal-time streaming ingestion/processing.
Business intelligence dashboardsQuickSightBI dashboards and visual analytics.
Generative AI foundation modelsBedrockBuild GenAI apps with foundation models.
Build/train/deploy ML modelsSageMakerMachine learning platform.
Image/video analysisRekognitionDetect labels, faces, text in images/video.
Text insightsComprehendNatural language processing.
ChatbotLexConversational bots.
Text to speechPollySpeech generation.
Speech to textTranscribeAudio transcription.
Language translationTranslateTranslate text between languages.

Domain 4: Billing, Pricing, and Support

This is the smallest domain by weight, but it is easy to score if you memorize the tools and support plan differences.

Tool or modelUse it forExam clue
On-DemandPay with no long-term commitment.Flexible, simple, often higher cost.
Savings PlansDiscount for committed compute usage.Commitment measured by dollars/hour usage.
Reserved InstancesDiscount for committed capacity/service usage.Common for predictable workloads.
Spot InstancesUse spare EC2 capacity at deep discount.Interruptible workloads only.
Free TierTry eligible services with usage limits.Free does not mean unlimited.
Pricing CalculatorEstimate costs before deployment.Planning and forecasting before building.
Cost ExplorerAnalyze historical cost and usage.Charts, trends, cost analysis.
AWS BudgetsAlert on cost, usage, RI, or Savings Plans thresholds.Budget alert clue.
Cost and Usage ReportDetailed billing data.Most detailed cost/usage reporting.
Billing ConductorCustomize billing views for organizations.Showback/chargeback style billing.
AWS MarketplaceFind and buy third-party software/data/services.Prebuilt vendor software subscriptions.
OrganizationsMultiple accounts and consolidated billing.OUs, SCPs, consolidated billing.

Support Plans Cheat Sheet

Support planBest forKey exam point
BasicAll customers.Account/billing support, docs, whitepapers, service health, forums.
DeveloperLearning and early development.Business-hours technical support by email for one primary contact.
BusinessProduction workloads.24/7 technical support, faster response, full Trusted Advisor checks, support API.
Enterprise On-RampProduction/business-critical workloads needing more guidance.Access to a pool of Technical Account Managers and proactive guidance features.
EnterpriseMission-critical large organizations.Designated Technical Account Manager and most comprehensive support.
Exam shortcut: full Trusted Advisor checks and production technical support usually point to Business or higher.

High-Yield Exam Traps

TrapCorrect thinking
CloudWatch vs CloudTrailCloudWatch monitors metrics/logs/alarms. CloudTrail records API activity.
S3 vs EBS vs EFSS3 is object storage. EBS is block storage for EC2. EFS is shared Linux file storage.
RDS Multi-AZ vs read replicaMulti-AZ improves availability/failover. Read replicas help read scaling.
Security group vs NACLSecurity groups are stateful and resource-level. NACLs are stateless and subnet-level.
IAM role vs access keyRoles provide temporary credentials and are preferred for AWS services.
Cost Explorer vs BudgetsCost Explorer analyzes. Budgets alerts.
Pricing Calculator vs Cost ExplorerCalculator estimates before building. Cost Explorer analyzes actual past usage.
Artifact vs InspectorArtifact gives compliance documents. Inspector scans workloads for vulnerabilities.
GuardDuty vs WAFGuardDuty detects threats. WAF filters web requests.
Shield vs WAFShield protects against DDoS. WAF handles web request filtering rules.
Athena vs RedshiftAthena queries S3 serverlessly. Redshift is a data warehouse.
SQS vs SNSSQS queues messages for consumers. SNS publishes messages to subscribers.
Direct Connect vs VPNDirect Connect is dedicated private connectivity. VPN uses encrypted internet tunnels.
Snow Family vs DataSyncSnow Family moves large data physically/offline or edge. DataSync moves data online.

Last-Day Cheat Sheet

  • Objects in buckets: S3.
  • Block disk for EC2: EBS.
  • Shared Linux file system: EFS.
  • Serverless code: Lambda.
  • Virtual servers: EC2.
  • Container orchestration: ECS. Kubernetes: EKS. Serverless containers: Fargate.
  • Managed relational database: RDS. AWS-optimized relational: Aurora.
  • NoSQL key-value/document: DynamoDB.
  • Data warehouse: Redshift.
  • In-memory cache: ElastiCache.
  • DNS: Route 53.
  • CDN: CloudFront.
  • Web app firewall: WAF.
  • DDoS protection: Shield.
  • Encryption key management: KMS.
  • Secrets rotation: Secrets Manager.
  • Threat detection: GuardDuty.
  • Sensitive data in S3: Macie.
  • Compliance reports: Artifact.
  • API activity audit: CloudTrail.
  • Metrics/logs/alarms: CloudWatch.
  • Configuration compliance: Config.
  • Estimate before building: Pricing Calculator.
  • Analyze historical spend: Cost Explorer.
  • Alert on spend: Budgets.

25 Most Important Practice Questions

Important: these are original practice questions, not leaked or copied real exam questions.
1. A company wants to store images, backups, and log files as objects. Which AWS service should it use?
Answer: Amazon S3.
Why: S3 is object storage for buckets and objects.
2. Which service records AWS account API calls for auditing?
Answer: AWS CloudTrail.
Why: CloudTrail records who did what, when, and from where.
3. Which service creates alarms from metrics and stores application logs?
Answer: Amazon CloudWatch.
Why: CloudWatch handles metrics, logs, dashboards, and alarms.
4. Who patches the guest operating system on an Amazon EC2 instance?
Answer: The customer.
Why: With EC2, the customer manages the guest OS and installed software.
5. Who is responsible for securing AWS physical data centers?
Answer: AWS.
Why: AWS is responsible for security of the cloud, including physical facilities.
6. Which tool estimates AWS cost before deploying a workload?
Answer: AWS Pricing Calculator.
Why: It estimates service costs before resources are created.
7. Which AWS tool sends alerts when spending crosses a threshold?
Answer: AWS Budgets.
Why: Budgets alerts on cost, usage, reservation, and Savings Plans thresholds.
8. Which service provides DNS and domain routing?
Answer: Amazon Route 53.
Why: Route 53 provides DNS, hosted zones, routing policies, and health checks.
9. Which AWS service is used as a content delivery network?
Answer: Amazon CloudFront.
Why: CloudFront caches and delivers content from edge locations.
10. Which support plan includes full AWS Trusted Advisor checks?
Answer: Business support or higher.
Why: Full Trusted Advisor checks are associated with Business, Enterprise On-Ramp, and Enterprise support.
11. Which service manages users, groups, roles, and policies?
Answer: AWS Identity and Access Management (IAM).
Why: IAM controls identity and permissions.
12. Which storage service provides block storage for EC2 instances?
Answer: Amazon EBS.
Why: EBS volumes attach to EC2 instances as persistent block storage.
13. Which service runs code without provisioning or managing servers?
Answer: AWS Lambda.
Why: Lambda is serverless event-driven compute.
14. Which AWS service provides managed relational databases?
Answer: Amazon RDS.
Why: RDS manages relational engines such as MySQL, PostgreSQL, MariaDB, Oracle, and SQL Server.
15. Which database is serverless NoSQL key-value and document storage?
Answer: Amazon DynamoDB.
Why: DynamoDB is managed NoSQL with low-latency key-value/document access.
16. Which service helps protect web applications from SQL injection and cross-site scripting?
Answer: AWS WAF.
Why: WAF filters HTTP/S web requests using rules.
17. Which service provides DDoS protection for AWS resources?
Answer: AWS Shield.
Why: Shield protects AWS endpoints from DDoS attacks.
18. Which service stores secrets and can rotate them automatically?
Answer: AWS Secrets Manager.
Why: Secrets Manager stores, retrieves, encrypts, and rotates secrets.
19. Which service provides AWS compliance reports and agreements?
Answer: AWS Artifact.
Why: Artifact provides access to compliance reports and agreements.
20. Which service detects suspicious activity and threats in AWS accounts?
Answer: Amazon GuardDuty.
Why: GuardDuty analyzes account and workload signals for threats.
21. What does elasticity mean in cloud computing?
Answer: Automatically adding or removing capacity to match demand.
Why: Elasticity focuses on automatic capacity adjustment.
22. What does scalability mean in cloud computing?
Answer: The ability to grow capacity as demand increases.
Why: Scaling can be manual or automatic.
23. Which cloud model changes upfront hardware purchases into variable usage costs?
Answer: Pay-as-you-go cloud pricing.
Why: Cloud computing shifts capital expense toward operational expense.
24. Which AWS service manages multiple accounts and consolidated billing?
Answer: AWS Organizations.
Why: Organizations supports multiple accounts, organizational units, service control policies, and consolidated billing.
25. Which service discovers sensitive data such as PII in S3 buckets?
Answer: Amazon Macie.
Why: Macie helps discover and protect sensitive data stored in S3.

Ready to Level Up Your Skills?

Explore 500+ free tutorials across 20+ languages and frameworks.