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 ?

已提问 1 年前580 查看次数
1 回答
1
已接受的回答

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
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则