skip to Main Content

I was working on a sagemaker studio for ML work, I attached Lifecycle Configuration with it, which was creating problem. Then I deleted the lifecycle configuration without detaching it, and this problem is happening. Can’t start sagemaker studio notebook and this is shown.

enter image description here

Any suggestion to fix this ?

2

Answers


  1. It is probably a misunderstanding (or bug) of sagemaker.

    As a cheat, you could recreate the configuration with the same name and put a simple echo in it.

    For example:

    #!/bin/bash
    set -e
    
    echo "Nothing to do"
    
    Login or Signup to reply.
  2. Adding rePost response here for a way to detach LCC scripts from the domain/user – https://repost.aws/questions/QU91ywEwTsRRqmHKZJ1yVrrA

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search