Working with pre-installed virtual machines in Google Compute Engine

I’m trying to work with several Proactive virtual machine instances in the Google Compute Engine to search for elastic search queries and run into some doubts: -

  • Is a window of 30 seconds sufficient to store data from a proactive emergency search instance into a stable virtual machine?

  • How to save the state of one virtual machine that is ending and restore it to another?

  • Is there an alternative to Google Autoscaler?

+4
source share
1 answer

'shutdown- script' :

gcloud compute diskshot disc [_] --zone = [] --snapshot-names = [snapshot_name]

. , , .

, , , . shutdown script .

+1

All Articles