AWS CLF-C02 Cheat Sheets

Quick reference tables for exam preparation

📦S3 Storage Classes Comparison
Storage ClassUse CaseAvailabilityRetrieval
S3 StandardFrequently accessed data99.99%Milliseconds
S3 Intelligent-TieringUnknown or changing access patterns99.9%Milliseconds
S3 Standard-IAInfrequently accessed data99.9%Milliseconds
S3 One Zone-IAInfrequent access, single AZ99.5%Milliseconds
S3 Glacier Instant RetrievalArchive with instant access99.9%Milliseconds
S3 Glacier Flexible RetrievalArchive data, 1-5 min retrieval99.99%Minutes to hours
S3 Glacier Deep ArchiveLong-term archive (7-10 years)99.99%12-48 hours
💾EBS vs EFS Comparison
FeatureEBS (Elastic Block Store)EFS (Elastic File System)
Storage TypeBlock storageFile storage (NFS)
AttachmentOne EC2 instance at a time (except io2 multi-attach)Thousands of EC2 instances concurrently
AvailabilitySingle AZMulti-AZ (Regional)
Use CaseBoot volumes, databases, single instance storageShared file systems, content management, web serving
PerformanceFixed IOPS based on volume typeScales automatically with file system size
PricingPay for provisioned capacityPay for actual storage used
BackupEBS Snapshots (point-in-time)AWS Backup integration
🆘AWS Support Plans Quick Reference
PlanPriceResponse TimeKey Features
BasicFreeN/ACustomer Service, documentation, forums
Developer$29/month12-24 hoursBusiness hours email support, 1 primary contact
Business$100/month1 hour (urgent)24/7 phone/chat/email, unlimited contacts, Trusted Advisor
Enterprise$15,000/month15 min (critical)TAM (Technical Account Manager), concierge support
🖥️EC2 Instance Type Families
General Purpose (T, M)

Balanced compute, memory, networking. Web servers, code repositories.

Compute Optimized (C)

High-performance processors. Batch processing, gaming, HPC.

Memory Optimized (R, X)

Large datasets in memory. In-memory databases, real-time processing.

Storage Optimized (I, D, H)

High sequential read/write. Data warehouses, distributed file systems.

Accelerated Computing (P, G, F)

Hardware accelerators (GPU). ML, graphics, pattern matching.

🔐IAM Security Best Practices
Enable MFA for Root Account

Always enable multi-factor authentication on the root user

Follow Least Privilege Principle

Grant only the permissions required to perform a task

Use IAM Roles for EC2

Never store credentials on EC2 instances, use IAM roles instead

Rotate Credentials Regularly

Change passwords and access keys on a regular schedule

Use Groups to Assign Permissions

Assign permissions to groups, then add users to groups