September 2018
Beginner to intermediate
174 pages
3h 27m
English
An NAT instance will forward outbound requests for private instances to the internet, and send the responses back to the correct instance.
You can easily launch an NAT instance by using an AMI with the correct network configuration:

You can find these on the community's AMI tab in the console when you're launching the instance. You will also need to add a route in the custom route table for the private subnet. For this route, you will specify 0.0.0.0/0 for the destination, and the NAT instance ID for the target. There are a few things to watch out for when you use an NAT instance. One is that it is a single point of failure, so ...
Read now
Unlock full access