AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-08-28 · Documentation medium

File: cli/latest/reference/ec2/describe-client-vpn-endpoints.md

Summary

Added EndpointIpAddressType and TrafficIpAddressType fields documenting IP address type support (IPv4/IPv6/dual-stack) for VPN endpoints.

Security assessment

The change documents expanded IP address type configurations for Client VPN endpoints, which enhances security documentation by clarifying supported network security configurations. However, it does not address a specific security vulnerability.

Diff

diff --git a/cli/latest/reference/ec2/describe-client-vpn-endpoints.md b/cli/latest/reference/ec2/describe-client-vpn-endpoints.md
index 012d9b28c..3a02dbd4d 100644
--- a//cli/latest/reference/ec2/describe-client-vpn-endpoints.md
+++ b//cli/latest/reference/ec2/describe-client-vpn-endpoints.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.19 Command Reference](../../index.html) »
@@ -597,0 +598,8 @@ ClientVpnEndpoints -> (list)
+>> 
+>> EndpointIpAddressType -> (string)
+>>
+>>> The IP address type of the Client VPN endpoint. Possible values are `ipv4` for IPv4 addressing only, `ipv6` for IPv6 addressing only, or `dual-stack` for both IPv4 and IPv6 addressing.
+>> 
+>> TrafficIpAddressType -> (string)
+>>
+>>> The IP address type of the Client VPN endpoint. Possible values are either `ipv4` for IPv4 addressing only, `ipv6` for IPv6 addressing only, or `dual-stack` for both IPv4 and IPv6 addressing.
@@ -613 +621 @@ NextToken -> (string)
-  * [AWS CLI 2.28.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.19 Command Reference](../../index.html) »