Implementation of NAT Gateway
Exam Objective The topic “NAT Gateway” addresses the Design and Implementation of AWS Networks as highlighted in the AWS Blueprint for the exam guide https://d1.awsstatic.com/training-and-certification/docs-advnetworking-spec/AWS_Certified_Advanced_Networking_Blueprint.pdf What is NAT Gateway? This is an appliance which is used to connect instances in your private subnet to the internet. So rather than exposing the private instances in the private subnet directly via the Internet gateway, all the traffic can be routed via the NAT gateway. Now one can also use the NAT instance to drive traffic from private instances. But using the NAT gateway over NAT instances has the following advantages: 1) High […]
Implementation of NAT Gateway Read More »