This is my Hands-on project demonstrates secure AWS VPC architecture using public and private subnets with a NAT Gateway.
The main goal of this project was to understand:
- AWS networking
- Public and private subnet communication
- Internet access through NAT Gateway
- Route table configuration
- Secure cloud architecture
User → Internet Gateway → Public Subnet → NAT Gateway → Private Subnet
- Amazon VPC
- Public Subnet
- Private Subnet
- Internet Gateway
- NAT Gateway
- Route Tables
- EC2 Instances
- Security Groups
- Created custom VPC
- Created public and private subnets
- Attached Internet Gateway
- Created NAT Gateway in public subnet
- Configured route tables
- Launched EC2 instances
- Verified internet access from private EC2
- Difference between public and private subnet
- Working of NAT Gateway
- Route table configuration
- Secure AWS networking
- Bastion Host concept
This is my Hands-on project helped me gain hands-on experience with AWS networking and secure cloud infrastructure design.






