Valid Professional-Cloud-Security-Engineer Dumps shared by EduDump.com for Helping Passing Professional-Cloud-Security-Engineer Exam! EduDump.com now offer the newest Professional-Cloud-Security-Engineer exam dumps, the EduDump.com Professional-Cloud-Security-Engineer exam questions have been updated and answers have been corrected get the newest EduDump.com Professional-Cloud-Security-Engineer dumps with Test Engine here:
A customer wants to move their sensitive workloads to a Compute Engine-based cluster using Managed Instance Groups (MIGs). The jobs are bursty and must be completed quickly. They have a requirement to be able to manage and rotate the encryption keys. Which boot disk encryption solution should you use on the cluster to meet this customer's requirements?
Correct Answer: B
For managing and rotating encryption keys in a Compute Engine-based cluster using Managed Instance Groups (MIGs), Customer-Managed Encryption Keys (CMEK) with Cloud KMS is the appropriate solution. Set Up Cloud KMS: Go to the Cloud Console and navigate to Security > Cryptographic Keys. Create a keyring and a key. Create and Use CMEK: While creating or updating a Compute Engine instance, specify the CMEK key. Example command: gcloud compute instances create example-instance \ --image-family=debian-9 \ --image-project=debian-cloud \ --boot-disk-kms-key=projects/[PROJECT_ID]/locations/global/keyRings/[KEY_RING]/cryptoKeys/[KEY] Rotate Keys: Rotate keys periodically using Cloud KMS by creating new key versions and updating the instances to use the new key versions. Customer-Managed Encryption Keys (CMEK) Using Customer-Managed Encryption Keys