Skip to Content
This project is a work in progress. If you have any questions or suggestions, feel free to contact me.
Networking & Content DeliveryVPCVpc ConsoleInternet Gateway (IGW)

Internet gateway

  • It is a virtual router that connects a VPC to the Internet.
  • Default VPC is already attached with an Internet gateway (by default).
  • If you create a new vpc then you must attach Internet gateway manually.
  • Ensure that your subnet round table point to the Internet gateway.
  • It performed Network Address Translation (NAT) between private and public subnet.
  • It support both IPv4 and IPv6.
Last updated on