0
votes

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

1
Perhaps you are using Preemptible instances by mistake?pnovotnak
Nope, I am using Standard persistent disk .Vipul Asri
Not the disk, the instance itself- see thispnovotnak
sorry about that, but i checked that too Preemptible version is OFF.Availability policies Preemptibility Off (recommended)Vipul Asri

1 Answers

3
votes

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.