I'm a Windows guy and am new to GCP. Things that used to be easy are hard. Like, spinning up a Windows 11 OS. I've gotten some of the way there.
- I uploaded the disk VHDX to GCP
- I converted the VHDX to a GCP disk image, using the standard settings (the UI didn't work, but the equivalent gcloud command was fine).
Whenever I create an instance from this image, I'm forced to choose SPOT provisioning, but I don't understand why.
If I try standard provisioning, I get this:
ERROR: (gcloud.compute.instances.create) Could not fetch resource:
- Invalid value for field 'resource.scheduling.provisioningModel': 'STANDARD'. For preemptible, only allowed provisioning_model value is SPOT.
The UI also seems to be steering me towards using sole-tenancy, but I don't need that either.
Does anyone have a reliable set of steps to get a reliable Windows 11 instance running in GCP?