1

I am trying to access my python-django web application deployed on AWS instances having all the In bound rules and security groups attached, but still I am getting connection refused error, not able to figured out the root cause.

I am trying to accesss http://15.207.85.110:8000/ but not accessible.

I have also added the security group, but after that also it is not accessible, I have also tried after rebooting the instances. Am I missing something over here

Application Up and Running

enter image description here

EC2 Instance Details

enter image description here

enter image description here

user9634982
  • 565
  • 5
  • 24
  • Your server is running on localhost (127.0.0.1:8000). – talli Jun 01 '21 at 20:15
  • 1
    Try binding the app to `0.0.0.0` as described here https://stackoverflow.com/a/1188359/13070 – Mark B Jun 01 '21 at 20:52
  • Okay, it is working now, but I have question, my another java based application is hosted on tomcat on 8080, I am able to access that application without binding my server to 0.0.0.0, why I require to do that much stuff for python-django app – user9634982 Jun 02 '21 at 06:07

0 Answers0