0

I have used Google Compute Engine for my backend (debian-lamp), suddenly it gets deleted automatically without any user interaction and also doesn't shows the operation(Deletion of VM Instance ) performed by which user. I have also attached the image of Google Compute Engine Operations for further study.

I want to know why does this happened and what are the ways to restore the deleted instance.

Note: I am using trial version of Google Compute Engine and this was my second VM Instance created in Current Project.

enter image description here

Vipul Asri
  • 8,903
  • 3
  • 46
  • 71

1 Answers1

3

It looks like the instance was deleted by the Instance Group Manager after you resized the instance group (most likely to zero). To learn about why this happened, visit the docs pages for Instance Groups and the Instance Group Manager.

If you resize the Instance Group back up to 1, the Instance Group Manager will create a new VM automatically.

  • I also have an auto scaled instance group with only one instance in it for the moment and it seems to be deleted and new one inserted somewhat randomly (or so it appears) sometimes multiple times a day. Is this normal maintenance behavior or does it have to do with an unhealthy instance? Reason I don't suspect the latter is because before auto scaling, it was running fine without intervention for long periods with the same code. thanks. – iPhoney Aug 26 '16 at 07:34