https://docs.aws.amazon.com/ko_kr/amazonglacier/latest/dev/deleting-an-archive-using-cli.html

<aside> 💁🏼 해당 문서는 AWS의 공식 문서를 개인적으로 보기 쉽게 정리한 문서입니다. 내용이 변경되거나 개정될 수 있으므로 필요시 공식 문서를 참고해주세요.

</aside>

AWS Command Line Interface(AWS CLI)를 활용해서 Amazon S3 Glacier (S3 Glacier) 에서 아카이브를 삭제하는 방법

주제

(전제 조건) AWS CLI 설정

1. AWS CLI를 다운로드하고 구성합니다.

관련 지침은 AWS Command Line Interface 사용 설명서에서 다음 주제를 참조하세요.

AWS Command Line Interface 설치 AWS Command Line Interface 구성

2. 명령 프롬프트에 다음 명령을 입력하여 설정을 확인합니다.

이러한 명령은 명시적으로 자격 증명을 제공하지 않으므로 기본 프로파일의 자격 증명이 사용됩니다.

◦ help 명령을 사용해 보십시오.

aws helpaws s3 ls를 사용하여 구성된 계정의 버킷 목록을 가져옵니다.

aws s3 lsaws configure list를 사용하여 현재 구성 데이터를 확인합니다.

aws configure list

AWS CLI를 사용하여 아카이브 삭제

1. initiate-job 명령을 사용하여 인벤토리 검색 작업을 시작합니다.

aws glacier initiate-job --vault-name *awsexamplevault* --account-id *111122223333* --job-parameters '{"Type": "inventory-retrieval"}'

프로필, 리전 옵션 추가 ex) aws glacier initiate-job --vault-name *awsexamplevault* --account-id *111122223333* --job-parameters '{"Type": "inventory-retrieval"}' --profile someProfile --region ap-northeast-2