Saltar al contenido

Move splunk cloud data to AWS

0

If I wanted to move 8PB of data (cold/archival storage) into AWS from Splunk Cloud. What would you recommend as a solution? What would be the cost per GB/PB per month/year?

AWS

preguntada hace 2 años260 visualizaciones

1 Respuesta
1
Respuesta aceptada

If the data is stored in reasonably large files, on the order of tens of megabytes in size per file, or if they are smaller but you can bundle multiple files up into zip files or tarballs, for example, then for cold archive storage, the most cost-efficient option is to place them in an S3 bucket and use a lifecycle rule to transition them to the Glacier Deep Archive storage class.

The storage cost for Deep Archive is about $1 per month per terabyte.

Accessing data in Deep Archive requires going through a restore process, which takes between 12 and 48 hours, depending on how much you're willing to pay for the restoration, but since you mentioned the need is specifically for cold storage, it's almost certainly the right option for you.

The reason small files should be combined into larger ones is that there's per-object overhead of several kilobytes in Deep Archive. You can find the details in the price list: https://aws.amazon.com/s3/pricing/

EXPERTO

respondido hace 2 años

EXPERTO

revisado hace 2 años

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.