ELB Health Checks

5 minutes 5 Questions

Health checks in Elastic Load Balancing are a feature that continuously monitors the health of the registered instances, marking them as healthy or unhealthy based on predefined criteria. They are used to determine which instances can receive traffic from the load balancer. Health checks are config…

Test mode:
AWS Certified Solutions Architect - ELB Health Checks Example Questions

Test your knowledge of ELB Health Checks

Question 1

An AWS Network Load Balancer distributes traffic to a fleet of EC2 instances running an HTTP web application. The application must maintain stable performance during rapid workload changes. Which health check configuration provides the most reliable application-level health detection while avoiding unnecessary flapping or added load?

Question 2

A web application with an ELB receives sudden spikes of traffic. Users report slow performance during these spikes. You've been asked to improve the health checks so unhealthy instances are quickly removed from the ELB. What is the best configuration change you can make?

Question 3

Your load balancer performs TCP health checks and allows you to configure two parameters: Interval (how often a health check runs) and HealthyThreshold (the number of consecutive successful checks required before a target is marked healthy). Under peak load, targets experience brief, intermittent failures that cause health status to flap, and some client connections fail when traffic is sent to targets that have only momentarily recovered. Without changing target capacity, which configuration best reduces flapping and health-check overhead while ensuring targets are returned to service only after a sustained recovery?

More ELB Health Checks questions
15 questions (total)