"ND9991 - C2- Infrastructure as Code - Deploy a high-availability web app using CloudFormation" project - Cloud DevOps Engineering
Course 2.
This directory contains the following files:
Write CloudFormation code using this YAML template for building the cloud infrastructure, based on specification and/or requirements.
A JSON file for increasing the generic nature of the YAML code. For example, the JSON file contains a "ParameterKey" as "EnvironmentName" and "ParameterValue" as "UdacityProject".
In YAML code, the ${EnvironmentName}
would be substituted with UdacityProject
accordingly.
create-stack.sh
delete-stack.sh
update-stack.sh
These are (reusable) helper scripts that can be used to create, delete, and update CloudFormation stacks.
The web application can be accessed via a load balancer URL domain name.