An international media organization is migrating its digital asset management platform to Google Cloud. The architecture requires a single-region relational database (400 GB size) for content metadata that supports standard SQL queries and high availability (HA). Additionally, the organization needs to transfer 800 TB of legacy video archives from an on-premises data center to Cloud Storage Coldline within a 2-week migration window, but their available internet connection bandwidth is capped at 100 Mbps.
To minimize baseline operational costs while satisfying all technical and timeframe requirements, which TWO architectural decisions should you recommend? (Select TWO.)
- Provision Cloud SQL for MySQL configured with High Availability (HA) for the relational metadata database.Answer
- Order a Google Cloud Transfer Appliance to ingest the 800 TB historical video archive offline and ship it for data upload.Answer
- CDeploy a multi-zone Cloud Spanner instance to host the relational metadata database.
- DConfigure Storage Transfer Service to stream the 800 TB of video files directly over the 100 Mbps internet connection.
Answer
The organization should provision Cloud SQL for MySQL configured with High Availability for the database workload, and order a Google Cloud Transfer Appliance to transfer the 800 TB video archive offline.
Provisioning Cloud SQL for MySQL with High Availability fulfills single-region HA relational database requirements while keeping baseline infrastructure costs low compared to enterprise multi-region databases. Utilizing a Google Cloud Transfer Appliance provides an offline migration path capable of transferring 800 TB within the requested 2-week window, bypassing the throughput limitations of a 100 Mbps link.
Step-by-Step Solution
Key Concept
Cost-Optimized Database Selection and Large-Scale Offline Data Migration