Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

GCP compute disk DIRECT API's to read or write block level information from its snapshot

I would like to know if there are any direct read support which allows us to read data off the compute disk snapshots in GCP directly without the need to create and attach volumes to the access node

I'm looking for something similar to this feature that's available in AWS https://docs.aws.amazon.com/ebs/latest/APIReference/Welcome.html
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-accessing-snapshot.html

Solved Solved
0 1 348
1 ACCEPTED SOLUTION

Good Day!

Unfortunately that feature is not yet available on GCP. However you may file a Feature Request if you need that kind of setup. For now, here are the ways where you can check the contents of a snapshot:

  1. Create a new disk from the snapshot.
  2. Attach this disk to an instance.
  3. Mount the disk inside that instance and read its content.

Hope these helps.

View solution in original post

1 REPLY 1

Good Day!

Unfortunately that feature is not yet available on GCP. However you may file a Feature Request if you need that kind of setup. For now, here are the ways where you can check the contents of a snapshot:

  1. Create a new disk from the snapshot.
  2. Attach this disk to an instance.
  3. Mount the disk inside that instance and read its content.

Hope these helps.