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