AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.32 to 2.34.34 and added a new --transit-gateway-configuration parameter for Client VPN endpoint configuration
Security assessment
This change adds a new configuration option for Client VPN endpoints to associate with Transit Gateway. While Client VPN is a security feature, this documentation update describes a new configuration parameter without addressing specific security vulnerabilities or incidents. The note 'This option is currently not supported' suggests it's a feature addition rather than a security fix.
Diff
diff --git a/cli/latest/reference/ec2/modify-client-vpn-endpoint.md b/cli/latest/reference/ec2/modify-client-vpn-endpoint.md index 7ad775533..b3840960f 100644 --- a//cli/latest/reference/ec2/modify-client-vpn-endpoint.md +++ b//cli/latest/reference/ec2/modify-client-vpn-endpoint.md @@ -15 +15 @@ - * [AWS CLI 2.34.32 Command Reference](../../index.html) » + * [AWS CLI 2.34.34 Command Reference](../../index.html) » @@ -83,0 +84 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ec2-20 + [--transit-gateway-configuration <value>] @@ -333,0 +335,36 @@ JSON Syntax: +`--transit-gateway-configuration` (structure) + +> The Transit Gateway configuration for the Client VPN endpoint. This option is currently not supported. +> +> TransitGatewayId -> (string) +> +>> The ID of the Transit Gateway to associate with the Client VPN endpoint. +> +> AvailabilityZones -> (list) +> +>> The Availability Zone names for the Transit Gateway association. You can specify up to the maximum number of Availability Zones supported by the Transit Gateway. You cannot specify both `AvailabilityZones` and `AvailabilityZoneIds` . +>> +>> (string) +> +> AvailabilityZoneIds -> (list) +> +>> The Availability Zone IDs for the Transit Gateway association. You can specify up to the maximum number of Availability Zones supported by the Transit Gateway. You cannot specify both `AvailabilityZones` and `AvailabilityZoneIds` . +>> +>> (string) + +Shorthand Syntax: + + + TransitGatewayId=string,AvailabilityZones=string,string,AvailabilityZoneIds=string,string + + +JSON Syntax: + + + { + "TransitGatewayId": "string", + "AvailabilityZones": ["string", ...], + "AvailabilityZoneIds": ["string", ...] + } + + @@ -489 +526 @@ Return -> (boolean) - * [AWS CLI 2.34.32 Command Reference](../../index.html) » + * [AWS CLI 2.34.34 Command Reference](../../index.html) »