Lifecycle Configuration File fails to auto-terminate amazon sagemaker studio instance

0

I am trying to configure a Lifecycle Configuration (LCC) file in order to implement an auto-terminate feature upon reaching an idle threshold for sagemaker's code editor. I have followed the solution in this question. I am able to see and select the LCC file in the amazon sagemaker studio UI after successful completion of the steps but the instances do not shutdown after 1 hour of idle time.

This is the LCC file: https://github.com/aws-samples/sagemaker-studio-apps-lifecycle-config-examples/blob/main/code-editor/auto-stop-idle/on-start.sh

Cyrus
asked 13 days ago85 views
1 Answer
0
Accepted Answer

I was able to reproduce the same issue, and also I found that this issue is also tracked on this GitHub forum.

The issue happens when you choose SageMaker Distribution 1.6 as the image of the Code Editor space. Please try with 1.5.

AWS
answered 11 days 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