Unable to access my EC2 ubuntu server with public ip:8000 [closed]
I associated public elastic ip address to my EC2 instance , Installed Virtual environment properly,
python manage.py runserver 0.0.0.0:8000 is executed properly
Postgresql is connected at port 5432 properly. Port 22, 80, 443 firewall are allowed properly here is the security group screen shot attached
here are outbound rules
when I run the sudo ufw status verbose I get the following it indicates my all needed ports are properly attached 
my routing tables , Network ACL are also set properly 
but when I try to access my server I get following errors.

