503 Service Temporarily Unavailable Error

0

I am not entirely sure why I am getting 503 Service Temporarily Unavailable error, but my backend is being hosted on Elastic Beanstalk. I am using a Load Balancer to make it an HTTPS domain. It had been working for two weeks and out of nowhere began getting errors. Not sure what the problem is here.

preguntada hace 9 meses345 visualizaciones
1 Respuesta
0

Hello,

It is possible that the error message you’re receiving is being sent by the Load Balancer. This error response code usually indicates that the server is not ready to handle the request. Check that the server is passing health checks or failing if any, with this CloudWatch metrics for your Application Load Balancer and also check your logs with Access logs for your Application Load Balancer. You will likely find what the issue is by looking to see if there are any event logs, failing health checks, or whether your targets behind the ALB are responding to the requests, or if it doesn’t have registered targets. You can verify that the target group has registered targets by following this article.

You can go ahead and reach out to support as well for further clarifications if needed.

abbya
respondido hace 9 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas