1 Answer
- Newest
- Most votes
- Most comments
0
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/target-group-health-checks.html
HealthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. The range is 2–120 seconds. The default is 5 seconds if the target type is instance or ip and 30 seconds if the target type is lambda.
HealthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. The range is 5–300 seconds. The default is 30 seconds if the target type is instance or ip and 35 seconds if the target type is lambda.

please accept the answer if it was helpful