Skip to content

v0.1.1 - Default VPC pre-configured environments

Compare
Choose a tag to compare
@sekka1 sekka1 released this 03 Jul 05:24

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