Question: A customer owns a simple API for their website that receives about 1 , 0 0 0 requests each day and has an average response
A customer owns a simple API for their website that receives about requests each day and has an average response time of ms It is currently hosted on one clarge instance.
Which changes to the architecture will provide high availability at the LoWES I cost?
Create an Auto Scaling group with a minimum of one instance and a maximum of two instances, then use an Application Load Balancer to balance the traffic.
Recreate the API using Amazon API Gateway and use AWS Lambda as the service backend.
Create an Auto Scaling group with a maximum of two instances, then use an Application Load Balancer to balance the traffic.
Recreate the API using Amazon API Gateway and integrate the new API with the existing backend service.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
