1 Answer
- Newest
- Most votes
- Most comments
0
Hello,
Check if the below is applicable in your case:
Target.ResponseCodeMismatch
Description: The health checks didn't return an expected HTTP code.
Resolution:
- Success codes are the HTTP codes to use when checking for a successful response from a target. You can specify values or ranges of values between 200 and 499.
The default value is 200
. Check your load balancer health check configuration to verify which success codes that it's expecting to receive. Then, inspect your web server access logs to see if the expected success codes are being returned. Modify the success code value if necessary. - Verify that the ping path is valid. The ping path is the destination on the targets for health checks. Be sure to specify a valid URI (/path?query). The default is /. Modify the ping path value if necessary.
Reference: https://aws.amazon.com/premiumsupport/knowledge-center/elb-fix-failing-health-checks-alb/
Relevant content
- asked 5 years ago
- asked 2 years ago
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated 10 days ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 2 years ago