A cloud engineer is using the Google Cloud Pricing Calculator to model monthly operational costs for a mission-critical production workload running continuously 24/7 year-round. The architecture requires 20 Compute Engine instances for base application traffic and a 10 TB data layer that will be queried and updated multiple times per day. Which configuration strategy in the Google Cloud Pricing Calculator provides the most accurate and cost-effective estimate for this workload?
- Specify 3-year Committed Use Discounts (CUDs) for the 20 Compute Engine instances and select Standard Cloud Storage for the frequently accessed 10 TB data layer.Answer
- BCombine automatic Sustained Use Discounts (SUDs) with 3-year Committed Use Discounts (CUDs) for the Compute Engine instances, and select Archive Storage to minimize baseline storage costs.
- CConfigure all 20 Compute Engine instances as Spot VM instances to maximize discount percentages, and select Coldline Storage for the active data layer.
- DModel the application layer using GKE Autopilot pods with Archive Storage for the active data layer, while assuming node management fees will cover data egress and storage access.
Answer
Specify 3-year Committed Use Discounts (CUDs) for the 20 Compute Engine instances and select Standard Cloud Storage for the frequently accessed 10 TB data layer.
The correct strategy specifies 3-year Committed Use Discounts (CUDs) for the continuous 24/7 Compute Engine workload to lock in the maximum discount rate available in the Google Cloud Pricing Calculator. For the data layer accessed multiple times daily, Standard Cloud Storage is required because nearline, coldline, and archive tiers incur expensive data access and retrieval fees that outweigh their lower baseline at-rest storage costs.
Step-by-Step Solution
Key Concept
Pricing Calculator discount modeling and storage tier access trade-offs