I am taking persistent disk snapshot using GCP Cloud Client Library APIs. disk.createsnapshot
Following are my questions
Your assistance will be appreciated
Solved! Go to Solution.
Hi @TusharG ,
Depending on the location that you choose for the snapshot (multi-region or region), the snapshot is stored in a multi-region of regional Cloud Storage bucket. And (citing from this Cloud Storage doc: https://cloud.google.com/storage/docs/locations), data in Cloud Storage is stored redundantly across zones or regions, depending on the bucket location. So to your Q1, yes, snapshots are stored redundantly across zones or regions, depending on the location you choose.
For pricing details, please see https://cloud.google.com/compute/disks-image-pricing#persistent_disk_snapshots.
Afaik (going by the methods listed in https://cloud.google.com/compute/docs/reference/rest/v1/snapshots#methods), there's no API to "read" snapshot data or change the location of a snapshot.
I hope this helps.