1 Answer
- Newest
- Most votes
- Most comments
0
The error indicates a routing failure, meaning traffic cannot reach the endpoint due to various underlying problems. First, ensure the EC2 instances are healthy and sized correctly for the workload. Then, review the application logs on the EC2 instances and check CloudWatch logs for any API Gateway or EC2 errors or clues. To pinpoint the issue, try running on a different EC2 instance. This will help determine if the problem is with the instance or its configuration.
answered a month ago
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 12 days ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 12 days ago
- AWS OFFICIALUpdated a month ago
I ran some additional tests to try to find out more information.
The APIs are reachable and working, sometimes the answer I get is the previous one. Using Postman Canary I did a performance test of my hosted API via API Gateway, I got 0.45% of this 503 error response. When I receive this error I have no sign of the message on the MVPS machine. Differently the result of the call I receive is correctly logged by the API, so I have a match on the machine MVPS.
Could the problem always be one of those described?