cyberhippo
cyberhippo

Reputation: 61

GCS - Cost migrating data to Archive Bucket

I would like to know how much I would save by transferring 1 TB of data from a standard regional bucket to an Archive bucket located in the same region (and within the same project).

I understand that the cost can be split in Data Storage, Network Usage and Operations Usage.

For the Data Storage:

Which means that I would save 19.2512 $ per month.

For the Network Usage:

For the Operations Usage:

So in total, I would have to pay 0.504$ once to transfer all the files to the Archive bucket and the bucket will cost me 1.2288 $ instead of 20.48 $.

Is my calculation correct or did I miss something ?

Regards,

Upvotes: 2

Views: 1320

Answers (1)

Happy-Monad
Happy-Monad

Reputation: 2002

According to the documentation on Cloud Storage Pricing your estimates seem to be correct. Moreover, the amount of data you would like to transfer is quite minimal so the charges would be low as well.

Keep in mind that Archive storage class implies that reads, early writes and deletions would be charged accordingly as shown here, so if you pretend to access that data often or overwrite the files therein it might be better to stay with the Stadard storage class.

Lastly, there is also a pricing calculator to make this kind of estimates that could be found here.

Upvotes: 1

Related Questions