VPC Custom Network AWS

Designing a custom VPC gave me way more insight into cloud networking than I expected.

Custom AWS VPC Network Diagram

Here are the steps I followed:

  1. Created a VPC with CIDR block 10.0.0.0/16
  2. Made 2 public subnets and 2 private subnets
  3. Attached an internet gateway to the VPC
  4. Set up route tables for public access
  5. Deployed EC2 instances inside each subnet
  6. Set up security groups and tested connectivity

Now it's ready for monitoring, scaling, and secure data handling!