Health Checks
Last updated
Last updated
This feature in ELB enable the load balancer to know if instances it forwards traffic to are avialable to reply requests. ELB will send the request to health endpoint of instance , if the response is 200(OK) then the instance is healthy. Health checks are at the target group level.