RDS Custom for SQL Server 스냅샷 삭제 - Amazon Relational Database Service

RDS Custom for SQL Server 스냅샷 삭제

RDS Custom for SQL Server에서 관리하는 DB 스냅샷이 더 이상 필요하지 않으면 삭제할 수 있습니다. Amazon RDS와 RDS Custom DB 인스턴스의 삭제 절차는 동일합니다.

바이너리 및 루트 볼륨에 대한 Amazon EBS 스냅샷은 계정에서 실행 중인 일부 인스턴스 또는 다른 RDS Custom for SQL Server 스냅샷에 연결될 수 있어 계정에 더 오래 남아 있습니다. 이러한 EBS 스냅샷은 기존 RDS Custom for SQL Server 리소스(DB 인스턴스 또는 백업)와 더 이상 관련이 없는 경우 자동으로 삭제됩니다.

RDS Custom DB 인스턴스의 스냅샷을 삭제하는 방법
  1. AWS Management Console에 로그인한 후 https://console.aws.amazon.com/rds/에서 Amazon RDS 콘솔을 엽니다.

  2. 탐색 창에서 [Snapshots]를 선택합니다.

  3. 삭제하고 싶은 DB 스냅샷을 선택합니다.

  4. 작업(Actions)에서 스냅샷 삭제(Delete snapshot)를 선택합니다.

  5. 확인 페이지에서 삭제를 선택합니다.

RDS Custom 스냅샷을 삭제하려면 AWS CLI 명령 delete-db-snapshot을 사용합니다.

다음 옵션이 필요합니다.

  • --db-snapshot-identifier - 삭제할 스냅샷입니다.

다음 예제에서는 my-custom-snapshot DB 스냅샷을 삭제합니다.

대상 LinuxmacOS, 또는Unix:

aws rds delete-db-snapshot \ --db-snapshot-identifier my-custom-snapshot

Windows의 경우:

aws rds delete-db-snapshot ^ --db-snapshot-identifier my-custom-snapshot