AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-07-04 · Documentation low

File: cli/latest/reference/ec2/describe-hosts.md

Summary

Added documentation for AMD SEV-SNP (Secure Encrypted Virtualization-Secure Nested Paging) settings in CPU options for Dedicated Hosts

Security assessment

Documents AMD SEV-SNP encryption capability for virtual machines, enhancing security posture by enabling memory encryption. No vulnerability fix indicated.

Diff

diff --git a/cli/latest/reference/ec2/describe-hosts.md b/cli/latest/reference/ec2/describe-hosts.md
index a9deaa3ec..21bfb8294 100644
--- a//cli/latest/reference/ec2/describe-hosts.md
+++ b//cli/latest/reference/ec2/describe-hosts.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.13 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.15 Command Reference](../../index.html) »
@@ -471,0 +472 @@ Hosts -> (list)
+>>>   * `configuring`
@@ -554,0 +556,15 @@ Hosts -> (list)
+>> 
+>> CpuOptions -> (structure)
+>>
+>>> The CPU options for the Dedicated Host, including AMD Secure Encrypted Virtualization-Secure Nested Paging (AMD SEV-SNP) settings.
+>>> 
+>>> AmdSevSnp -> (string)
+>>>
+>>>> Specifies whether AMD Secure Encrypted Virtualization-Secure Nested Paging (AMD SEV-SNP) is enabled or disabled for the Dedicated Host. If you don’t specify a value, AMD SEV-SNP is `disabled` .
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `enabled`
+>>>>   * `disabled`
+>>>> 
+
@@ -570 +586 @@ NextToken -> (string)
-  * [AWS CLI 2.35.13 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.15 Command Reference](../../index.html) »