AWS AWSCloudFormation documentation change
Summary
Simplified documentation about App Runner network IP address types by removing a note about dual-stack limitations
Security assessment
The removed note described feature limitations (IPv6 support for private endpoints) but did not address security vulnerabilities or introduce security documentation. The change appears to streamline content without security implications.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-apprunner-service-networkconfiguration.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-apprunner-service-networkconfiguration.md index 56d50d38c..9705774d3 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-apprunner-service-networkconfiguration.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-apprunner-service-networkconfiguration.md @@ -62,5 +62 @@ _Required_ : No -App Runner provides you with the option to choose between _Internet Protocol version 4 (IPv4)_ and _dual stack_ (IPv4 and IPv6) for your incoming public network configuration. This is an optional parameter. If you do not specify an `IpAddressType`, it defaults to select IPv4. - -###### Note - -Currently, App Runner supports dual stack for only Public endpoint. Only IPv4 is supported for Private endpoint. If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint. +App Runner provides you with the option to choose between _IPv4_ and _dual stack_ (IPv4 and IPv6) for your incoming public network configuration. This is an optional parameter. If you do not specify an `IpAddressType`, it defaults to select IPv4.