Skip to content

Part 03: Cloud DevOps Engineer - Nanodegree 9991 at Udacity.com

License

Notifications You must be signed in to change notification settings

jordibellido/nd9991-03-IaC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nd9991-03-IaC

This is the final project Deploy a high-availability web app using CloudFormation from the third part of the course Cloud DevOps Engineer.

Assigned task: deploy an high-availability web application from an S3 bucket into AWS in an automated way.

How to create the CloudFormation stack

$ cat create.sh
aws cloudformation create-stack --stack-name $1 --template-body file://$2  --parameters file://$3 --capabilities "CAPABILITY_IAM" "CAPABILITY_NAMED_IAM" --region=us-east-

$ ./create.sh project02 project02.yml project02-parameters.json

About

Part 03: Cloud DevOps Engineer - Nanodegree 9991 at Udacity.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages