Skip to content

A HighAvailability WebApp deployed using CloudFormation Script

Notifications You must be signed in to change notification settings

KR-Ravindra/AWS-CloudFormation-Limitless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Limitless

A High Availability WebApp.

This is a AWS CloudFormation Script that could deploy the whole application and infrastructure underneath it.

Infrastructure Diagram:

Image

Prerequesties:

  • Upload the WebApp into an S3 bucket (public).

Usage:

  • To construct the networking layer.
$ cd InfrastructureAsCode
$ chmod +x create.sh update.sh
$ ./create.sh <name> network.yml network_params.json
  • To create IAM Role for access to S3.
$ ./create.sh <name> role.yml role_params.json
  • To instantiate servers along with infrastructure and deploy code from S3.
$ ./create.sh <name> servers.yml server_params.json

Replace name with your desired string for the stack name.

.bat files are available so as to run in PowerShell.

Output:

login with any id/pass to view sample functioning of the site

About

A HighAvailability WebApp deployed using CloudFormation Script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published