AWS cli documentation change
Summary
Added 'RequireEncryptionInTransit' parameter documentation for launch template data
Security assessment
The change introduces documentation for encryption in transit enforcement between instances, which is a security feature. However, there's no evidence this addresses a specific vulnerability.
Diff
diff --git a/cli/latest/reference/ec2/get-launch-template-data.md b/cli/latest/reference/ec2/get-launch-template-data.md index 2db7e9e5a..6150e7ad6 100644 --- a//cli/latest/reference/ec2/get-launch-template-data.md +++ b//cli/latest/reference/ec2/get-launch-template-data.md @@ -15 +15 @@ - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) » @@ -2663,0 +2664,6 @@ LaunchTemplateData -> (structure) +>> +>> 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` @@ -2745 +2751 @@ LaunchTemplateData -> (structure) - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) »