SYS 360 Lab 10 2: VPC From Scratch - JadenGil/Jaden-Tech-Journal GitHub Wiki
Making a VPC From Scratch
To get started we will want to navigate to the VPC dashboard and select "Create VPC" the settings should be the following:
Now we will want to navigate to "Subnets" and create a new subnet and the settings for the new subnet should be the following:
We will also want to make a private subnet with these settings:
We now want to make a new Internet gateway with the name "IGW"
We now want to attach it to our VPC
Now we will go to route tables and create a new route table using these settings:
We also want to make a private one with these settings:
For the PublicRouteTable we want to edit the associations to the following:
For the PrivateRouteTable we want to add the following associations:
Click the following to edit the routes for PublicRouteTable:
And we then want to make add this route:
The routes tab will now look like this:
We now want to make 2 EC2 instances one with the public subnet and one with the private.
Public instance net settings:
Private instance net settings:
Deliverable 1:
Deliverable 2 (private):