Skip to content

Deploying high availability web application on Apache Server using AWS Cloudformation.

Notifications You must be signed in to change notification settings

Waelson/Deploy-High-Availability-Webapp-AWS-CloudFormation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy a High Availability Web App using CloudFormation

Deploying high availability web application on Apache Server using AWS Cloudformation.

Introduction

Theses templates allow you to create infrastructure and deploy a web application based on Apache Server using AWS CloudFormation.

Important note

  • You can specify S3 bucket and file name, where the stack can to get the code your application in the file servers.yml to deploy it.

How to use

  • First, create infrastructure network: aws cloudformation create-stack --stack-name network --template-body file:///<your-path>/network.yml --parameters file:///<your-path>network-params.json
  • Last, create servers and other resources: aws cloudformation create-stack --stack-name servers --template-body file:///<your-path>/servers.yml --capabilities CAPABILITY_IAM --parameters file:///<your-path>/servers-params.json

Solution diagram:

About

Deploying high availability web application on Apache Server using AWS Cloudformation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published