사용하지 않는 리소스 삭제 - 아마존 SageMaker

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

사용하지 않는 리소스 삭제

추가 비용이 발생하지 않도록 하려면 다음 순서대로 JupyterLab 미사용 리소스를 삭제하는 것이 좋습니다.

  1. JupyterLab 애플리케이션

  2. 공백

  3. 사용자 프로필

  4. 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