Skip to content

NAT Gateway

Medium — good to knowCloud & Infra

ELI5 — The Vibe Check

A NAT Gateway lets resources in a private subnet access the internet without being accessible from the internet. Your Lambda needs to call an external API? NAT Gateway. Your private EC2 needs to download packages? NAT Gateway. It's like having a P.O. box — you can send mail out, but nobody can show up at your door.

Real Talk

A NAT (Network Address Translation) Gateway is a managed network service that enables instances in private subnets to initiate outbound connections to the internet or other AWS services while preventing unsolicited inbound connections. It translates private IP addresses to a public IP. AWS charges per hour and per GB processed.

When You'll Hear This

"Private subnets route internet traffic through the NAT Gateway." / "NAT Gateway costs add up — we're paying $100/month just for the gateway itself."

Made with passive-aggressive love by manoga.digital. Powered by Claude.