A cloud engineer is using the Google Cloud Pricing Calculator to model monthly expenses for an application workload deployed on Google Compute Engine across a 30-day month (720 total hours). The workload requires 10 virtual machines (`e2-standard-4`), each priced at an un-discounted base compute rate of 0.04 per GB per month (storage pricing is not subject to CUDs). What is the total net monthly cost, in USD, for compute and disk storage across all 10 virtual machines combined?
Cevap: 436 USD
Cevap
The net total monthly cost for compute and disk storage across all 10 virtual machines combined is $436.
The baseline compute cost per VM for 720 hours is 0.10 * 720). A 3-year Committed Use Discount reduces compute costs by 45%, bringing the compute cost per VM down to 72.00 * 0.55). Each VM's 100 GB persistent disk costs 0.04) and is not subject to compute CUD discounts. Combining compute ( 4.00) yields 43.60 * 10 = $436.00.
Adım Adım Çözüm
Anahtar Kavram
Estimating Compute Engine infrastructure costs using Committed Use Discounts (CUDs) and correctly differentiating between discount-eligible compute resources and non-eligible persistent disk storage.