Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/roxsross/aws-cloud-practitioner-complete-guide/llms.txt

Use this file to discover all available pages before exploring further.

This cheat sheet covers all major AWS services you need to know for the CLF-C02 exam. Each service is grouped by category so you can quickly locate what you need during study sessions or last-minute review. Focus on understanding the core purpose of each service — the exam tests recognition and situational judgment, not deep implementation details.
Compute services provide the processing power behind your applications. For the exam, understand when to choose managed/serverless options over raw EC2 instances.
ServiceWhat It DoesKey Use Case
Amazon EC2Virtual servers in the cloudWeb servers, application hosting
AWS LambdaServerless function executionEvent-driven, short-duration functions
AWS FargateServerless container runtimeRun containers without managing servers
Amazon ECSContainer orchestration serviceDocker workload management
Amazon EKSManaged Kubernetes serviceKubernetes workloads on AWS
AWS Elastic BeanstalkPaaS application deploymentWeb apps without infrastructure management
Amazon LightsailSimple virtual private serverSmall websites and basic applications
The exam frequently asks you to choose between EC2 and a managed/serverless option. When the scenario emphasizes reducing operational overhead, prefer Lambda, Fargate, or Elastic Beanstalk over raw EC2.

Exam Domain 3: Technology & Services

This category carries 34% of the CLF-C02 exam weight — the largest single domain. Prioritize compute, storage, database, and networking services.

Study Tip: Use Cases Over Features

The exam rarely asks implementation details. Focus on when to use a service, not how to configure it. Practice matching scenarios to the right service.

Build docs developers (and LLMs) love