2 Answers
- Newest
- Most votes
- Most comments
0
My bad ... it was health check ... (Unfortunately it is not possible to delete this question)
answered 3 years ago
0
Hello,
It is likely that the error message you are receiving is being sent by the Application Load Balancer.
Generally, 503 Service Unavailable server
error response code indicates that the server is not ready to handle the request.
In your case, it could mean that the targets behind the ALB are either not responding to the requests, or the ALB does not have registered targets.
You can follow this ALB troubleshooting guide to figure out the problem.
Enabling access logs for your ALB by following this guide can help you figure out the reasons for the failure.
Thank you for the guide, will help me in the future
Relevant content
- asked 4 years ago
- asked 2 years ago
- asked 2 months ago
- asked 2 years ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago
Thank you for the update!