v0.1.1 - Default VPC pre-configured environments
Adding VPC default/pre-configured environments. No need to come up with the CIDR scheme. The configs has been modified and configured for you. These VPCs can be created as is with no worries of IP conflict between them.
A script to help launch the environment has been added:
Usage:
cd ops
./vpc.sh -n dev --create true --dry-run false
./vpc.sh -n qa --create true --dry-run false
./vpc.sh -n staging --create true --dry-run false
./vpc.sh -n prod --create true --dry-run false