fargatespawner
fargatespawner copied to clipboard
Spawns JupyterHub single user servers in Docker containers running in AWS Fargate
Dear @michalc, sorry for the naive question: but how/where do I set up the JupyterHub in the first place? Does this assume that a JupyterHub (running inside a container?) is...
In the documentation the PassRole Action includes the resource `arn:aws:iam:::role/`. What is this resource referring to? Our implementation is working without defining this resource. ``` { "Sid": "", "Effect": "Allow",...
Hello, is there a way to configure fargateSpawner with EFS ? I managed to get fargateSpawner running spawning Labs from a TaskDefinition using one EFS with an AccessPoint. Resulting in...
Hey! Will this spawner persist the user input inside the notbook? Or is there a way to configure this? Thanks!
The following log line records API keys in plain text [D 2021-01-13 21:16:04.593 JupyterHub fargatespawner:351] Request response ... JUPYTERHUB_API_TOKEN JPY_API_TOKEN I believe this is the line writing the log: https://github.com/uktrade/fargatespawner/blob/master/fargatespawner/fargatespawner.py#L203...
Hello! Just a quick question: is there any way to send variables from JupyterHub API request like ```POST /users/{name}/servers/{server_name}``` to the container. So for example if I set some kind...
Hello Guys, what is the difference between using Fargate spawner and Z2JH? Is Fargate spawner much more cost efficient than using AWS Kubernetes Cluster? Because AWS Kubernetes cluser costs o.1$...