Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are tasked with optimizing ongoing Cloud Storage spend by removing backup files older than 90 days from your backup Cloud Storage bucket. What is the most efficient method to achieve this?
A
Schedule a cron script using gsutil ls –l gs://backups/** to find and remove items older than 90 days and schedule it with cron
gsutil ls –l gs://backups/**
B
Write a lifecycle management rule in JSON and push it to the bucket with gsutil
C
Schedule a cron script using gsutil ls –lr gs://backups/** to find and remove items older than 90 days
gsutil ls –lr gs://backups/**
D
Write a lifecycle management rule in XML and push it to the bucket with gsutil