# AMD SEV

AMD Secure Encrypted Virtualization (SEV) represents a CPU capability that encompasses the subsequent attributes:

<details>

<summary>Attestation</summary>

AMD SEV-SNP facilitates the retrieval of a signed attestation report. This report contains a cryptographic measurement that validates the instance's current state and identity. Furthermore, it guarantees the instance's operation on authentic AMD hardware. Comprehensive details can be found in the Attestation with AMD SEV-SNP documentation.

</details>

<details>

<summary>Memory encryption</summary>

Commencing from AMD EPYC (Milan), AWS Graviton2, and Intel Xeon Scalable (Ice Lake) processors, memory encryption becomes an inherent feature. Instances that are activated with AMD SEV-SNP utilize an instance-specific key to encrypt their memory.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.enclaive.cloud/confidential-cloud/technology-in-depth/amd-sev.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
