AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/ec2/create-launch-template.md

Summary

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

Security assessment

Adds documentation for a security feature enabling encryption in transit by default, which is a preventive measure rather than a vulnerability fix.

Diff

diff --git a/cli/latest/reference/ec2/create-launch-template.md b/cli/latest/reference/ec2/create-launch-template.md
index 049338c7f..f45531ca1 100644
--- a//cli/latest/reference/ec2/create-launch-template.md
+++ b//cli/latest/reference/ec2/create-launch-template.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.35 Command Reference](../../index.html) »
@@ -2656,0 +2657,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`
@@ -2978 +2984,2 @@ JSON Syntax:
-        }
+        },
+        "RequireEncryptionInTransit": true|false
@@ -3507 +3514 @@ Warning -> (structure)
-  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.35 Command Reference](../../index.html) »