AWS AWSCloudFormation documentation change
Summary
Updated IP address description to include IPv6 support when OutsideIpAddressType is set to Ipv6
Security assessment
The change expands supported IP address types to include IPv6 but does not address any security vulnerabilities or introduce security-specific content. It updates configuration options without security implications.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-ec2-customergateway.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-ec2-customergateway.md index 0f262f80b..c1f965ef8 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-ec2-customergateway.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-ec2-customergateway.md @@ -108 +108 @@ _Required_ : No -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 `Ipv6`, you can use an IPv6 address.