An enterprise logistics company is planning the Google Cloud Compute Engine architecture for two distinct workloads:
1. An in-memory route calculation service running continuously with a constant baseline demand. It requires a specific non-standard configuration of vCPUs and of RAM ( per vCPU).
2. A high-throughput image rendering pipeline that processes user-uploaded media. The rendering pipeline is stateless, fault-tolerant, and capable of resuming tasks if an instance terminates unexpectedly.
Which Compute Engine provisioning strategy optimizes infrastructure costs while meeting all operational requirements?
- Provision custom machine types with 16 vCPUs and 128 GB RAM covered by Committed Use Discounts (CUDs) for the route calculation service, and use Spot Virtual Machines within a Managed Instance Group for the image rendering pipeline.Cevap
- BProvision standard predefined N2 machine types covered by Committed Use Discounts for the route calculation service, and use Spot Virtual Machines for the route calculation service to lower baseline operational costs.
- CDeploy both the route calculation service and the image rendering pipeline on Cloud Functions to eliminate Compute Engine Virtual Machine management overhead entirely.
- DProvision E2 standard machine types for both workloads and rely on automatic Sustained Use Discounts (SUDs) to achieve maximum cost savings without entering contractual commitments.
Cevap
Configure custom machine types (16 vCPUs, 128 GB RAM) backed by Committed Use Discounts for the continuous route calculation service, and utilize Spot VMs in a Managed Instance Group for the stateless image rendering pipeline.
Custom machine types allow tailoring the vCPU-to-memory ratio exactly ( vCPUs and RAM) to prevent paying for unused compute capacity. Because the route calculation service runs constantly (), attaching a Committed Use Discount (CUD) maximizes savings over a 1-year or 3-year period. Conversely, the image rendering pipeline is fault-tolerant and stateless, making Spot VMs within an autoscaling Managed Instance Group the most cost-effective choice.
Adım Adım Çözüm
Anahtar Kavram
Compute Engine Resource Planning, Custom Machine Types, Committed Use Discounts, and Spot VM Suitability
Tahmini Süre:3m 0s