Sagemaker Studio is not opening after deleting lifecycle configuration

0

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 ?

asked a year ago572 views
1 Answer
1
Accepted Answer

You can try detaching the LCC script using the CLI. You can use the CloudShell from console, since your console role is able to perform updates on the domain.

Use the update-domain CLI call, and provide an empty configuration for the default user settings, something like-

aws sagemaker update-domain --domain-id d-abc123 \
--default-user-settings '{
"JupyterServerAppSettings": {
  "DefaultResourceSpec": {
    "InstanceType": "system"
   },
}}'
AWS
Durga_S
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