Google Compute Engine : Use snapshot from another project?

前端 未结 7 1408
别那么骄傲
别那么骄傲 2020-12-13 10:07

I have two projects in my developer console. I have taken a \"Snapshot\" of one of the VMs in project-1. I want to create a new VM in project-2 using the snapshot created in

7条回答
  •  借酒劲吻你
    2020-12-13 10:48

    AFAIK, it is not possible. To accomplish what you have described, the best course of action is to use this tutorial. You have a few steps for creating a blank disk, attaching it to the machine in question, tarball the boot partition and upload it to cloud storage. Once that is done, download it locally, switch projects and upload to the other project. You will then be able to just select the machine from the list of Images when clicking on New Instance

提交回复
热议问题