SYS 360 Lab 11 1: NAT Gateways Instance - JadenGil/Jaden-Tech-Journal GitHub Wiki
Setting up NAT Gateway Instance:
To start setting up a NAT Gateway instance we will want to navigate to the VPC dashboard and then select "NAT gateways" from the side menu and from there we can select "Create NAT gateway":
The gateway should be made with the settings seen in the screenshot. The Subnet is the public subnet made in lab 10 and we want it to allocate it's own IP:
With that we can create the NAT gateway:
Updating Private Subnet Routing Table to use NAT Gateway:
We now want to navigate to "Route tables", select the PrivateRouteTable, and then from "Routes" select "Edit Routes":
The edits should be the following:
When all is set and done the routes for the Private route table will look like this:
Deliverable 1:
Validate NAT Instance:
We now want to SSH into the Public instance from last week and from there we want to SSH into the private instance:
Deliverable 2:
Deliverable 3: