Instance template creation from Compute Engine VM

I have created a VM Instance based on the requirements and I have installed some applications on it.
Is it possible to create an Instance Template out of this VM?

1 Like

Hello @sharontmathew ,Welcome on Google Cloud Community.

Nope. There is no option to do it. However, you can do it following steps:

  1. Stop your VM
  2. Create custom image, where as source you will provide your VM.

  1. Then create VM template, and as boot disk, you choose CUSTOM IMAGES → Your newly created image

  1. Create MIGs based on your VM.


cheers,
DamianS
LinkedIn medium.com Cloudskillsboost Sessionize Youtube

1 Like