You are designing storage for two relational tables that are part of a 10-TB database on Google Cloud. You want to support transactions that scale horizontally. You also want to optimize data for range queries on nonkey columns. What should you do?
To re-encrypt all of your CMEK-protected Cloud Storage data after a key has been exposed, and to ensure future writes are protected with a new key, creating a new Cloud KMS key and a new Cloud Storage bucket is the best approach. Here's why option C is the best choice:
Re-encryption of Data:
By creating a new Cloud Storage bucket and copying all objects from the old bucket to the new bucket while specifying the new Cloud KMS key, you ensure that all data is re-encrypted with the new key.
This process effectively re-encrypts the data, removing any dependency on the compromised key.
Ensuring CMEK Protection:
Creating a new bucket and setting the new CMEK as the default ensures that all future objects written to the bucket are automatically protected with the new key.
This reduces the risk of objects being written without CMEK protection.
Deletion of Compromised Key:
Once the data has been copied and re-encrypted, the old key can be safely deleted from Cloud KMS, eliminating the risk associated with the compromised key.
Steps to Implement:
Create a New Cloud KMS Key:
Create a new encryption key in Cloud KMS to replace the compromised key.
Create a New Cloud Storage Bucket:
Create a new Cloud Storage bucket and set the default CMEK to the new key.
Copy and Re-encrypt Data:
Use the gsutil tool to copy data from the old bucket to the new bucket while specifying the new CMEK key:
gsutil -o 'GSUtil:gs_json_api_version=2' cp -r gs://old-bucket/* gs://new-bucket/
Delete the Old Key:
After ensuring all data is copied and re-encrypted, delete the compromised key from Cloud KMS.
Cloud KMS Documentation
Cloud Storage Encryption
Re-encrypting Data in Cloud Storage
Wilda
6 months agoDudley
6 months agoRoosevelt
6 months agoSunshine
7 months agoJanet
7 months agoDanica
7 months agoLaila
7 months agoFletcher
7 months agoVirgilio
8 months agoMarylyn
8 months agoAimee
8 months agoOneida
8 months agoLoreta
8 months agoMaira
8 months agoSage
1 year agoNickolas
1 year agoRaymon
11 months agoArthur
11 months agoLajuana
12 months agoArminda
12 months agoDaisy
1 year agoKimberely
11 months agoMagdalene
11 months agoShawnee
12 months agoDevorah
1 year agoBilly
11 months agoBrock
12 months agoGoldie
1 year agoKeshia
1 year agoMadelyn
11 months agoGwenn
11 months agoLai
11 months agoJamika
1 year agoRemona
1 year agoBen
1 year agoBobbie
1 year ago