Setting up jupyterhub on AWS EC2 with Github users

Meenal Pant
pykids
Published in
1 min readJul 21, 2017

After a week of on/off effort I have successfully deployed the Jupyterhub server with Github auth for pykids .

Here are the steps and reference to guides I followed:

  1. Get EC2 instance — use a large volume ~= 100 GB is a good start
  2. Refer to steps in Ref #1
  3. Creating SSL certificates and using them with JupyterHub as described in Ref #1

References

  1. JupyterHub gists that i used
  2. JupyterHub configuration
  3. Expand volume on AWS
  4. Changing docker installation directory

--

--