AWS Certification

AWS Cloud Practitioner Services Cheat Sheet for CLF-C02

This is a service map, not an alphabetical glossary. Use the comparisons to recognize what an exam scenario is actually asking for.

By Alex Morgan 3 min read
Cloud certification study path across core infrastructure and security concepts
AWS Cloud Practitioner Services Cheat Sheet for CLF-C02: Beginner AWS architecture diagram using cost-conscious managed services

Review a small cost-conscious AWS system

Use the diagram to name each service category, pricing model, and shared-responsibility boundary.

The Cloud Practitioner exam rewards category awareness. You should recognize what a service does, when it is appropriate, and which nearby service solves a different problem.

Compute

  • EC2: resizable virtual machines. You manage the guest operating system.
  • Lambda: event-driven function execution without server management.
  • ECS: container orchestration with AWS-native control planes.
  • EKS: managed Kubernetes control plane.
  • Fargate: serverless compute capacity for ECS tasks and EKS pods.
  • Elastic Beanstalk: application deployment platform that provisions underlying AWS resources.

Memory cue: EC2 is a machine, Lambda is an invocation, and Fargate is managed container capacity.

Storage

  • S3: regional object storage for files, backups, static assets, and data lakes.
  • EBS: block volumes commonly attached to EC2 in one Availability Zone.
  • EFS: managed shared NFS filesystem for Linux clients.
  • S3 Glacier storage classes: lower-cost archival access patterns inside S3.
  • Storage Gateway: hybrid access between on-premises environments and AWS storage.

Read the S3 vs EBS vs EFS guide for the full comparison.

Databases and analytics

  • RDS: managed relational engines.
  • Aurora: AWS relational engine compatible with MySQL and PostgreSQL.
  • DynamoDB: managed key-value and document database.
  • ElastiCache: managed in-memory caching.
  • Redshift: cloud data warehouse for analytics.
  • Athena: serverless SQL queries over data in S3.
  • Glue: managed data integration and catalog capabilities.

Memory cue: RDS is relational, DynamoDB is NoSQL request access, Redshift is analytical warehousing, and ElastiCache accelerates other stores.

Networking and delivery

  • VPC: isolated network boundary.
  • Route 53: DNS and traffic routing.
  • CloudFront: content delivery network.
  • Elastic Load Balancing: distributes traffic to healthy targets.
  • API Gateway: managed API front door.
  • Direct Connect: dedicated network connection to AWS.
  • Site-to-Site VPN: encrypted network tunnel over the internet.

Security and governance

  • IAM: permissions for identities and workloads.
  • KMS: managed encryption keys.
  • Secrets Manager: secret storage and rotation workflows.
  • WAF: web request filtering for supported Layer 7 resources.
  • Shield: DDoS protection service family.
  • GuardDuty: threat detection from AWS data sources.
  • Inspector: automated vulnerability management for supported workloads.
  • Security Hub: security findings aggregation and posture management.
  • Artifact: on-demand AWS compliance reports and agreements.

Monitoring and deployment

  • CloudWatch: metrics, logs, alarms, and dashboards.
  • CloudTrail: AWS API activity and audit history.
  • Config: resource configuration history and rule evaluation.
  • CloudFormation: infrastructure as code for AWS resources.
  • Systems Manager: fleet and operational management.
  • Trusted Advisor: checks and recommendations across supported categories and support access levels.

Cost tools

  • Pricing Calculator: estimate planned architecture cost.
  • Cost Explorer: analyze historical and forecast cost.
  • AWS Budgets: alert on cost, usage, reservation, and Savings Plans thresholds.
  • Cost and Usage Report: detailed billing data for analysis.
  • Organizations: multi-account governance and consolidated billing.

Learn through diagrams

Trace the serverless REST API, highly available web app, and cost-conscious startup. For each service, name the category, customer responsibility, scaling model, and likely billing dimension.

That exercise converts a cheat sheet into durable understanding.

Connect the decisions

Go from explanation to architecture

Continue with AWS Cloud Practitioner Study Guide: A Practical 30-Day Plan, AWS Cloud Practitioner Practice Questions with Architecture Scenarios and Top 10 AWS Services Every Cloud Builder Should Know to compare the neighboring design decisions.

See the services and boundaries in Serverless Multi-Tenant SaaS Architecture on AWS and Governed Data Lake and Analytics Platform on AWS.

Ready to test the idea against your own requirements? Open the BuildPlane AI architect and turn the tradeoffs into an editable AWS diagram.

Cloud PractitionerCLF-C02AWS ServicesCheat Sheet