
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.