I'm currently attempting to setup a jupyterhub instance on AWS using a Ubuntu 14.04 machine.
I have been using this tutorial https://gist.github.com/widdowquinn/e91b9bb850ece8873bbd084944798fe2 and for some reason when trying to access jupyter.uiuc-bdeep.org using a browser the connection is always refused/unable to connect. Further snooping has revealed using TCP scanning sites that ports 80 and 443 are closed.
I'm not sure what is going on due to my EC2 security group inbound rules being open to all connections on port 80 and 443. Please let me know what is possible to solve this issue.