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 ?

gefragt vor einem Jahr579 Aufrufe
1 Antwort
1
Akzeptierte Antwort

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
beantwortet vor einem Jahr
  • Thanks a lot for your answer.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen