Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.12 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.12 KB

Udagram

GitHub GitHub code size in bytes

Udacity Cloud DevOps Project 2 - Infrastructure as Code Deploy a high-availability web app using CloudFormation.

To see my deployment, go to http://udagr-webap-1315m6qmur55u-1850233317.us-west-2.elb.amazonaws.com/.

Here is the picture of the working page: working

Prerequisites

Deployment

Using the AWS CLI, run:

./init.sh

This will create the S3 bucket, upload the zip file, and create the IAM role. You'll see a message in the terminal when it's finished. Then, run:

./create.sh udagram-network network.yml network-params.json

And finally, run:

./create.sh udagram-servers servers.yml servers-params.json

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.