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
gefragt vor 3 Monaten234 Aufrufe
2 Antworten
4
Akzeptierte Antwort

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
EXPERTE
Matt-B
beantwortet vor 3 Monaten
profile picture
EXPERTE
überprüft vor 2 Monaten
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
beantwortet vor 3 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen