I have some custom images which were created from VMs running in Google Compute Engine. Now I want to transfer and keep those images in Google storage bucket for future usage. What is the best possible way to achieve this?
I have gone through the document "https://cloud.google.com/compute/docs/creating-custom-image#export_an_image_to_google_cloud_storage" , but that says to create an image out of a running VM into a .tar file and then export it. Also that is little but confusing for me.