0
1

More than 1 year has passed since last update.

SageMakerのドメインが削除できない

Posted at

はじめに

この記事は2021年1月にまとめていた「細かいつまずいたことをメモしておく(1月編)をそれぞれ投稿した内容になります
解決方法が最新でない可能性もありますのでご了承ください

問題

SageMakerを削除したときユーザープロファイルを削除したのにドメイン削除ボタンが押せない
コンテナイメージをアタッチしたエラーがずっと表示されておりそれが原因かもしれない

解決方法

CLIから削除するとうまくいった

$ aws sagemaker delete-domain --domain-id [ドメインID] --region [リージョン(ap-northeast-1など)]

AWS CLIがない方はそれをいれるところからやってみてください

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1