An enterprise financial technology organization is designing the Compute Engine infrastructure for a compliance auditing system that runs two distinct workload components:
1. Workload 1: An overnight audit reconciliation process that is stateless, fully fault-tolerant, saves state progress to Cloud Storage every 10 minutes, and requires maximum cost optimization.
2. Workload 2: A core continuous transaction validation service that runs uninterrupted 24 hours a day, 365 days a year, cannot tolerate unexpected instance terminations, and requires a specific memory-to-vCPU ratio of 29 GB memory and 4 vCPUs to comply with third-party software license boundaries.
Which TWO Compute Engine resource planning and pricing decisions should you implement to satisfy both technical constraints and cost efficiency? (Select TWO choices)
- Provision Spot Virtual Machines (VMs) for Workload 1 to minimize operational cost for checkpointed, fault-tolerant batch processing.Answer
- Configure a Custom Machine Type with 4 vCPUs and 29 GB memory backed by a Committed Use Discount (CUD) for Workload 2.Answer
- CProvision Spot Virtual Machines (VMs) for Workload 2 to lower the continuous execution cost of the transaction validation service.
- DRely exclusively on automatic Sustained Use Discounts (SUDs) instead of Committed Use Discounts (CUDs) for Workload 2 to achieve the maximum possible baseline discount.