A company wants to migrate its on-premises monolithic application to Google Cloud with minimal changes. They plan to run it on a virtual machine with a predictable workload that runs 24/7 for a one-year commitment. Which compute option is MOST cost-effective?
Trap 1: Spot VMs
Spot VMs are similar to preemptible and can be terminated.
Trap 2: On-demand VMs
On-demand VMs are more expensive than committed use for long-running workloads.
Trap 3: Preemptible VMs
Preemptible VMs can be terminated at any time, unsuitable for 24/7 workload.
- A
Spot VMs
Why wrong: Spot VMs are similar to preemptible and can be terminated.
- B
On-demand VMs
Why wrong: On-demand VMs are more expensive than committed use for long-running workloads.
- C
Committed use discounts
Committed use discounts offer lower cost for a 1-year commitment on 24/7 workloads.
- D
Preemptible VMs
Why wrong: Preemptible VMs can be terminated at any time, unsuitable for 24/7 workload.