Health checks let a Gateway Load Balancer (GWLB) instance continuously monitor backend server availability and stop routing traffic to servers that fail to respond. This topic explains how to configure, view, and disable health checks for a GWLB server group.
Configure health checks
Log on to the GWLB console.
In the top navigation bar, select the region where the GWLB instance is deployed.
In the left-side navigation pane, choose GWLB > Server Group.
On the Server Group page, find the server group to configure, then click Modify Health Check in the Actions column.
In the dialog box that appears, configure the parameters described in the following table, then click OK.
Parameters
Parameter | Description |
Health Check Method | The health check protocol, or disable health checks altogether.
|
Health Check Port | The server port that health checks probe. |
Advanced Health Check Settings | Click to expand additional health check parameters. Available only when a health check method is enabled. |
Health Check URL | The URI of the page used for health checks. Note This parameter takes effect only when Health Check Method is set to HTTP. |
Health Check Domain Name | The domain name sent in health check requests.
Note This parameter takes effect only when Health Check Method is set to HTTP. |
Health Check Status Codes | The HTTP status codes that indicate a successful health check. Select one or more:
Note This parameter takes effect only when Health Check Method is set to HTTP. |
Health Check Timeout Period (Seconds) | The maximum time to wait for a health check response. If the backend server does not respond within this period, the check is marked as failed. |
Health Check Interval (Seconds) | The time between two consecutive health checks for the same backend server. |
Healthy Threshold (Health Checks) | The number of consecutive successful health checks required before an unhealthy server is declared healthy. |
Unhealthy Threshold (Health Checks) | The number of consecutive failed health checks required before a healthy server is declared unhealthy. |
More operations
Operation | Steps |
View health check status |
|
Disable health checks |
|
What's next
For background information on how GWLB health checks work, see Health check.