A global logistics provider is designing a Google Cloud Storage solution for digital freight documentation and bills of lading. The data access profile is as follows:
- High-frequency reads and updates occur during the first 30 days after shipment creation.
- Access drops to infrequent administrative queries (less than once per month) between day 31 and day 90.
- After 90 days, files are rarely accessed but must be retained for 5 years to comply with international trade regulations.
- Regulatory mandates require strict immutability, ensuring files cannot be modified or deleted by any user or administrator during the 5-year retention window.
Which TWO architectural actions should you combine to optimize storage costs while satisfying all compliance requirements? (Select TWO)
- Configure an Object Lifecycle Management rule to transition objects from Standard to Nearline storage class after 30 days, and from Nearline to Archive storage class after 90 days.Answer
- Define a bucket retention policy of 5 years (1,825 days) and lock the policy using Bucket Lock.Answer
- CSet the default storage class of the bucket to Archive storage class upon creation to minimize baseline storage costs for all incoming documents.
- DApply individual object Access Control Lists (ACLs) removing delete permissions from all accounts on day 90 to satisfy immutability mandates.