VPC Custom Network AWS
Designing a custom VPC gave me way more insight into cloud networking than I expected.
Here are the steps I followed:
- Created a VPC with CIDR block
10.0.0.0/16
- Made 2 public subnets and 2 private subnets
- Attached an internet gateway to the VPC
- Set up route tables for public access
- Deployed EC2 instances inside each subnet
- Set up security groups and tested connectivity
Now it's ready for monitoring, scaling, and secure data handling!