AWS cli documentation change
Summary
Added RequireEncryptionInTransit parameter documentation for launch templates
Security assessment
Adds documentation about enforcing in-transit encryption as a configuration option, which is a security feature but not tied to resolving a specific vulnerability.
Diff
diff --git a/cli/latest/reference/ec2/describe-launch-template-versions.md b/cli/latest/reference/ec2/describe-launch-template-versions.md index e548d5381..19f4f8c45 100644 --- a//cli/latest/reference/ec2/describe-launch-template-versions.md +++ b//cli/latest/reference/ec2/describe-launch-template-versions.md @@ -15 +15 @@ - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) » @@ -2884,0 +2885,6 @@ LaunchTemplateVersions -> (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` @@ -2982 +2988 @@ NextToken -> (string) - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) »