I got AWS today and have managed to get a web app up and running there, as you can see here:
I have managed to do that by following this guide: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create-deploy-python-flask.html#python-flask-run-locally
But I have not succeeded in accessing that web app from my browser. In the browser on my physical computer I try to visit the address http://127.0.0.1:5000/ and I get ERR_CONNECTION_REFUSED:
What is the likely reason for this? How can I resolve it?