The One-Line Service Cheat Sheet

Every CLF-C02 service in one line each — your final rapid-review before the mock exams.

12 min read

Most CLF-C02 questions reduce to "which service does X?". Skim this sheet until every line feels obvious. If one doesn't, revisit its lesson.

Compute

ServiceOne line
EC2Virtual servers you fully control
LambdaRun code on events, serverless, 15-min max
FargateServerless compute for containers
ECS / EKSContainer orchestration (AWS-native / Kubernetes)
Elastic BeanstalkUpload code, AWS runs it (PaaS)
LightsailSimple VPS bundles at flat monthly price
BatchManaged large-scale batch jobs
OutpostsAWS hardware in your data center

Storage

ServiceOne line
S3Object storage, 11 nines durability
S3 GlacierArchival tiers, cheapest storage
EBSBlock volumes for one EC2 instance
EFSShared Linux file system, multi-AZ
FSxManaged Windows / Lustre file systems
Storage GatewayOn-prem apps using cloud storage (hybrid)
AWS BackupCentralized backup policies
Snow FamilyPhysical devices for offline data transfer

Networking & content delivery

ServiceOne line
VPCYour private network in AWS
Route 53DNS + domain registration + routing
CloudFrontCDN caching at edge locations
Global AcceleratorFaster global routing over AWS backbone (no cache)
Direct ConnectDedicated private line to AWS
Site-to-Site VPNEncrypted tunnel over internet
API GatewayCreate and manage APIs
ELBDistribute traffic across targets

Databases

ServiceOne line
RDSManaged relational DB (MySQL, PostgreSQL…)
AuroraCloud-native high-performance relational
DynamoDBServerless key-value NoSQL, ms latency
ElastiCacheIn-memory cache (Redis/Memcached)
RedshiftData warehouse for analytics
NeptuneGraph database
DocumentDBMongoDB-compatible
QLDBImmutable ledger

Security & identity

ServiceOne line
IAMUsers, groups, roles, policies
IAM Identity CenterWorkforce SSO across accounts
CognitoSign-in for your app's customers
KMSManaged encryption keys
CloudHSMDedicated hardware key storage
Secrets ManagerStore + auto-rotate secrets
ACMFree TLS/SSL certificates
WAFBlocks SQL injection / XSS
ShieldDDoS protection
GuardDutyML threat detection from logs
InspectorVulnerability (CVE) scanning
MacieFinds PII in S3
Security HubAggregates all security findings
DetectiveInvestigates root cause of findings
ArtifactDownload AWS compliance reports

Management, monitoring & governance

ServiceOne line
CloudWatchMetrics, logs, alarms, dashboards
CloudTrailAPI call audit history (who did what)
ConfigConfiguration tracking + compliance rules
X-RayDistributed request tracing
Trusted AdvisorBest-practice checks (5 categories)
Health DashboardAWS/service status affecting you
Systems ManagerFleet ops: sessions, patching, parameters
CloudFormationInfrastructure as code (JSON/YAML)
OrganizationsMulti-account management + SCPs + one bill
Control TowerAutomated governed landing zone
Service CatalogApproved self-service product portfolios

Cost management

ServiceOne line
Pricing CalculatorEstimate costs BEFORE deploying
Cost ExplorerAnalyze & forecast existing spend
BudgetsAlerts when spend crosses thresholds
Cost & Usage ReportMost detailed billing data (to S3)
Compute OptimizerRight-sizing recommendations

Integration, analytics & AI

ServiceOne line
SQSMessage queue (pull, decouple)
SNSPub/sub notifications (push, fan-out)
EventBridgeServerless event bus
Step FunctionsVisual workflow orchestration
KinesisReal-time data streaming
AthenaSQL directly on S3, serverless
GlueServerless ETL + data catalog
QuickSightBI dashboards
EMRManaged Spark/Hadoop big data
SageMakerBuild/train/deploy ML models
RekognitionImage & video analysis
Polly / TranscribeText→speech / speech→text
Comprehend / TranslateNLP analysis / translation
Lex / Kendra / PersonalizeChatbots / smart search / recommendations
BedrockGenerative AI with foundation models
Tip

Don't memorize this table top-to-bottom in one sitting. Skim it once a day for a few days — each pass gets faster, and by mock-exam time the associations are automatic.

Knowledge check
Question 1 of 3

Match the need: "We must aggregate security findings from GuardDuty, Inspector, and Macie into one view."