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 ?

demandé il y a un an580 vues
1 réponse
1
Réponse acceptée

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
répondu il y a un an
  • Thanks a lot for your answer.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions