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.

已提问 9 个月前345 查看次数
1 回答
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
已回答 9 个月前

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

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

回答问题的准则