QuestionQ229
Ensuring data protectionYour organization formerly stored files in Cloud Storage using Google Managed Encryption Keys (GMEK), but has recently changed its internal policy to require Customer Managed Encryption Keys (CMEK). You need to re-encrypt the files quickly and efficiently at minimal cost.
What should you do?
- A Reupload the files to the same Cloud Storage bucket specifying a key file by using gsutil.
- B Encrypt the files locally, and then use gsutil to upload the files to a new bucket.
- C Copy the files to a new bucket with CMEK enabled in a secondary region.
- D Change the encryption type on the bucket to CMEK, and rewrite the objects.
Community Discussion