I have a t1.micro
instance with the public DNS that looks similar to the following:
ec2-184-72-67-202.compute-1.amazonaws.com
(some numbers have been changed)
On this instance, I am running the following Django app:
$ sudo python manage.py runserver --settings=vlists.settings.dev
Validating models...
0 errors found
Django version 1.4.1, using settings 'vlists.settings.dev'
Development server is running at http://127.0.0.1:8000/
I have opened the port 8000
through the AWS console
:
When I navigate to the the following URL in Chrome, I get the message: Oops! Google Chrome could not connect to
:
http://ec2-184-72-67-202.compute-1.amazonaws.com:8000
What am I doing wrong?
Netstat:
netstat -lan | grep 8000
tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN