AWS cli documentation change
Summary
Updated IP address documentation to include IPv6 support
Security assessment
Clarifies IPv6 usage in customer gateway descriptions, enhancing documentation for security-related network configurations.
Diff
diff --git a/cli/latest/reference/ec2/describe-customer-gateways.md b/cli/latest/reference/ec2/describe-customer-gateways.md index e588147db..d92559ce8 100644 --- a//cli/latest/reference/ec2/describe-customer-gateways.md +++ b//cli/latest/reference/ec2/describe-customer-gateways.md @@ -15 +15 @@ - * [AWS CLI 2.27.46 Command Reference](../../index.html) » + * [AWS CLI 2.27.49 Command Reference](../../index.html) » @@ -387 +387 @@ CustomerGateways -> (list) ->>> IPv4 address for the customer gateway device’s outside interface. The address must be static. If `OutsideIpAddressType` in your VPN connection options is set to `PrivateIpv4` , you can use an RFC6598 or RFC1918 private IPv4 address. If `OutsideIpAddressType` is set to `PublicIpv4` , you can use a public IPv4 address. +>>> The IP address for the customer gateway device’s outside interface. The address must be static. If `OutsideIpAddressType` in your VPN connection options is set to `PrivateIpv4` , you can use an RFC6598 or RFC1918 private IPv4 address. If `OutsideIpAddressType` is set to `PublicIpv4` , you can use a public IPv4 address. If `OutsideIpAddressType` is set to `Ipv6` , you can use a public IPv6 address. @@ -405 +405 @@ CustomerGateways -> (list) - * [AWS CLI 2.27.46 Command Reference](../../index.html) » + * [AWS CLI 2.27.49 Command Reference](../../index.html) »