Last active
November 18, 2025 05:21
-
-
Save JenHsuan/c523ee2bbf20307f9a52e5d5d0baa182 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Status Code | ELB | Nginx | API Gateway | |
|---|---|---|---|---|
| 500 Internal Server Error | ELB to server communication error | Upstream server returns 500 | Lambda or server integration error | |
| 502 Bad Gateway | Server return connection reset/ malformed response | proxy_pass server returns incorrect response | server return incompatible output | |
| 503 Service Unavailable | No avaliable targets/health check failed | Upstream down/max_clients | No avaliable server | |
| 504 Gateway Timeout | server response timeout | proxy_pass server time out | server time out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment