VPC Create

The purpose of this document is to explain how to create a VPC in AWS.

    1. Make the VPC

    2. Make a subnet

    3. Associate the subnet with a route under https://console.aws.amazon.com/vpc/home?region=us-east-1#s=route-tables

    4. Create an internet gateway under https://console.aws.amazon.com/vpc/home?region=us-east-1#s=internet-gateways

    5. Create a route to 0.0.0.0/0 that uses your new internet gatewaw (like igw-28d3d65a)

[Edit]