
Ultimate access to all questions.
Your organization has started using Cloud Storage for storing its customer’s data. According to your organization’s policy, you need to follow certain regulations: 1) All data older than one year must be Archived. 2) Data older than 5 years must be deleted. 3) All other data must be stored on Standard storage. How can you implement these guidelines in a simple manner?
A
Write a script that runs daily using CRON to copy data that is older than one year to an archival bucket, and delete five-year-old data.
B
Create Object Lifecycle management policies.
C
Write a script that runs daily using CRON to set storage class to ARCHIVE for data that is older than one year, and delete five-year-old data.
D