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
posta 3 mesi fa234 visualizzazioni
2 Risposte
4
Risposta accettata

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
ESPERTO
Matt-B
con risposta 3 mesi fa
profile picture
ESPERTO
verificato 2 mesi fa
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
con risposta 3 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande