HealthCheckConfiguration
Load balancer health check configuration.
{
"protocol": "HTTP, HTTPS",
"port": "80",
"urlPath": "/index.html",
"intervalSeconds": 60,
"timeoutSeconds": 5,
"unhealthyThreshold": 5,
"healthyThreshold": 2
}
The protocol used for the health check.
Port on the back-end instance machine to use for the health check.
URL path on the back-end instance against which a request will be performed for the health check. Useful when the health check protocol is HTTP/HTTPS.
Interval (in seconds) at which the health checks will be performed.
Timeout (in seconds) to wait for a response from the back-end instance.
Number of consecutive check failures before considering a particular back-end instance as unhealthy.
Number of consecutive successful checks before considering a particular back-end instance as healthy.