J. Doe
J. Doe

Reputation: 41

Is it would be possible to use Google Cloud Powershell to manage instances?

I don't have an engineering or coding background, so I will try to keep it simple.

I use Google Cloud for preemptible instances. There is about 10 instance and as you know after a while instances closes themselves. Opening and re coding everything is little bit exhausting.

My question is; I use the same commands to put instances to work.

Can I use GCloud Powershell to give commands to all 10 instance at once?

Upvotes: 0

Views: 31

Answers (1)

James
James

Reputation: 2331

You might want to check out instance groups. You can address a fleet of VMs as a single entity. Plus, with a managed instance group, you can have preemptible instances automatically re-added when capacity is available.

Cheers!

Upvotes: 1

Related Questions