Question 17 of 315
Single answerYou are creating a solution to remove backup files older than 90 days from your backup Cloud Storage bucket. You want to optimize ongoing Cloud Storage spend.
What should you do?
AWrite a lifecycle management rule in XML and push it to the bucket with gsutil
✓BWrite a lifecycle management rule in JSON and push it to the bucket with gsutil
CSchedule a cron script using gsutil ls ג€"lr gs://backups/** to find and remove items older than 90 days
DSchedule a cron script using gsutil ls ג€"l gs://backups/** to find and remove items older than 90 days and schedule it with cron
✓
Correct Answer: B
Write a lifecycle management rule in JSON and push it to the bucket with gsutil
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.