AWS Security ChangesHomeSearch

AWS apigateway documentation change

Service: apigateway · 2025-11-22 · Documentation low

File: apigateway/latest/developerguide/set-up-api-with-vpclink-cli.md

Summary

Marked VPC links V1 as legacy and updated references

Security assessment

The changes add deprecation notices and recommend V2 links, but don't address specific security vulnerabilities or add security documentation.

Diff

diff --git a/apigateway/latest/developerguide/set-up-api-with-vpclink-cli.md b/apigateway/latest/developerguide/set-up-api-with-vpclink-cli.md
index a0b7567f7..f2a0c0ae7 100644
--- a//apigateway/latest/developerguide/set-up-api-with-vpclink-cli.md
+++ b//apigateway/latest/developerguide/set-up-api-with-vpclink-cli.md
@@ -5 +5,5 @@
-# Set up an API Gateway API with private integrations using the AWS CLI
+# Set up an API Gateway API with private integrations using the AWS CLI (legacy)
+
+###### Note
+
+The following implementation of private integrations uses VPC links V1. VPC links V1 are legacy resources. We recommend that you use [VPC links V2 for REST APIs](./apigateway-vpc-links-v2.html).
@@ -9 +13 @@ The following tutorial shows how to use the AWS CLI to create a VPC link and a p
-  * You need an Network Load Balancer created and configured with your VPC source as the target. For more information, see [Set up a Network Load Balancer for API Gateway private integrations](./set-up-nlb-for-vpclink-using-console.html). This must be in the same AWS account as your API. You need the Network Load Balancer ARN to create your VPC link.
+  * You need an Network Load Balancer created and configured with your VPC source as the target. For more information, see [Set up a Network Load Balancer for API Gateway private integrations (legacy)](./set-up-nlb-for-vpclink-using-console.html). This must be in the same AWS account as your API. You need the Network Load Balancer ARN to create your VPC link.
@@ -11 +15 @@ The following tutorial shows how to use the AWS CLI to create a VPC link and a p
-  * To create and manage a `VpcLink`, you need the permissions to create a `VpcLink` in your API. You don't need the permissions to use the `VpcLink`. For more information, see [Grant permissions for API Gateway to create a VPC link](./grant-permissions-to-create-vpclink.html).
+  * To create and manage a `VpcLink`, you need the permissions to create a `VpcLink` in your API. You don't need the permissions to use the `VpcLink`. For more information, see [Grant permissions for API Gateway to create a VPC link (legacy)](./grant-permissions-to-create-vpclink.html).
@@ -142 +146 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Grant permissions for API Gateway to create a VPC link
+Grant permissions for API Gateway to create a VPC link (legacy)
@@ -144 +148 @@ Grant permissions for API Gateway to create a VPC link
-Set up API with private integrations using OpenAPI
+API Gateway accounts used for private integrations (legacy)