aws-samples / sagemaker-studio-lifecycle-config-examples

MIT No Attribution
78 stars 51 forks source link

kill also server app, not just the kernels #47

Open andreadisimone opened 4 months ago

andreadisimone commented 4 months ago

Hi, I just wanted to confirm that this extension will only kill the KernelGateway apps, not the JupyterServer. If this is the case, is there a way it can be extended to also kill the server?

The reason why we would also like to automatically kill the Server is that there is a hard limit on the total number of apps that can be run in an account, and we have a massively multi-domain setup with hundreds of users in the same account. Even just one server app per user is enough to fill-up the quota, if all are all active all the time.

Thanks for your help,

Andrea