Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 398 Bytes

File metadata and controls

10 lines (6 loc) · 398 Bytes

Deploy web app with cloudformation

This is my second project from the Cloud DevOps Engineering Udacity Course.

I created two cloud formation scripts: "network.yml" and "servers.yml".

I also created parameter files: "network-parameters.json" and "server-parameters-json" and then used them in their respective script.

The servers.yml script uses outputs from the network.yml script.