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
feita há 3 meses234 visualizações
2 Respostas
4
Resposta aceita

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
ESPECIALISTA
Matt-B
respondido há 3 meses
profile picture
ESPECIALISTA
avaliado há 2 meses
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
respondido há 3 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas