Move Glacier data to Deep Glacier

1

Is there anyway to move data that I have already backed up into Glacier into Deep Glacier?

Or do I have to upload it all again?

Thanks.

dhx1
preguntada hace 5 años878 visualizaciones
7 Respuestas
0

I had objects in a bucket with a lifecycle rule moving to glacier. I just updated the rule to move to deep archive and when I looked later everything, including the previously glacier objects, had been moved to deep archive. Be warned though, it will count that as deleting them from glacier when they are moved. I got hit with some early delete fees because of that.

JSnider
respondido hace 5 años
0

Thanks for your reply.

I uploaded the data directly to Glacier using Fastglacier URL:http://fastglacier.com/

I didn't use the S3 console.

Can anybody hep with moving it to Deep Glacier?

Thanks.

dhx1
respondido hace 5 años
0

S3 Glacier Deep Archive is an S3 storage class, it is not supported by the separate Glacier service where FastGlacier uploads data.

AWS
respondido hace 5 años
0

Thank you for your reply.

I would like to move this data from Glacier to S3 so I can then transition it to Deep Glacier.

What is the cheapest way to do it?

Download it to my PC and reupload it, or is there another way?

Ta.

Edited by: dhx1 on Apr 3, 2019 10:27 AM

dhx1
respondido hace 5 años
0

There are three pieces to consider here. First, there will be a cost per object and per GB to restore your existing data from Glacier. Bulk retrievals will be the most cost effective option.

Second, as your archives are restored you can either download them to your local machine, which will include a per GB data transfer cost, or you can use an EC2 instance, container, or lambda function to move the data to S3 Glacier Deep Archive. Using an EC2 instance, container, or lambda function will save the data transfer cost, but include a cost for the EC2 instance, container, or lambda function.

Third, the PUT to Glacier Deep Archive will also include a per object cost.

I recommend considering the entire cost of the transition to determine if it's worthwhile to move your objects from the Glacier service to S3 Glacier Deep Archive.

AWS
respondido hace 5 años
profile picture
EXPERTO
revisado hace un mes
0

Could you be more specific concerning the second phase?

EC2 instance, container or lambda function are some virtual machines if I get it right. So I should write some code to GET my data from Glacier and PUT them into S3 Glacier ? Some the simplest way to do it ?

pnowak
respondido hace 3 años
0

Not sure why it's not an AWS built-in but: https://github.com/aws-solutions/amazon-s3-glacier-refreezer

profile picture
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas