You want to configure a solution for archiving data in a Cloud Storage bucket.
The solution must be cost-effective.
Data with multiple versions should be archived after 30 days.
Previous versions are accessed once a month for reporting.
This archive data is also occasionally updated at month-end.
What should you do?
Click on the arrows to vote for the correct answer
A. B. C. D.B.
https://cloud.google.com/storage/docs/managing-lifecyclesTo configure a cost-effective solution for archiving data in a Cloud Storage bucket, you can add a bucket lifecycle rule. This rule can specify when data should be moved to a lower-cost storage class (such as Nearline or Coldline Storage) after a certain period. The answer to this question will depend on the specific requirements outlined.
In this case, the data has multiple versions and should be archived after 30 days. Previous versions are accessed once a month for reporting, and the archive data is occasionally updated at month-end.
Option A: Add a bucket lifecycle rule that archives data with newer versions after 30 days to Coldline Storage.
Option B: Add a bucket lifecycle rule that archives data with newer versions after 30 days to Nearline Storage.
Option C: Add a bucket lifecycle rule that archives data from regional storage after 30 days to Coldline Storage.
Option D: Add a bucket lifecycle rule that archives data from regional storage after 30 days to Nearline Storage.
Therefore, the best option for this scenario would be to add a bucket lifecycle rule that archives data with newer versions after 30 days to Nearline Storage, which is Option B.