Skip to content

This repository demonstrates process to make three tier, highly available and fault tolerant web application using AWS Management console

Notifications You must be signed in to change notification settings

HarshalPatil-Repo/AWS-Three-Tier-Web-Architecture-using-AWS-Management-Console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

AWS-Three-Tier-Web-Architecture-using-AWS-Management-Console

image

In this architecture, a public-facing Application Load Balancer forwards client traffic to our web tier EC2 instances. The web tier is running Nginx webservers that are configured to serve a React.js website and redirects our API calls to the application tier’s internal facing load balancer. The internal facing load balancer then forwards that traffic to the application tier, which is written in Node.js. The application tier manipulates data in an Aurora MySQL multi-AZ database and returns it to our web tier. Load balancing, health checks and autoscaling groups are created at each layer to maintain the availability of this architecture.

How to

Download file AWS Three Tier Web Architecuture - Step by Step.pdf and refer procedure to create Three Tier, Highly Available and Fault Tolerant Web Architecture by using AWS Management Console

About

This repository demonstrates process to make three tier, highly available and fault tolerant web application using AWS Management console

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published