Steps to create VPC in AWS
- Decide what IP Range we need to use : 10.1.0.0/16 (255.255.0.0)
- Create a VPC and name it as Ford. Enable DNS Hostnames.
-
Create 3 Subnets as below:
- Ford-Subnet-1 – 10.1.1.0/24 – us-east-1a
- Ford-Subnet-2 – 10.1.2.0/24 – us-east-1b
- Ford-Subnet-3 – 10.1.3.0/24 – us-east-1c
Once subnets are created, enable automatic public ip assignemtn.
- Create internet gateway using Name Ford-IGW and attach to VPC
- Create a new routing table as Ford-Main-Table and attach Subnets to it.
- Create a route towards IGW.
- Create a Security Group and allow all ports.
- Create a Key Pair
- Deploy a new VM/Instance/Server and connect using the key u created in step 8.