You are on page 1of 2

A three-tier architecture diagram shows the three logical tiers of the Web, App, and Database.

(Commonly known as Presentation, Business Logic, and Data Storage) Every tier is handled
independently and has its own functionality and responsibilities. The following resources are required to
accomplish the requirement: EC2 instances on Amazon, Amazon RDS (MySQL), Auto Scaling,
Application Load Balancing, Private Virtual Cloud (VPC)

● Create Virtual Private Cloud (VPC).


● Create subnets
● Create Routing Tables:The route is defined as how the router in the AWS VPC directs IP traffic
from one subnet to destinations outside that subnet. the local route, or rule, is what determines
which traffic goes to which subnet within the VPC.
● Create Launch Template:Launch Templates help streamline Auto Scaling’s launch process.
● Create Auto Scaling Group:Auto Scaling Groups contain EC2 instances for the purpose of scaling
your resources by using scaling plans to configure a set of instructions.
● Create an App Load Balancer: Assign load balancer to the correct VPC and also attach it to the
respective availability zones.
● Create Database: MySQL.

You might also like