Modify Target Group
GET {{aws_elastic_load_balancing_base_url}}/?HealthCheckEnabled&HealthCheckIntervalSeconds&HealthCheckPath&HealthCheckPort&HealthCheckProtocol&HealthCheckTimeoutSeconds&HealthyThresholdCount&Matcher&TargetGroupArn&UnhealthyThresholdCount&Action=ModifyTargetGroup&Version=2015-12-01
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
HealthCheckEnabled | null | Indicates whether health checks are enabled. | |
HealthCheckIntervalSeconds | null | The approximate amount of time, in seconds, between health checks of an individual target. For Application Load Balancers, the range is 5 to 300 seconds. For Network Load Balancers, the supported values are 10 or 30 seconds. | |
HealthCheckPath | null | [HTTP/HTTPS health checks] The ping path that is the destination for the health check request. | |
HealthCheckPort | null | The port the load balancer uses when performing health checks on targets. | |
HealthCheckProtocol | null | The protocol the load balancer uses when performing health checks on targets. The TCP protocol is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The TLS, UDP, and TCP_UDP protocols are not supported for health checks. | |
HealthCheckTimeoutSeconds | null | [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check. | |
HealthyThresholdCount | null | The number of consecutive health checks successes required before considering an unhealthy target healthy. | |
Matcher | null | [HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target. | |
TargetGroupArn | null | The Amazon Resource Name (ARN) of the target group. | |
UnhealthyThresholdCount | null | The number of consecutive health check failures required before considering the target unhealthy. For Network Load Balancers, this value must be the same as the healthy threshold count. | |
Action | string |