QuestionQ161
Ensuring data protectionYou must implement an encryption-at-rest strategy that protects sensitive data while reducing key-management complexity for non-sensitive data. Your solution must meet these requirements:
- Schedule key rotation for sensitive data.
- Control the region in which encryption keys for sensitive data are stored.
- Minimize latency when accessing encryption keys for both sensitive and non-sensitive data.
What should you do?
- A Encrypt non-sensitive data and sensitive data with Cloud External Key Manager.
- B Encrypt non-sensitive data and sensitive data with Cloud Key Management Service.
- C Encrypt non-sensitive data with Google default encryption, and encrypt sensitive data with Cloud External Key Manager.
- D Encrypt non-sensitive data with Google default encryption, and encrypt sensitive data with Cloud Key Management Service.
Community Discussion