networking

subscribe via RSS

Page 4 of 4

AWS Internet access from a Private subnet

To enable internet access from a private subnet, you will need do a couple of things.

  1. Create a new public subnet (if you don’t have one already)
  2. Create an Internet Gateway and associate it with this public subnet, making it the default gateway
  3. Create a NAT Gateway associated with this public subnet (it must have a public subnet IP...