AWS VPC & Networking Project showcasing VPC creation, peering, and route configuration
This project demonstrates my hands-on experience with AWS networking by designing and implementing a secure, scalable network architecture using multiple Virtual Private Clouds (VPCs). The project focuses on network isolation, private communication between environments, and high availability.
-
Created two separate VPCs with non-overlapping CIDR blocks:
- Test VPC: 10.0.0.0/24
- Production VPC: 192.0.0.0/16
-
Designed public and private subnets across different Availability Zones:
- Public subnet in us-east-2b
- Private subnet in us-east-2c
-
Established a VPC Peering connection between the two VPCs for secure, private communication.
-
Configured route tables for seamless traffic flow and validated connectivity between EC2 instances.
Screenshots are available.
AWS VPC, Subnets, Route Tables, Internet Gateway, VPC Peering, Availability Zones, EC2 Networking
Successfully implemented a production-style AWS networking architecture that separates test and production environments while maintaining secure private connectivity.