Your organization processes sensitive health information. You want to ensure that data is encrypted while in use by the virtual machines (VMs). You must create a policy that is enforced across the entire organization.
What should you do?
A.
Implement an organization policy that ensures that all VM resources created across your organization use customer-managed encryption keys (CMEK) protection.
B.
Implement an organization policy that ensures all VM resources created across your organization are Confidential VM instances.
C.
Implement an organization policy that ensures that all VM resources created across your organization use Cloud External Key Manager (EKM) protection.
D.
No action is necessary because Google encrypts data while it is in use by default.
To ensure that data is encrypted while in use by the virtual machines (VMs) and enforce this policy across your organization, you should use Confidential VM instances. Here are the steps:
Enable Confidential VM:
Ensure that Confidential VMs are available in your selected regions and enabled for your project.
Set Organization Policy:
Implement an organization policy to enforce the use of Confidential VM instances for all VMs across your organization.
Use the Google Cloud Console or the gcloud command-line tool to set this policy. Example command:
Ensure that all newly created VMs across your organization are Confidential VMs.
Regularly monitor compliance through the Google Cloud Console and set up alerts if non-compliant VMs are created.
Benefits:
Data Encryption in Use: Confidential VMs ensure that data is encrypted not just at rest and in transit but also while in use.
Policy Enforcement: Organization policies provide a way to enforce security configurations across all projects under your organization.
References
Confidential Computing Documentation
Creating and Managing Organization Policies
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit