Projects for udacity devops nanodegree.
There are three cloudformation script that would create three stacks in the following order :
- network
- servers
- bastion
There are helper scripts for stack create and deploy in scripts
dir, use:
./create.sh <stack-name> <template-body file> <parameters file>
or
./update.sh <stack-name> <template-body file> <parameters file>