Which statement best describes how Committed Use Discounts (CUDs) help reduce costs in Google Cloud Platform?
Think about committing to a fixed amount of resource usage over time to get a lower price.
Committed Use Discounts require you to commit to a certain amount of resource usage for 1 or 3 years. In exchange, Google Cloud offers a lower price regardless of whether you use all the committed resources or not.
You have data that is accessed rarely but must be retained for years. Which Google Cloud Storage class should you choose to minimize costs while meeting this requirement?
Consider the storage class designed for long-term data retention with the lowest cost.
Archive Storage is the lowest-cost storage class designed for data accessed less than once a year and retained for long periods. It is ideal for archival data.
What is a key risk of overprovisioning virtual machines in Google Cloud beyond just increased cost?
Think about how having more resources than needed might affect security exposure.
Having more virtual machines than necessary increases the number of systems exposed to potential attacks, increasing the attack surface and security risks.
How does enabling autoscaling on a Google Kubernetes Engine (GKE) cluster help optimize costs?
Consider how scaling resources up and down affects billing.
Autoscaling dynamically adjusts the number of nodes in the cluster based on workload demand, so you only pay for what you need, saving costs during low traffic.
You need a multi-region architecture for high availability but want to minimize costs. Which design choice best balances availability and cost?
Think about how to keep costs low while still having a backup ready in another region.
Using a primary region with active resources and a secondary region with cold standby reduces costs by not running full active resources everywhere, yet still provides failover capability.