I'm running a simple "hello world" application that runs fine in local development (run with "eb local run"). When I tried deploying to elasticbeanstalk, 20% of requests resolve as 504 Gateway Timeout. The load balancer sends a request to an instance an an instance never seems to receive the request.
How do you diagnose this? The logs simply say the load balancer initiated a request and the instance never seemed to hear about it.
Thank you!