user158420 asked:
Django webservices is running on port 8000 (pyhon manage.py runserver 0.0.0.0:8000)
I am able to access using , https://ec2-72-44-51-113.compute-1.amazonaws.com/admin/
but if I specify port in url, https://ec2-72-44-51-113.compute-1.amazonaws.com:8000/admin/
I am not able to access the portal..
What could be possible mistakes ?
Best Regards,
Ashish
My answer:
If you want to reach port 8000 from outside AWS, you must add it as a permitted port in your AWS security group.
View the full question and any other answers on Server Fault.
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.