| Day | Task | On-site? | Date |
|---|---|---|---|
| 1 | - Review internship rules & AWS account setup basics - Learn about AWS global infrastructure (Regions, Availability Zones, Edge Locations) | ✅ | 09/15/2025 |
| 2 | - Introduction to Amazon VPC and why networking is essential in AWS - Understand CIDR blocks and IPv4 vs IPv6 - Create a simple VPC with a default subnet | 09/16/2025 | |
| 3 | - Learn about Subnets (Public vs Private) - Reserved IPs in subnets - Practice creating multiple subnets in different Availability Zones | 09/17/2025 | |
| 4 | - Study Route Tables: default vs custom - Configure routes for intra-VPC communication - Add route entry to allow internet access (0.0.0.0/0 → IGW) | 09/18/2025 | |
| 5 | - Learn about Internet Gateway (IGW) and how it connects VPCs to the internet - Explore Elastic IPs (EIP) and billing considerations - Practice attaching an EIP to an EC2 instance | 09/19/2025 | |
| 6 | - Understand Elastic Network Interfaces (ENI) and their portability - Learn about VPC Endpoints (Interface vs Gateway) - Explore real-world use cases for private vs public traffic | 09/20/2025 |
Understood AWS Networking Services and their role in cloud infrastructure:
Learned how to create and configure a VPC:
10.10.0.0/16 as VPC, 10.10.x.0/24 as subnets).Practiced working with Route Tables:
0.0.0.0/0 → IGW) to allow public subnet internet access.Explored Elastic Network Interface (ENI) and Elastic IP (EIP):
Gained knowledge about Internet Gateway (IGW):
Analyzed VPC Topology using diagrams:
Acquired a clear mental model of how AWS networking components fit together to support real-world scenarios (public web servers, private databases, hybrid connectivity, etc.).