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
asked 3 months ago200 views
2 Answers
4
Accepted Answer

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
EXPERT
Matt-B
answered 3 months ago
profile picture
EXPERT
reviewed 2 months ago
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
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions