Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Can someone help me with the steps required to get this architectural design functioning in AWS?? I need more specific detail on these: 2 .
Can someone help me with the steps required to get this architectural design functioning in AWS?? I need more specific detail on these:
Load balancing
Web request load needs to be distributed across the web servers in the autoscaling
group using an Application load balancer. Ensure that your ELB is running health checks
on all instances.
Note: The health check path must be correctly configured eg
photoalbumalbumphp
Auto scaling
You need to define a scaling policy for your autoscaling group with at least the
following rules:
The minimum number of servers is The maximum number of servers is
Configure a target tracking scaling policy to keep the request count per target of
your ELB target group at for your Auto Scaling group.
The ASG should launch instances into the private subnetstoalbumalbumphp Otherwise, the health checks would fail.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started