How to reduce launch time for SageMaker Notebooks?

0

I am using SageMaker Notebooks and have added a lifecycle configuration to shut it down after inactivity. However, after a period of inactivity, it takes a long time (20 minutes) to boot back up. What can I do to reduce the launch time?

I have considered creating a custom container image with pre-installed packages and dependencies but I am not sure if this would help. I also wonder if using a larger instance size would reduce launch time.

What are the strategies and best practices to reduce launch time for SageMaker Notebooks?

AWS
asked a year ago268 views
1 Answer
0

Typically lifecycle configuration scripts will timeout > 5 minutes. So if you're not seeing this timeout it could be something else that is causing the notebook to take 20 minutes to start. Check out the logs to see if you can pinpoint the issue as mentioned by another user: https://docs.aws.amazon.com/sagemaker/latest/dg/jupyter-logs.html

Instead of building a custom container image this is our published best practice to improve lifecycle configuration script time: https://aws.amazon.com/premiumsupport/knowledge-center/sagemaker-lifecycle-script-timeout/

profile pictureAWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions