AWS cli documentation change
Summary
Added RequireEncryptionInTransit parameter documentation for spot fleets
Security assessment
Documents the ability to require encryption for inter-instance traffic in spot fleets, enhancing security documentation without addressing a known vulnerability.
Diff
diff --git a/cli/latest/reference/ec2/describe-spot-fleet-requests.md b/cli/latest/reference/ec2/describe-spot-fleet-requests.md index 15204a077..e8fdc8590 100644 --- a//cli/latest/reference/ec2/describe-spot-fleet-requests.md +++ b//cli/latest/reference/ec2/describe-spot-fleet-requests.md @@ -15 +15 @@ - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) » @@ -2722,0 +2723,6 @@ SpotFleetRequestConfigs -> (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` @@ -4428,0 +4435,6 @@ SpotFleetRequestConfigs -> (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` @@ -4769 +4781 @@ SpotFleetRequestConfigs -> (list) - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) »