/AWSWebApp

This repo has a complete step by step use of CloudFormation to deploy the Infrastructure for a Web App on AWS. The architecture implement in the repo as a jpeg

Primary LanguageShell

AWS WEB APP

This repo is using CloudFormation to Depoly the infrastucture as seen below in the architecture diagram. The Architecture Diagram

Creating the Network Stack

cd AWSWebApp
./create.sh AWSWEBAPP-Network network.yml network-parameters.json aws-user-profile

Updating the Network Stack

cd AWSWebApp
./update.sh AWSWEBAPP-Network network.yml network-parameters.json aws-user-profile

The server stack is cross-referencing values from the Network stack e.g VPCID

Creating the Server Stack

cd AWSWebApp
./create.sh AWSWEBAPP-Servers servers.yml server-parameters.json aws-user-profile

Updating the Server Stack

cd AWSWebApp
./update.sh AWSWEBAPP-Servers servers.yml server-parameters.json aws-user-profile