Healthcheck of ALB registered as a target

0

How can I fix the healthcheck for a target group which has an ALB as a registered target? The healthcheck path is currently set "/" and healtcheck port is 443. What could be the reason behind the ALB as a target being shown as unhealthy.

Srujal
已提问 7 个月前228 查看次数
1 回答
1

First of all check your security groups and NACLs that they are allowing traffic. verify that path / is appropriate for the application running behind the ALB Ensure that the target group's protocol and port settings match the protocol and port on which the application is running. Ensure that the target instances behind the ALB are in healthy state. Check the ALB's listeners to make sure that they are correctly configured to route traffic to the target group. verify that the ALB's SSL/TLS settings match the protocol and settings of the target instances. If necessary, enable access logs for the ALB to get more insights into the traffic flow and any potential issues.

for a more detailed methodology see https://repost.aws/knowledge-center/elb-fix-failing-health-checks-alb

AWS
TonyG
已回答 7 个月前
profile picture
专家
已审核 7 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容