hbkadosh
hbkadosh

Reputation: 1

Duplicating GCP Project in Compute Engine

On GCP Compute Engine, I have a Project A with several VMs running. I am not using App Engine.

How can I duplicate or make an exact copy of Project A into a second Project B (having the same VMs config and all its source and data files in Project A) thus resulting in two exact Projects?

I can't seem to find a solution. Thank you.

Upvotes: 0

Views: 668

Answers (1)

Alessio
Alessio

Reputation: 173

Unfortunately there is no "copy project" internal tool to perform such a task. Speaking about VMs,the fastest way to move existing VM would be by making disk images and creating new instances at the new project using the image from your old project using the "-image-project IMAGE_PROJECT" flag.

Upvotes: 1

Related Questions