AWS cli documentation change
Summary
Added 'RequireEncryptionInTransit' parameter documentation for spot placement scores
Security assessment
Documents a new security control for encrypting inter-instance traffic, but no indication this fixes an existing vulnerability.
Diff
diff --git a/cli/latest/reference/ec2/get-spot-placement-scores.md b/cli/latest/reference/ec2/get-spot-placement-scores.md index 1a9b086e8..3d7ea93b2 100644 --- a//cli/latest/reference/ec2/get-spot-placement-scores.md +++ b//cli/latest/reference/ec2/get-spot-placement-scores.md @@ -15 +15 @@ - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) » @@ -730,0 +731,6 @@ Syntax: +>> +>> 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` @@ -799 +805,2 @@ JSON Syntax: - } + }, + "RequireEncryptionInTransit": true|false @@ -1119 +1126 @@ NextToken -> (string) - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) »