i am getting Health checks failed with these codes: [301]

0

Enter image description here help me i am getting this error while creating http load balancer , i am using 1 instances

feita há 2 anos4640 visualizações
2 Respostas
1
Resposta aceita

The target group by default checks for status code 200 to determine if the targets are healthy. As rightly mentioned by @mn87, the health checks are failing due to redirection. Till you look into the redirection part, you can configure the target group to accept 301 status code also. Select the target group -> Health checks -> Edit -> Advanced health check settings. In the 'Success codes' field add 301 also so that it reads 200, 301

profile picture
Syd
respondido há 2 anos
0

This error may occur if you have configured redirection in your EC2 instance application. [1]

[1] Troubleshoot failing health checks for Application Load Balancers
https://aws.amazon.com/premiumsupport/knowledge-center/elb-fix-failing-health-checks-alb/?nc1=h_ls

The following is a Japanese site, but please see the translation as it may be helpful in troubleshooting. [2] [3]

[2] What to do if you get Health checks failed with these codes [302] in ALB health checks | DevelopersIO
https://dev.classmethod.jp/articles/tsnote-alb-health-check-001/

[3] What causes ALB health checks to fail with "Health checks failed with these codes:[XXX]" and what can I do about it | DevelopersIO
https://dev.classmethod.jp/articles/tsnote-alb-healthcheck-failed-01/

I hope this helps.

profile picture
mn87
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas