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 年前530 查看次数
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
专家
已审核 1 个月前
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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则