This Udagram Application project deploys a web server for a highly available web app using CloudFormation. The script deploys the networking components followed by servers, security roles and software.
create.sh --- Shell script to create stack.
update.sh --- Shell script to update stack.
destroy.sh --- Shell script to delete stack.
JNoelUdagram_networkandserver.yml --- Udagram Project's CloudFormation script.
JNoelUdagram_networkandserver.json --- Udagram Project's CloudFormation script parameters.
Udagram_diagram.png ---- the diagram containing the networks and servers
App_deployed.png --- Screenshot of the url showing the application is deployed successfully
Config_in_AWS.pdf --- other screenshot of the configuration within AWS
http://jnoel-webap-4vbnl06tykv0-1184556272.us-west-2.elb.amazonaws.com/
Just execute the following command;
> ./create.sh JNoelUdagramApp JNoelUdagram_networkandserver.yml JNoelUdagram_networkandserver.json
Just execute the following command;
> ./destroy.sh JNoelUdagramApp