- Newest
- Most votes
- Most comments
I would check your ALB and target groups for the 503 errors.
I think this will be what’s throwing the errors and causing the 503 with cloudfront as the origin.
Even though you have turned of http3 the alb may still be throwing the error back because there’s something there that doesn’t like http 3
To follow up, as part of the troubleshooting process I wanted to tweak the CloudFront config to see if I could get the error to change.
Since the only hint of what was going on was Generated by cloudfront (CloudFront) HTTP3 Server
. I disabled http3 support for the distro. Thinking potentially, that the next error would identify as a different server type.
The errors stopped. So, I would have to conclude there are some issues with the new HTTP 3 service, as it's very new I would not at all be surprised. Perhaps there are scale or load issues.
Consider this a PSA for anyone experiencing this.
Relevant content
- asked 3 days ago
- Accepted Answerasked 3 years ago
- asked 6 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 months ago
Under the circumstances where the ALB and backend services are returning 503's it's easy to trace the error through other parts of the system.
This is not the case in what I've outlined above. The request was terminated at CloudFront. It never reached the origin. Note the lack of request ID.