AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Added --cpu-options parameter with AMD SEV-SNP security feature configuration

Security assessment

Documents new AMD SEV-SNP encryption feature for memory integrity protection. Adds security capability documentation but doesn't address a specific vulnerability.

Diff

diff --git a/cli/latest/reference/ec2/allocate-hosts.md b/cli/latest/reference/ec2/allocate-hosts.md
index 530801bc0..c9fb57f16 100644
--- a//cli/latest/reference/ec2/allocate-hosts.md
+++ b//cli/latest/reference/ec2/allocate-hosts.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.13 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.15 Command Reference](../../index.html) »
@@ -74,0 +75 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ec2-20
+    [--cpu-options <value>]
@@ -335,0 +337,29 @@ Syntax:
+`--cpu-options` (structure)
+
+> The CPU configuration options to apply to the Dedicated Host.
+> 
+> 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`
+>> 
+
+
+Shorthand Syntax:
+    
+    
+    AmdSevSnp=string
+    
+
+JSON Syntax:
+    
+    
+    {
+      "AmdSevSnp": "enabled"|"disabled"
+    }
+    
+
@@ -572 +602 @@ HostIds -> (list)
-  * [AWS CLI 2.35.13 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.15 Command Reference](../../index.html) »