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:

image

Now we will want to navigate to "Subnets" and create a new subnet and the settings for the new subnet should be the following:

image

We will also want to make a private subnet with these settings:

image

We now want to make a new Internet gateway with the name "IGW"

image

We now want to attach it to our VPC

image

Now we will go to route tables and create a new route table using these settings:

image

We also want to make a private one with these settings:

image

For the PublicRouteTable we want to edit the associations to the following:

image

For the PrivateRouteTable we want to add the following associations:

image

Click the following to edit the routes for PublicRouteTable:

image

And we then want to make add this route:

image

The routes tab will now look like this:

image

We now want to make 2 EC2 instances one with the public subnet and one with the private.

Public instance net settings:

image

Private instance net settings:

image

Deliverable 1:

image

Deliverable 2 (private):

image