I have created a VM in project A in GCE. I want to create a new instance based on this VM in another project B.
I reckon I can spawn a new instance based on the a disk snapshot. However I cannot find any option to transfer such a snapshot across project.
My questions are:
1) how can I transfer a disk snapshot across projects in Google Cloud Platform projects?
2) Is there a better way to achieve this other than using a docker image?