AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/ec2/create-fleet.md

Summary

Added 'RequireEncryptionInTransit' parameter to enforce in-transit encryption between instances

Security assessment

Introduces documentation for a new security feature requiring encryption in transit for EC2 instances, which enhances data protection but does not address a specific vulnerability.

Diff

diff --git a/cli/latest/reference/ec2/create-fleet.md b/cli/latest/reference/ec2/create-fleet.md
index b1c37968d..99093f9d1 100644
--- a//cli/latest/reference/ec2/create-fleet.md
+++ b//cli/latest/reference/ec2/create-fleet.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.35 Command Reference](../../index.html) »
@@ -2288,0 +2289,6 @@ JSON 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`
@@ -2433 +2439,2 @@ JSON Syntax:
-              }
+              },
+              "RequireEncryptionInTransit": true|false
@@ -4692,0 +4700,6 @@ Errors -> (list)
+>>>>> 
+>>>>> 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`
@@ -6521,0 +6535,6 @@ Instances -> (list)
+>>>>> 
+>>>>> 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`
@@ -7760 +7779 @@ Instances -> (list)
-  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.35 Command Reference](../../index.html) »