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.

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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ