A cloud engineer is tasked with using the Google Cloud Pricing Calculator to estimate monthly infrastructure expenses for two upcoming workloads: a fault-tolerant, stateless batch job pipeline that can tolerate sudden instance terminations, and a long-term compliance archive where exported files are stored for several years and accessed less than once a year. Which combination of service configurations in the Pricing Calculator provides the most accurate and cost-effective estimate for these requirements?
- Configure Compute Engine using Spot VMs for the batch processing workload, and select Archive Storage for the compliance file backups.Answer
- BConfigure Compute Engine using standard On-Demand VMs with 3-year Committed Use Discounts for the batch processing workload, and select Coldline Storage for the compliance file backups.
- CConfigure Compute Engine using Spot VMs for the batch processing workload, but select Coldline Storage to prevent daily data retrieval penalty fees for the compliance backups.
- DConfigure GKE Autopilot nodes for the batch processing workload and manually add Sustained Use Discounts (SUDs) on top of 3-year Committed Use Discounts (CUDs) in the calculator.
Answer
Configure Compute Engine using Spot VMs for the batch processing workload, and select Archive Storage for the compliance file backups.
The combination of Spot VMs and Archive Storage represents the correct choice. Spot instances offer deep discounts for stateless, fault-tolerant batch workloads, while Archive Storage minimizes storage costs for data accessed less than once a year.
Step-by-Step Solution
Key Concept
Selecting optimal compute provision models (Spot VMs) and storage tiers (Archive Storage) in the Google Cloud Pricing Calculator based on workload characteristics.