A fintech enterprise is designing a storage architecture on Google Cloud for financial audit logs. The access pattern and compliance requirements are defined as follows:
• Log objects are continuously uploaded and accessed heavily by real-time fraud detection systems during their first 30 days.
• After 30 days, access drops to near-zero, but data must be retained for 7 years ( days) to comply with legal regulations.
• In the rare event of a regulatory audit, objects must remain retrievable in milliseconds without multi-hour vault restoration delays.
• The architecture must guarantee immutability against deletion or modification during the compliance window while minimizing total cost of ownership (storage, retrieval fees, and early transition penalties).
Which TWO configuration decisions should the cloud engineer implement to satisfy these requirements?
- Set the bucket default storage class to Standard, and apply an Object Lifecycle Management rule to transition objects to Archive storage when their age reaches 30 days.Cevap
- Configure a Retention Policy with a duration of 7 years (2,555 days) on the bucket and lock it using Bucket Lock.Cevap
- CSet the bucket default storage class to Archive storage at creation time to minimize per-gigabyte storage costs starting from day one.
- DApply a lifecycle policy that transitions objects to Nearline storage at day 7, Coldline storage at day 14, and Archive storage at day 30.