How to Upload to S3 Glacier Deep with AWS CLI

0

I signed up for an AWS account. I now want to backup 20TB of files into the less expensive S3 Glacier Deep. But everything I'm seeing in the AWS Console suggests that, if I were to upload, it would be to the more expensive S3 Glacier.

So how do I ensure I'm uploading to S3 Glacier Deep?

Robert

RobertW
質問済み 3ヶ月前235ビュー
2回答
4
承認された回答

Hi THere

To upload directly to Deep Archive Glacier, here is an example CLI command: $ aws s3 cp new.mov s3://awsroadtrip-videos-raw/ --storage-class DEEP_ARCHIVE

Take a look at this blog: https://aws.amazon.com/blogs/aws/new-amazon-s3-storage-class-glacier-deep-archive/

profile pictureAWS
エキスパート
Matt-B
回答済み 3ヶ月前
profile picture
エキスパート
レビュー済み 2ヶ月前
0

Thank you, Matt. I think have seen the --storage-class DEEP ARCHIVE syntax elsewhere but wasn't sure it was correct. Appreciate your quick response!

RobertW
回答済み 3ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ