AWS account setup + foundational IAM knowledge + Amazon VPC basics
| Date | Day | Task Description | Lab / Project |
|---|---|---|---|
| 20/04/2026 | Mon | Read the entire 3-month learning roadmap. Install AWS CLI and configure the working environment. Create an AWS account if not yet done and enable MFA for the root account. | Lab 000001 - Create your first AWS account |
| 21/04/2026 | Tue | Learn core IAM concepts including User, Group, and Policy. Create an Admin Group and Admin User. Understand the Least Privilege principle and apply it in practice. | Lab 000002 - Access management with AWS IAM |
| 22/04/2026 | Wed | Distinguish IAM Role vs IAM User in different use cases. Create an Admin Role and OperatorUser. Practice the Switch Role process on the AWS console. | Lab 000002 - Access management with AWS IAM |
| 23/04/2026 | Thu | Learn Amazon VPC fundamentals including public/private subnet, route table, Internet Gateway, and NAT Gateway. Compare Security Group vs Network ACL. | Lab 000003 - Basic networking with Amazon VPC |
| 24/04/2026 | Fri | Deploy EC2 into VPC and test connectivity. Configure NAT Gateway and Reachability Analyzer. Use Session Manager for SSH-free access and set up CloudWatch monitoring on EC2. | Lab 000003 - Basic networking with Amazon VPC |