跳至内容

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

已提问 2 年前259 查看次数

1 回答
1
已接受的回答

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/

专家

已回答 2 年前

专家

已审核 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。