Skip to content

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

Notifications You must be signed in to change notification settings

erickasakya/AWSWebApp

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages