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 ?

posta un anno fa580 visualizzazioni
1 Risposta
1
Risposta accettata

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
con risposta un anno fa
  • Thanks a lot for your answer.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande