
Ultimate access to all questions.
Your organization has stored sensitive data in a Cloud Storage bucket, and for regulatory reasons, your company must be able to rotate the encryption key used to secure this data. The data, which will be later processed in Dataproc, requires a method that aligns with Google-recommended practices for security. What should you do to ensure both security and compliance?
A
Create a key with Cloud Key Management Service (KMS). Encrypt the data using the encrypt method of Cloud KMS.
B
Create a key with Cloud Key Management Service (KMS). Set the encryption key on the bucket to the Cloud KMS key.
C
Generate a GPG key pair. Encrypt the data using the GPG key. Upload the encrypted data to the bucket.
D
Generate an AES-256 encryption key. Encrypt the data in the bucket using the customer-supplied encryption keys feature.