An international retail company is architecting a new global e-commerce order management platform. The platform has two critical requirements: 1) A highly available database that supports multi-region, strongly consistent ACID transactions for customer orders across North America and Europe, and 2) A scalable object storage system for product image assets that integrates with Cloud KMS for automated key lifecycle management. Which TWO storage and database configurations should you choose to satisfy these requirements?
- Deploy Cloud Spanner with a multi-region instance configuration to host the transactional order database.Cevap
- Store product media assets in Cloud Storage buckets encrypted using Customer-Managed Encryption Keys (CMEK) managed via Cloud KMS.Cevap
- CDeploy Cloud SQL for PostgreSQL with cross-region read replicas to provide multi-region write consistency for order transactions.
- DStore product media assets in Cloud Storage using Customer-Supplied Encryption Keys (CSEK) to enable Cloud KMS key rotation.
Cevap
Select Cloud Spanner with a multi-region configuration for multi-region transactional writes, and store product media in Cloud Storage encrypted with Customer-Managed Encryption Keys (CMEK) via Cloud KMS.
Cloud Spanner natively delivers multi-region, horizontally scalable, strongly consistent ACID transactions for relational databases across multiple continents. Cloud Storage with Customer-Managed Encryption Keys (CMEK) provides scalable object storage while integrating with Google Cloud KMS for automated key creation, rotation, and lifecycle policy enforcement.
Adım Adım Çözüm
Anahtar Kavram
Selecting multi-region relational database services and managed key storage solutions based on consistency and operational requirements.