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 instances
page by visiting: https://console.cloud.google.com/compute/instances. - Click
CREATE INSTANCE
. - Fill out the desired configuration for your instance.
- Under the
Confidential VM service
section, 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