AWS apigateway documentation change
Summary
Added documentation about IP address type changes when migrating API endpoint types between private and Regional
Security assessment
Changes describe IP address type behavior during endpoint migration but do not address security vulnerabilities or weaknesses
Diff
diff --git a/apigateway/latest/developerguide/apigateway-api-migration.md b/apigateway/latest/developerguide/apigateway-api-migration.md index a26e03b56..fae23af38 100644 --- a/apigateway/latest/developerguide/apigateway-api-migration.md +++ b/apigateway/latest/developerguide/apigateway-api-migration.md @@ -77,0 +78,2 @@ To change the API endpoint type of your API, perform one of the following sets o +Because you're migrating the endpoint type from private to Regional, API Gateway changes the IP address type to IPv4. For more information, see [IP address types for REST APIs in API Gateway](./api-gateway-ip-address-type.html). + @@ -100,0 +103,2 @@ To change the API endpoint type of your API, perform one of the following sets o +Because you're migrating the endpoint type from Regional to private, API Gateway changes the IP address type to dualstack. For more information, see [IP address types for REST APIs in API Gateway](./api-gateway-ip-address-type.html). + @@ -143 +147 @@ API Gateway endpoint types -Methods +IP address types for REST APIs in API Gateway