本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
刪除未使用的資源
為了避免產生執行 的額外費用 JupyterLab,建議您依下列順序刪除未使用的資源:
-
JupyterLab 應用程式
-
空格
-
使用者設定檔
-
domains
使用下列 AWS Command Line Interface (AWS CLI) 命令刪除網域中的資源:
- Delete a JupyterLab application
-
aws --region AWS 區域
sagemaker delete-app --domain-id example-domain-id
--app-name default --app-type JupyterLab --space-name example-space-name
- Delete a space
-
如果您刪除空間,則會刪除與其相關聯的 Amazon EBS磁碟區。我們建議您先備份任何有價值的資料,再刪除空間。
aws --region AWS 區域
sagemaker delete-space --domain-id example-domain-id
--space-name example-space-name
- Delete a user profile
-
aws --region AWS 區域
sagemaker delete-user-profile --domain-id example-domain-id
--user-profile example-user-profile