
Answer-first summary for fast verification
Answer: Enable Health Checks
Overall explanation Correct option: Enable Health Checks To discover the availability of your EC2 instances, a load balancer periodically sends pings, attempts connections, or sends requests to test the EC2 instances. These tests are called health checks. The status of the instances that are healthy at the time of the health check is InService. The status of any instances that are unhealthy at the time of the health check is OutOfService.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A development team is managing a web application deployed in the us-east-1 region, utilizing three availability zones (us-east-1a, us-east-1b, and us-east-1c). The web traffic for this application is distributed using a load balancer. However, the team discovered that when one of the EC2 instances running the web application fails, the load balancer continues to direct traffic to the failed instance, resulting in intermittent issues for users.
What actions should the development team take to mitigate this problem?
A
Enable Stickiness
B
Enable Multi AZ deployments
C
Enable Health Checks
D
Enable SSL
No comments yet.