AWS cli documentation change
Summary
Added 'RequireEncryptionInTransit' parameter documentation for spot fleet requests
Security assessment
Adds documentation about enforcing encrypted instance communication as a security feature, not a vulnerability fix.
Diff
diff --git a/cli/latest/reference/ec2/modify-spot-fleet-request.md b/cli/latest/reference/ec2/modify-spot-fleet-request.md index 5340f9ba8..da3520f47 100644 --- a//cli/latest/reference/ec2/modify-spot-fleet-request.md +++ b//cli/latest/reference/ec2/modify-spot-fleet-request.md @@ -15 +15 @@ - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) » @@ -1794,0 +1795,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` @@ -1875 +1881,2 @@ JSON Syntax: - } + }, + "RequireEncryptionInTransit": true|false @@ -2069 +2076 @@ Return -> (boolean) - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) »