๐ก๏ธ Google GCE Instance Confidential Compute is not enabled๐ข
- Contextual name: ๐ก๏ธ Instance Confidential Compute is not enabled๐ข
- ID:
/ce/ca/google/compute-engine/compute-instance-confidential-computing - Tags:
- ๐ข Policy with categories
- ๐ข Policy with type
- ๐ข Production policy
- Policy Type:
COMPLIANCE_POLICY - Policy Categories:
SECURITY
Logicโ
- ๐ง prod.logic.yaml๐ข
Similar Policiesโ
- Cloud Conformity: Enable Confidential Computing for Virtual Machine Instances
Descriptionโ
Descriptionโ
Google Cloud encrypts data at-rest and in-transit, but customer data must be decrypted for processing. Confidential Computing is a breakthrough technology which encrypts data in-useโwhile it is being processed. Confidential Computing environments keep data encrypted in memory and elsewhere outside the central processing unit (CPU).
Confidential VMs leverage the Secure Encrypted Virtualization (SEV) feature of AMD EPYCโข CPUs. Customer data will stay encrypted while it is used, indexed, queried, or trained on. Encryption keys are generated in hardware, per VM, and not exportable. Thanks to built-in hardware optimizations of both performance and security, there is no significant performance penalty to Confidential Computing workloads.
Rationaleโ
Confidential Computing enables customers' sensitive code and other data encrypted in memory during processing. Google does not have access to the encryption keys. Confidential VM can help alleviate concerns about risk related to either dependency on Google infrastructure or Google insiders' access to customer data in the clear.
... see more
Remediationโ
Remediationโ
Confidential Computing can only be enabled when an instance is created. You must delete the current instance and create a new one.
From Google Cloud Consoleโ
- Go to the
VM instancespage by visiting: https://console.cloud.google.com/compute/instances.- Click
CREATE INSTANCE.- Fill out the desired configuration for your instance.
- Under the
Confidential VM servicesection, check the optionEnable the Confidential Computing service on this VM instance.- Click
Create.From Google Cloud CLIโ
Create a new instance with Confidential Compute enabled.
gcloud compute instances create <INSTANCE_NAME> --zone <ZONE> --confidential-compute --maintenance-policy=TERMINATE