In the last two weeks I had huge problems with Google Cloud Platform. Restarting the server resulted very very often in:
"Starting VM instance "foobar-controller" failed. Error: The zone 'projects/demoday-zollhof/zones/europe-west3-b' does not have enough resources available to fulfill the request. Try a different zone, or try again later."
One solution I stumbled upon were managed instance groups. I successfully deployed my service in 3 zones in a managed instance group, however the name changed to "foobar-controller-group-9990". I would like to stick to the name "foobar-controller", because other services rely on this name (and the 9990 indicates to me, that it could change...).
how can I map or fix a name for the instance group so I can still use the following requests internally: http://foobar-controller/dostuff?q=12345
Thank you!