/nd9991-fwd-t3-Project2

Deploying a high-availability web app using CloudFormation

Primary LanguageShell

Deploy a high-availability web app using CloudFormation

Application URL: http://serve-webap-xn3cmnrgdcbd-1351043148.us-west-2.elb.amazonaws.com/


To deploy your stack use this snippet after signing in to your AWS account in AWS CLI tool use this:

~$ ./deploy.sh INFRA_STACK_NAME SERVERS_STACK_NAME

For Executing each script on it's own use this script

~$ ./create.sh STACK_NAME STACK_TEMPLATE.yaml STACK_PARAMETERS.json

To Update a stack use this:

~$ ./update.sh STACK_NAME STACK_TEMPLATE.yaml STACK_PARAMETERS.json

Notes:

  • I'm using us-west-2 Region