
Ultimate access to all questions.
As a Google Associate Cloud Engineer, you are managing a crucial workload on Compute Engine. Ensuring regular backups of the boot disk for this workload is essential for business continuity. In the event of a disaster, you need the ability to restore these backups promptly. Additionally, to control costs, it's important to configure automatic deletion of older backups. Adhering to Google's recommended practices, what steps should you take?
A
Create a Cloud Function to create an instance template.
B
Create a snapshot schedule for the disk using the desired interval.
C
Create a cron job to create a new disk from the disk using gcloud.
D
Create a Cloud Task to create an image and export it to Cloud Storage.