Compute Engine -How to download an image from Google Cloud
72 views
Skip to first unread message
Claudia Almeda
unread,
May 20, 2019, 1:33:21 PM5/20/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gce-discussion
We currently have a virtual machine created in Compute engine (vps), We need to know how to download an image from Google cloud of our vps.
Jason
unread,
May 21, 2019, 4:15:54 PM5/21/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gce-discussion
Hello,
To be clear, are you running a VM instance and you have a VPS running within the VM instance or are you running a VM instance and would like to know how to save and export the image being used on that VM instance? I am asking since there would be two different approaches to take.
If its the latter, then you can create a custom image [1] and then export it to a GCS bucket [2]. From there you would be able to download the image to a local machine.