Personally, I'm looking forward to Backblaze's cloud storage, which is being advertised at $0.005/GB/month. Cheaper than glacier, without all of the transaction fees. https://www.backblaze.com/b2/cloud-storage.html
Glacier Costlier Than S3 for Small Files
11–17 of 17 posts
Re: Glacier Costlier Than S3 for Small Files
#12Personally, I'm looking forward to Backblaze's cloud storage, which is being advertised at $0.005/GB/month. Cheaper than glacier, without all of the transaction fees. https://www.backblaze.com/b2/cloud-storage.html
Re: Glacier Costlier Than S3 for Small Files
#13Personally, I'm looking forward to Backblaze's cloud storage, which is being advertised at $0.005/GB/month. Cheaper than glacier, without all of the transaction fees. https://www.backblaze.com/b2/cloud-storage.html
The whole custom API instead of S3 or Swift compatibility is really, REALLY annoying.
Re: Glacier Costlier Than S3 for Small Files
#14It is useful for keeping archives of massive data you're unlikely to ever need, but legally obliged to keep around, or just want to have available for a very improbable later examination. Think some huge transaction logs of two years back.
For a case like this, you don't need fast retrieval, and mostly you don't need retrieval at all. You plan ahead to only ever retrieve a small percent of these data. The rest will be silently discarded when retention period has expired.
If your use case is not like that, Glacier probably makes little sense for you.
This is totally not a backup which you likely keep in order to restore the entire state from as soon as possible.
Re: Glacier Costlier Than S3 for Small Files
#15The real question is why are people glaciering small files? Tar everything and send it up. And then do an incremental backup Amazon charges per operation, reduce the number of operations
Re: Glacier Costlier Than S3 for Small Files
#16> For consistency and precision, the following units are used throughout this article. > KB: 1,024 bytes, expressed as 2^10 Why not just use KiB? Unlike KB, it's unambiguously binary.
Re: Glacier Costlier Than S3 for Small Files
#17Glacier has a very clear use case, to my mind. It is useful for keeping archives of massive data you're unlikely to ever need, but legally obliged to keep around, or just want to have available for a very improbable later examination. Think some huge transaction logs of two years back. For a case like this, you don't need fast retrieval, and mostly you don't need retrieval at all. You plan ahead to only ever retrieve…