AWS EC2 instance: /hvm-ssd/ubuntu-focal-20.04-amd64-server
Instance Type: C5 large
Tried installing JupyterHub two ways:
- Install JupyterHub and JupyterLab from ground up
- The Littlest Jupyter Hub
I have also forwarded the port 8000 to ip server in Putty.
For option 1 after following all the steps and when I run command:
sudo systemctl status jupyterhub.service
I get following message in terminal:
Hub API listening on 127.0.0.1:8081
JupyterHub is now running at8000
According to guide, I should be able to open the site.
But I get “This site can not be reached” error message (Google Chrome)
I tried to open it using:
https //{ip server>/8000
https //127.0.0.1/8000
I have also granted all access to port 8000 and 8081 for EC2 instance on AWS.
Any help in the right direction will be really helpful.