Class: ElasticLoadBalancingHealthCheckType

Types~ElasticLoadBalancingHealthCheckType

new ElasticLoadBalancingHealthCheckType()

Properties:
Name Type Description
HealthyThreshold String Required: Yes. Specifies the number of consecutive health probe successes required before moving the instance to the Healthy state.
Interval String Required: Yes. Specifies the approximate interval, in seconds, between health checks of an individual instance.
Target String Required: Yes. Specifies the instance's protocol and port to check. The protocol can be TCP, HTTP, HTTPS, or SSL. The range of valid ports is 1 through 65535.NoteFor TCP and SSL, you specify a port pair. For example, you can specify TCP:5000 or SSL:5000. The health check attempts to open a TCP or SSL connection to the instance on the port that you specify. If the health check fails to connect within the configured timeout period, the instance is considered unhealthy.For HTTP or HTTPS, you specify a port and a path to ping (HTTP or HTTPS:port/PathToPing). For example, you can specify HTTP:80/weather/us/wa/seattle. In this case, an HTTP GET request is issued to the instance on the given port and path. If the health check receives any response other than 200 OK within the configured timeout period, the instance is considered unhealthy. The total length of the HTTP or HTTPS ping target cannot be more than 1024 16-bit Unicode characters.
Timeout String Required: Yes. Specifies the amount of time, in seconds, during which no response means a failed health probe. This value must be less than the value for Interval.
UnhealthyThreshold String Required: Yes. Specifies the number of consecutive health probe failures required before moving the instance to the Unhealthy state.
Source: