Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in GCP by (29.3k points)

I have several applications in a VM and now I want to launch multiple instances with all application, Is there a way to create an image in GCP.

1 Answer

0 votes
by (50.2k points)

Yes, GCP has the privilege to create an image that will have the configurations so that you can use it for launching the instance with all configurations.

Use the below in Google cloud console to launch the VM:

gcloud compute images create example-image --source-disk example-disk --source-disk-zone ZONE

For more details, refer to the below tutorial on Google Cloud Training.

Browse Categories

...