
Explanation:
Correct Answer: C
Creating a snapshot schedule for the disk is the recommended approach because snapshots provide point-in-time copies of the disk, enabling efficient backup and restore operations. This method supports quick data restoration in case of a disaster and allows for the configuration of retention policies to automatically delete older backups, thereby saving costs.
Why not the others?
For more information, refer to Google Cloud's documentation on snapshot best practices and scheduled snapshots.
Ultimate access to all questions.
You are managing a Social Media Platform on Compute Engine. Ensuring no user data is lost is critical, and you need to implement regular backups of the VM’s boot disk. Additionally, the solution must allow for quick data restoration in disaster scenarios and automatically delete older backups to optimize costs. What is the Google recommended approach for this scenario?
A
Use Cloud Tasks to create an image and export it to Cloud Storage.
B
Create a cron job to create a new disk from the disk using gcloud.
C
Create a snapshot schedule for the disk using the desired interval.
D
Create an instance template using a Cloud Function.
No comments yet.