What happens when you enable automated backups on a Cloud SQL instance in Google Cloud?
Think about how automated backups help with data protection without manual intervention.
Enabling automated backups in Cloud SQL schedules daily backups automatically and retains them based on the retention period you set. This helps protect data without manual steps.
You want to back up a Compute Engine VM's disk regularly with minimal downtime. Which approach is best?
Consider how snapshots work with running disks and downtime.
Snapshots can be taken while the VM is running, minimizing downtime. Stopping the VM is not required, making snapshots the best choice for regular backups.
You store backups in a Cloud Storage bucket. What is the best practice to ensure backup data is protected from unauthorized access?
Think about controlling access and protecting data integrity.
Restricting access with IAM roles and enabling Object Versioning helps protect backup data from unauthorized access and accidental deletion.
You need to restore a Cloud SQL instance to a point in time 3 hours ago. Which method should you use?
Consider features that allow restoring to a specific time.
Point-in-Time Recovery allows restoring a Cloud SQL instance to any time within the backup retention period, such as 3 hours ago.
Your backups are growing large and costly in Cloud Storage. Which strategy best reduces storage costs while keeping backups reliable?
Think about balancing cost and data availability over time.
Lifecycle management policies can move older backups to cheaper storage classes like Coldline or Archive, reducing costs while keeping data available if needed.