AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Added 'RequireEncryptionInTransit' parameter documentation for fleet modifications

Security assessment

Enhances documentation with encryption-in-transit requirements as a security control, but no evidence of addressing a specific security flaw.

Diff

diff --git a/cli/latest/reference/ec2/modify-fleet.md b/cli/latest/reference/ec2/modify-fleet.md
index eee00d9bf..6ddea5907 100644
--- a//cli/latest/reference/ec2/modify-fleet.md
+++ b//cli/latest/reference/ec2/modify-fleet.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.35 Command Reference](../../index.html) »
@@ -2039,0 +2040,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`
@@ -2184 +2190,2 @@ JSON Syntax:
-              }
+              },
+              "RequireEncryptionInTransit": true|false
@@ -2404 +2411 @@ Return -> (boolean)
-  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.35 Command Reference](../../index.html) »