Creating an S3 Glacier Deep Archive vault with the CLI

0

I would like to create a Glacier Deep Archive to store a good chunk of files that I will rarely, if ever, access, and in such circumstance, I can wait a couple of days until the files are retrieved. So I would like to use Glacier Deep Archive.

Checking the documentation, the only way to create vaults with the CLI that I've found is:

aws glacier create-vault --vault-name my_vault_name --account-id 123456789012

Then in the Glacier management console, I can't find what type of storage my vault is (Instant Retrieval, Flexible Retrieval, Deep Archive).

Two questions: where can I find the information about the type of storage for existing vaults, and how can I make sure my vault is a Deep Archive one?

Many thanks in advance.

Eva
질문됨 2년 전524회 조회
2개 답변
0

Please see the documentation here on how to set the S3 storage class - https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html

Please use the S3 console to check the current storage class of your objects

AWS
답변함 2년 전
profile picture
전문가
검토됨 한 달 전
0

You can utilize Glacier either through the Glacier API which you are using in your example, or through the S3 Storage Classes for Glacier Flexible Retrieval and Glacier Deep Archive (GDA). Glacier Deep Archive is only available as an S3 Storage Class. To use GDA can either specify the Glacier Deep Archive storage class when you upload the data or you can configure lifecycle rules to move data from other storage classes to GDA.

profile pictureAWS
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠