AWS cli documentation change
Summary
Updated CLI version reference and added PlayerGatewayMode/PlayerGatewayConfiguration documentation with DDoS protection details
Security assessment
The change documents new PlayerGatewayMode capabilities explicitly mentioning DDoS protection benefits. While this introduces security-related functionality, it describes a feature enhancement rather than addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/gamelift/describe-fleet-attributes.md b/cli/latest/reference/gamelift/describe-fleet-attributes.md index 7d51d116f..676c0fb75 100644 --- a//cli/latest/reference/gamelift/describe-fleet-attributes.md +++ b//cli/latest/reference/gamelift/describe-fleet-attributes.md @@ -15 +15 @@ - * [AWS CLI 2.34.1 Command Reference](../../index.html) » + * [AWS CLI 2.34.4 Command Reference](../../index.html) » @@ -60 +60 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -> **This API works with the following fleet types:** EC2, Anywhere, Container +> **This API works with the following fleet types:** EC2, Anywhere @@ -1266,0 +1267,29 @@ FleetAttributes -> (list) +>> +>> PlayerGatewayMode -> (string) +>> +>>> Indicates whether player gateway is enabled for this fleet. Player gateway provides benefits such as DDoS protection with negligible impact to latency. +>>> +>>> If `ENABLED` or `REQUIRED` , game clients can use player gateway to connect with the game server. If `DISABLED` , game clients cannot use player gateway. Instead, they have to directly connect to the game server. +>>> +>>> Possible values: +>>> +>>> * `DISABLED` +>>> * `ENABLED` +>>> * `REQUIRED` +>>> + +>> +>> PlayerGatewayConfiguration -> (structure) +>> +>>> Configuration settings for player gateway on this fleet. +>>> +>>> GameServerIpProtocolSupported -> (string) +>>> +>>>> The IP protocol that your game servers support for player connections through player gateway. If the value is set to `IPv4` , GameLift will install and execute a lightweight IP translation software on fleet instances to receive and transform incoming IPv6 traffic to IPv4. If the value is set to `DUAL_STACK` , the lightweight IP translation software will not be installed on fleet instances. `DUAL_STACK` provides slightly better performance than `IPv4` . +>>>> +>>>> Possible values: +>>>> +>>>> * `IPv4` +>>>> * `DUAL_STACK` +>>>> + @@ -1289 +1318 @@ NextToken -> (string) - * [AWS CLI 2.34.1 Command Reference](../../index.html) » + * [AWS CLI 2.34.4 Command Reference](../../index.html) »