๐
โ AWS Cloud Practitioner โ Personal Checklist (Dev)
๐งฑ 1๏ธโฃ AWS BASICS
- โ AWS account & Free Tier
- โ AWS Management Console navigation
- โ Regions & Availability Zones (basic)
- ๐ฒ Edge locations (CloudFront context)
๐ 2๏ธโฃ IAM & SECURITY (COMPLETED โ )
- โ Root user best practices
- โ MFA importance
- โ IAM Users
- โ IAM Groups
- โ IAM Roles
- โ User vs Role
- โ Role vs Policy
- โ AWS Managed vs Customer Managed Policies
- โ Security Groups (Inbound / Outbound rules)
๐ฏ STATUS: COMPLETE
๐ฅ๏ธ 3๏ธโฃ EC2 & COMPUTE (COMPLETED โ )
EC2 Core
- โ Launch EC2 instance
- โ Connect via SSH
- โ Key pairs (create, delete, recover access)
- โ EC2 instance lifecycle
- โ Instance types
- โ Purchasing options (On-Demand, Reserved, Spot)
Storage & Images
- โ EBS attach / detach / resize
- โ Snapshots (backup & restore)
- โ AMI creation (custom image)
Automation
- โ EC2 User Data (boot-time automation)
๐ฏ STATUS: COMPLETE
โ๏ธ 4๏ธโฃ LOAD BALANCING & AUTO SCALING (COMPLETED โ )
- โ Application Load Balancer (ALB)
- โ Target Groups
- โ Health Checks
- โ Auto Scaling Group (ASG)
- โ Scaling concepts (high availability)
๐ฏ STATUS: COMPLETE
๐ 5๏ธโฃ NETWORKING (MOSTLY DONE โ )
- โ Elastic IP
- โ Route 53 (Domain mapping)
- ๐ฒ Public vs Private subnet (concept)
- ๐ฒ NAT Gateway (concept only)
- ๐ฒ Security Group vs NACL (theory)
๐ฏ STATUS: 80% DONE
๐ชฃ 6๏ธโฃ S3 โ OBJECT STORAGE (CRITICAL โ)
-
๐ฒ What is S3
-
๐ฒ Buckets & Objects
-
๐ฒ Storage classes
- Standard
- Standard-IA
- One Zone-IA
- Glacier
-
๐ฒ Versioning
-
๐ฒ Encryption (SSE-S3 / SSE-KMS โ concept)
-
๐ฒ S3 vs EBS vs EFS
๐ฏ STATUS: NOT DONE (HIGH PRIORITY)
๐๏ธ 7๏ธโฃ DATABASES (THEORY ONLY ๐ฒ)
- ๐ฒ RDS (what it is)
- ๐ฒ Multi-AZ meaning
- ๐ฒ Read replicas
- ๐ฒ DynamoDB (NoSQL, serverless)
- ๐ฒ RDS vs DynamoDB
- ๐ฒ Aurora (why itโs special)
๐ฏ STATUS: NOT DONE (THEORY)
๐ 8๏ธโฃ MONITORING & LOGGING (LIGHT ๐ฒ)
- ๐ฒ CloudWatch (metrics & alarms)
- ๐ฒ CloudTrail (API activity tracking)
- ๐ฒ Trusted Advisor (cost, security, performance)
๐ฏ STATUS: NOT DONE
๐ฐ 9๏ธโฃ BILLING & PRICING (VERY IMPORTANT โ)
-
๐ฒ AWS Free Tier types
-
๐ฒ Pricing models comparison
- On-Demand
- Reserved
- Spot
-
๐ฒ AWS Budgets
-
๐ฒ Cost Explorer
-
๐ฒ TCO Calculator
-
๐ฒ Consolidated billing (concept)
๐ฏ STATUS: NOT DONE (EASY MARKS)
๐ ๐ GLOBAL INFRASTRUCTURE (QUICK WIN ๐ฒ)
- ๐ฒ Region vs AZ vs Edge Location
- ๐ฒ CloudFront use cases
- ๐ฒ High availability concept
๐ฏ STATUS: NOT DONE
๐ง 1๏ธโฃ1๏ธโฃ CLOUD CONCEPTS (PARTIAL ๐ฒ)
- ๐ฒ Shared Responsibility Model
- ๐ฒ IaaS vs PaaS vs SaaS
- ๐ฒ Elasticity vs Scalability
- ๐ฒ Fault tolerance vs High availability
๐ฏ STATUS: PARTIAL
๐ฏ FINAL SUMMARY
โ Completed Strongly
- IAM & Security
- EC2 & Compute
- Load Balancing & Auto Scaling
- Real application deployment
โ ๏ธ Still Required for Exam
1๏ธโฃ S3 (Top priority) 2๏ธโฃ Billing & Pricing 3๏ธโฃ Databases (theory) 4๏ธโฃ Monitoring & Logging 5๏ธโฃ Global Infrastructure & Cloud concepts
๐ CURRENT STATUS
- Completion: ~80%
- Exam-safe level: 90%+
- Effort needed: ~3โ4 focused days
๐งช AWS Cloud Practitioner โ HANDS-ON LABS LEFT
๐ชฃ 1๏ธโฃ Amazon S3 (TOP PRIORITY ๐ฅ)
๐ฒ LAB 1 โ Create S3 Bucket
- Create a bucket
- Understand bucket naming & region
๐ฒ LAB 2 โ Upload & Manage Objects
- Upload files
- Download
- Delete objects
๐ฒ LAB 3 โ Public Access & Bucket Policy
- Block / unblock public access
- Make an object public
- Understand bucket policy vs ACL
๐ฒ LAB 4 โ Enable Versioning
- Enable versioning
- Upload multiple versions
- Restore old version
๐ฒ LAB 5 โ Storage Classes
-
Move object between:
- Standard
- Standard-IA
- Glacier (lifecycle rule)
๐ฒ LAB 6 โ Static Website Hosting
- Host a static website on S3
๐ฒ LAB 7 โ S3 vs EBS Comparison (Demo)
- Compare S3 object access vs EBS block storage
๐ฐ 2๏ธโฃ Billing & Cost Management (EASY MARKS ๐ข)
๐ฒ LAB 8 โ Billing Dashboard
- Open billing console
- Check Free Tier usage
๐ฒ LAB 9 โ Cost Explorer
- Enable Cost Explorer
- View monthly service-wise cost
๐ฒ LAB ๐ โ AWS Budgets
- Create a budget alert
- Set email notification
๐ฒ LAB 11 โ Trusted Advisor (Free Tier)
- View cost & security checks
๐๏ธ 3๏ธโฃ Databases (BASIC HANDS-ON)
๐ฒ LAB 12 โ Create RDS Instance
- Launch RDS (MySQL/PostgreSQL)
- Understand Multi-AZ option
- Stop / Delete DB
๐ฒ LAB 13 โ Create DynamoDB Table
- Create table
- Add item
- Query item
๐ 4๏ธโฃ Monitoring & Auditing
๐ฒ LAB 14 โ CloudWatch Metrics
- View EC2 CPU metrics
- Network In/Out
๐ฒ LAB 15 โ CloudWatch Alarm
- Create CPU utilization alarm
๐ฒ LAB 16 โ CloudTrail
- Enable CloudTrail
- View API activity logs
๐ 5๏ธโฃ Global Infrastructure (Quick Labs)
๐ฒ LAB 17 โ Explore Regions & AZs
- Switch regions
- View AZ mapping
๐ฒ LAB 18 โ CloudFront Demo
- Create CloudFront distribution
- Use S3 as origin
๐ง 6๏ธโฃ Cloud Concepts (DEMO-LEVEL)
๐ฒ LAB 19 โ Shared Responsibility Model
- Map AWS vs customer responsibilities (diagram)
๐ฒ LAB 20 โ Service Models Demo
- Identify IaaS, PaaS, SaaS services in console
โ MINIMUM REQUIRED (If Short on Time)
If you want maximum score with minimum effort, do these ๐
โ S3 Labs (1โ6) โ Billing Labs (8โ10) โ CloudWatch Labs (14โ15)
๐ After Completing These
You will be at:
- Hands-on coverage: ~95%
- Exam readiness: 90โ95%
- Confidence level: HIGH ๐ฅ
--
๐งฎ Realistic Time Calculation
โฐ Daily study time
- Minimum: 2 hours
- Maximum: 3 hours
Iโll calculate using 2 hours (safer assumption).
๐งช Hands-on + Revision Time Needed
๐ด Remaining work (from checklist)
| Area | Time Needed |
|---|---|
| S3 (most important) | 4โ5 hours |
| Billing & Pricing | 3โ4 hours |
| Databases (RDS + DynamoDB) | 2 hours |
| CloudWatch + CloudTrail | 2 hours |
| Global infra + cloud concepts | 1โ1.5 hours |
| Revision | 2 hours |
| Mock tests (2โ3 tests) | 4โ5 hours |
๐ Total = ~18โ21 hours
๐ Days Required (With 2โ3 hrs/day)
โ Best-case (3 hrs/day)
- 6โ7 days
โ Safe & relaxed pace (2 hrs/day)
- 8โ10 days
๐ This is realistic, not rushed
๐ฏ FINAL ANSWER (Max Date You Should Book)
๐ข Recommended exam booking window:
10โ12 days from today
This gives you:
- Buffer for revision
- Time to re-attempt weak areas
- Confidence (very important in exam)
๐ Simple Day-by-Day Plan (Optional)
Day 1โ2
- S3 (all labs + theory)
Day 3
- Billing & Pricing
Day 4
- RDS + DynamoDB
Day 5
- CloudWatch + CloudTrail
Day 6
- Global infra + cloud concepts
Day 7โ8
- Mock tests + revision
Day 9โ10
- Final revision + weak areas
Day 11โ12
- ๐ง Light revision
- ๐ง Rest
- โ EXAM DAY
๐ง Honest Mentor Advice
- You are already ahead of many candidates
- Do not delay more than 2 weeks
- Momentum matters
โ My clear recommendation:
๐ Schedule your exam for ~10 days from now (max 12 days)