HealthCheckConfig
class HealthCheckConfig
The health check configuration for a managed endpoint. Defines how the service probes instances in the Auto Scaling group to determine their health status.
Types
Properties
Link copied to clipboard
The number of consecutive successful health checks required before an instance is considered healthy. Valid range is 2 to 10.
Link copied to clipboard
The interval between health check probes, in seconds. Valid range is 5 to 60.
Link copied to clipboard
The expected HTTP status code or status code pattern from healthy instances. Supports a single code (for example, 200), a range (for example, 200-299), or a comma-separated list (for example, 200,204).
Link copied to clipboard
The number of consecutive failed health checks required before an instance is considered unhealthy. Valid range is 2 to 10.