기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.
미사용 리소스 삭제
실행 중인 추가 비용이 발생하지 않도록 다음 순서로 미사용 리소스를 삭제하는 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