ECS spawner for jupyterhub

I am looking for ECS spawner which spawns new EC2 instance in the cluster whenever a new user sign in using docker. Can someone please guide me to the resources.

1 Like

Any updates on this? It would be super useful to have a scalable solution to deploy JupyterHub on ECS.

The closest related guide I could find is from 2019 by vishaldesai and apparently for systemspawn so NOT in a different EC2 instace.

I found this fargatespawner via Google:

I haven’t tried it but it sounds promising.

1 Like

We got it working - it works great. You can run the Hub as a Task or in a EC2. Our present implementation runs the Hub and Proxy in a container inside an EC2 and it spawns JupyterLabs as Fargate Tasks.

1 Like