| Day | Task | Start Date | End Date | Resource |
|---|---|---|---|---|
| 2 | - Compute & Storage Theory (Block): - Read about Amazon EC2: Instance types (T, M, C…), Lifecycle. - Learn Amazon EBS: Volume types (GP3, IO2…), how to mount volumes to EC2. - Learn about AMI (Amazon Machine Image). | 23/09/2025 | 23/09/2025 | https://explore.skillbuilder.aws/learn |
| 3 | - Complete lab and understand EC2 Lab goals: - Practice: + Create Key Pair and Security Group + Launch an EC2 Instance + SSH into server and install Web Server + … | 24/09/2025 | 24/09/2025 | https://us-east-1.console.aws.amazon.com/ec2/home?region=us-east-1 |
| 4 | - Learn Networking Theory (VPC): - Read about VPC architecture: CIDR block, Subnet (Public vs Private). - Learn Internet Gateway (IGW) and Route Table. - Distinguish Security Group (Stateful) vs NACL (Stateless). | 25/09/2025 | 25/09/2025 | https://docs.aws.amazon.com/vpc/ |
| 5 | - Do VPC lab to design system network. - Read instructions and prepare steps to create Custom VPC. - Practice: + Create new VPC and divide Subnets + Attach Internet Gateway and configure Route Table + … | 26/09/2025 | 26/09/2025 | https://us-east-1.console.aws.amazon.com/vpc/home?region=us-east-1 |
| 6 | - Integration Practice: + Connect Web Server (EC2) with Database (RDS) created last week + Configure Security Group to allow port 3306 + Complete basic 2-Tier architecture | 27/09/2025 | 27/09/2025 | https://us-east-1.console.aws.amazon.com/ec2/v2/home |