Which of the following components directly affect the cost of a Cloud SQL instance in Google Cloud?
Think about what resources you pay for when running a virtual machine and storage in the cloud.
Cloud SQL pricing is based on the resources allocated: CPU, memory, storage, and network usage. User count or schema details do not directly affect pricing.
You choose between SSD and HDD storage for your Cloud SQL instance. How does this choice affect your monthly bill?
Think about performance differences and typical cloud storage pricing.
SSD storage offers faster performance but costs more per GB than HDD storage in Cloud SQL.
You enable High Availability (HA) for your Cloud SQL instance. What is the expected effect on your monthly cost?
Consider what happens behind the scenes when HA is enabled.
HA creates a standby instance in a different zone, effectively doubling the compute and memory resources billed.
How do automated backups affect your Cloud SQL monthly bill?
Think about where backups are stored and how storage is billed.
Backup storage exceeding the instance's allocated storage is charged separately, increasing costs.
You have a Cloud SQL instance with variable workload peaks during the day and low usage at night. Which approach best optimizes cost without losing availability?
Think about how to match resource allocation to demand dynamically.
Resizing the instance to match workload peaks and lows saves cost while maintaining availability. Deleting the instance causes downtime. HDD storage reduces cost but may hurt performance during peaks.