Match each organizational data security requirement to its corresponding Google Cloud encryption and key management architecture model.
- Google-default EncryptionData at rest is automatically encrypted using AES-256 with keys managed entirely by Google, requiring no customer configuration or operational management.
- Customer-Managed Encryption Keys (CMEK)Keys are generated and stored in Cloud KMS, allowing customer control over key lifecycle, IAM access permissions, and automated key rotation.
- Customer-Supplied Encryption Keys (CSEK)The customer provides a raw 256-bit AES key per API request, holding full responsibility for key storage, with Google using the key only in-memory to perform cryptographic operations.
- Cloud External Key Manager (Cloud EKM)Encryption key material resides strictly inside a customer-controlled external Hardware Security Module (HSM) located outside Google Cloud infrastructure, with Cloud KMS requesting encrypt/decrypt operations over API.
Cevap
Google-default Encryption matches automatic AES-256 encryption managed by Google without configuration. CMEK matches keys generated/stored in Cloud KMS with customer-controlled lifecycle and IAM permissions. CSEK matches customer-supplied raw 256-bit keys provided per API call with no GCP key persistence. Cloud EKM matches key material residing outside GCP in a third-party/on-premises HSM accessed via Cloud KMS.
Each key management tier represents a distinct boundary of operational responsibility and key location: Google-default is fully automated; CMEK stores keys in GCP Cloud KMS with customer-managed IAM/rotation policies; CSEK transiently receives raw customer keys per API call; Cloud EKM keeps master key material inside an external non-GCP HSM.
Adım Adım Çözüm
Anahtar Kavram
GCP Key Management Spectrum (Default, CMEK, CSEK, Cloud EKM)
Tahmini Süre:1m 30s