
The biggest shock to me was the Expedited retrieval tier fees.

If you switch from S3 Standard to S3 Glacier, the request fees for uploading data go from insignificant to significant, depending on the number of objects. If you chose Standard tier (wait 3-5 hours for the data to become available) the total cost is $92.67. If you chose Expedited tier (to make your data available within minutes) the total cost is $341.92. Restoring that 1 TB of data incurs a 1-time cost of $2.00 + 89.91 +.

Cost to Back Up the DataĪrq stores file data in de-duplicated "chunks" of up to 40 MB each. In this example we'll back up 1 TB of file data to Glacier. Online backup app Arq which saves encrypted backups of your files in Glacier (and many other clouds). Here's a concrete example of AWS Glacier pricing: backing up
#Backblaze pricing 7 tb download
There are small discounts for larger download totals in a month.ĭownloading will also incur a GET fee, but in practice it doesn't add up to anything significant because it's $.0004/1,000 requests. The first 1 GB/month is free, but the next ~10 TB/month are $.09 per GB. Once the temporary copy of your object is available for download, actually downloading will incur a data transfer out fee just like all S3 data. The "restore" action is also a POST request which incurs a fee of $.03 per 1,000 requests. You'll be billed for both the archived object (at Glacier storage pricing) and the temporary copy (at the higher S3 standard pricing) while it exists. This "restore" action creates a temporary copy in S3.

If you delete it 30 days after you created it, you'll be billed for the other 60 days. Minimum storage duration fee: Glacier objects have a minimum 90 days of storage. Not a huge charge but 6x the PUT request for uploading an object to S3 Standard.Īlso, if you upload an object as Standard or Standard-IA or OneZone-IA and then decide to transition it to Glacier, you'll be charged a Lifecycle Transition Fee of $.03 (or more depending on region) per 1,000 requests. PUT request fees are billed at $.03 per 1,000 requests. There's no data transfer fee to upload data to Glacier.īut uploading an object is a PUT request.

The storage fee for Glacier is simple: $.004 per GB per month in the US East region, and slightly more in some other regions (and a lot more in the Sao Paulo region):
#Backblaze pricing 7 tb archive
Unlike S3 Standard, Glacier and its new cousin Deep Archive work differently than most cloud storage offerings because reading your data requires an extra step: you must "restore" a temporary copy of it first. Like S3 "Standard", S3 Glacier is a cloud storage offering from AWS. We'll explain AWS Glacier pricing inĭetail to help you avoid unexpected charges and achieve the But there are many feesĪside from the storage cost, and they can really add up if S3 Glacier is a very low-cost cloud storage offering fromĪmazon Web Services (AWS).
