AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-13 · Documentation medium

File: cli/latest/reference/ec2/get-instance-types-from-instance-requirements.md

Summary

Added RequireEncryptionInTransit parameter to instance requirements documentation

Security assessment

Adds documentation about requiring encryption in transit as an instance selection criterion, which is a security feature but not tied to a specific security incident.

Diff

diff --git a/cli/latest/reference/ec2/get-instance-types-from-instance-requirements.md b/cli/latest/reference/ec2/get-instance-types-from-instance-requirements.md
index 9d03317ea..ee957776a 100644
--- a//cli/latest/reference/ec2/get-instance-types-from-instance-requirements.md
+++ b//cli/latest/reference/ec2/get-instance-types-from-instance-requirements.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.35 Command Reference](../../index.html) »
@@ -669,0 +670,6 @@ Syntax:
+> 
+> RequireEncryptionInTransit -> (boolean)
+>
+>> Specifies whether instance types must support encrypting in-transit traffic between instances. For more information, including the supported instance types, see [Encryption in transit](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/data-protection.html#encryption-transit) in the _Amazon EC2 User Guide_ .
+>> 
+>> Default: `false`
@@ -735 +741,2 @@ JSON Syntax:
-      }
+      },
+      "RequireEncryptionInTransit": true|false
@@ -1041 +1048 @@ NextToken -> (string)
-  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.35 Command Reference](../../index.html) »