NAT Gateway V/s NAT-Instance
NAT-Gateways are AWS managed | NAT-Instances are customer managed
NAT-G/W Support scale up 100 GBPs | NAT-Instances Depends on underlying instance
NAT-G/W On timeout sends RST pkt to backend | NAT-Instances On timeout sends FIN pkt to backend
Port-forwarding not allowed on NAT-G/W | port-forwarding can be configured on NAT-Instances
Fragmented pkt forwarding available only for UDP based pkts on G/w | fragmented pkt forwarding available for UDP, TCP and ICMP based pkts on Instances
NAT-GW Maintained by AWS, NAT-Instances maintained by customer
Last updated