Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are managing a Cloud Storage bucket used for storing backup files. To control costs, you need to implement a solution that will automatically remove backup files older than 90 days. What should you do?
A
Write a lifecycle management rule in XML and push it to the bucket with gsutil
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
D
Schedule a cron script using gsutil ls -l gs://backups/** to find and remove items older than 90 days and schedule it with cron