Amazon VPC

Table of Contents

AWS re:Invent 2015: VPC Fundamentals and Connectivity Options tutorial

Set up a VPC with Public and Private Subnets howto

Public Subnet
  • Internet gateway
  • Route table associating 0.0.0.0/0 to the Internet gateway.
Private Subnet
  • NAT gateway placed in the public subnet. Recommended to use Elastic IP.
  • Route table associating 0.0.0.0/0 to the NAT gateway.

Set up a VPC with Terraform terraform howto

Route Tables discussion

Check AWS Inter-Region Latency howto