Your organization runs batch processing workloads on Google Compute Engine that are fault-tolerant and can be paused or restarted without losing progress. You want to significantly reduce compute expenses by utilizing Google Cloud's unused capacity. Which VM provisioning option should you select?
- Provision the virtual machines as Spot VMs.Cevap
- BGrant the Compute Admin primitive role to the underlying service account to automatically unlock billing discounts.
- CSubmit a GCP quota increase request for regional vCPUs to decrease per-hour instance pricing.
- DReconfigure the Managed Instance Group autoscaling policy to target a lower CPU utilization threshold.
Cevap
Provision the virtual machines as Spot VMs.
Provisioning virtual machines as Spot VMs allows workloads to run on unused Google Cloud capacity at deeply discounted rates. Because the batch job is described as fault-tolerant and interruptible, it aligns perfectly with Spot VM behavior.
Adım Adım Çözüm
Anahtar Kavram
Cost Optimization with Spot VMs