A healthcare research organization needs to migrate its core data assets to Google Cloud within a strict 6-week timeframe. The workload consists of of static genomic sequence files on an on-premises SAN and an active transactional PostgreSQL database. The facility has a single dedicated internet connection. The migration plan must ensure minimal database downtime with continuous synchronization, and governance rules mandate strict perimeter security controls to prevent data exfiltration to unauthorized external cloud resources. Which TWO architectural strategies should you incorporate into the migration design?
- Utilize Google Cloud Transfer Appliance devices to perform an offline bulk migration of the genomic dataset, and deploy Database Migration Service (DMS) with continuous Change Data Capture (CDC) for the PostgreSQL database.Cevap
- Configure VPC Service Controls around the target Cloud Storage buckets and database instances to establish a secure perimeter and block unauthorized data movement.Cevap
- CUse Storage Transfer Service over the existing connection to transfer the genomic dataset directly to Cloud Storage buckets.
- DRely strictly on custom IAM roles and bucket-level IAM policies on Cloud Storage to prevent data exfiltration across organizational boundaries.
Cevap
The correct architecture requires ordering Transfer Appliance devices for the petabyte-scale static dataset while using Database Migration Service with CDC for continuous database replication, combined with VPC Service Controls to prevent perimeter data exfiltration.
Moving over a network connection is mathematically impossible within 6 weeks, making offline Transfer Appliance devices mandatory for the static storage. Database Migration Service with CDC handles the live PostgreSQL replication. VPC Service Controls provide the required network perimeter boundary to safeguard against exfiltration to outside GCP projects.
Adım Adım Çözüm
Anahtar Kavram
Selecting data transfer appliances vs online transfer services based on bandwidth limitations, paired with VPC Service Controls for perimeter exfiltration defense.