I have a Django web application that uses Gunicorn and runs good locally, but when I deploy app on EC2, I see that Gunicorn is failing:
$ gunicorn_django -b
Try running with --preload as an argument to gunicorn_django - it should show you the error the workers are having when starting. See this bug
--preload
gunicorn_django