AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/ec2/request-spot-fleet.md

Summary

Added documentation for 'RequireEncryptionInTransit' parameter requiring encryption for in-transit traffic between instances

Security assessment

The change introduces documentation for a security feature (encryption in transit) but does not indicate a fix for an existing security vulnerability. It enhances security posture by informing users about encryption requirements.

Diff

diff --git a/cli/latest/reference/ec2/request-spot-fleet.md b/cli/latest/reference/ec2/request-spot-fleet.md
index bdff32ed2..ad822daf3 100644
--- a//cli/latest/reference/ec2/request-spot-fleet.md
+++ b//cli/latest/reference/ec2/request-spot-fleet.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.35 Command Reference](../../index.html) »
@@ -2424,0 +2425,6 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ec2-20
+>>>> 
+>>>> 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`
@@ -4130,0 +4137,6 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ec2-20
+>>>>>> 
+>>>>>> 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`
@@ -4618 +4630,2 @@ JSON Syntax:
-            }
+            },
+            "RequireEncryptionInTransit": true|false
@@ -4706 +4719,2 @@ JSON Syntax:
-                }
+                },
+                "RequireEncryptionInTransit": true|false
@@ -5045 +5059 @@ SpotFleetRequestId -> (string)
-  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.35 Command Reference](../../index.html) »