How to check that SEV is enabled for a Confidential Virtual Machine (VM) on GCP?

Viewed 62

I would like to create a Confidential VM on Google Cloud Platform (GCP) using the AMD SEV technology. How do I check whether SEV really is enabled? I do not want to trust GCP, that is, I do not want to rely on the launch attestation report GCP provides.

Kind regards, Alex

1 Answers

Follow this link to see how to check SEV Enabled and to view the launch attestation report . To learn how to obtain more detailed information about the state of the Confidential VM instance by examining Cloud Monitoring integrity validation events, see Validating Confidential VM instances using Cloud Monitoring

Edit 1:

Based on your comment suggested below :

check this link if it might be useful

Related