无法匹配 Google App Engine 和 VPC 网络之间的区域

Cannot match region between Google App Engine & VPC Network

我是 between my project's Google App Engine and Compute engine with a serverless VPC network. The region of the GAE is set in northamerica-northeast1 (which can't be changed as described in the documentation), so I am trying to set up the VPC connector to be in the same region, following this guide

创建新的无服务器 VPC 连接器时,似乎没有为 northamerica-northeast1 选择区域,如屏幕截图所示。有没有办法将连接器设置到应用引擎已经设置的这个区域?在这一点上,我最不想做的就是开始一个全新的项目,只是为了在 GCP 上重新设置应用引擎和其他应用程序。

我在过去看到过一些关于 getting whitelisted 被允许访问特定请求的回复,但同样,我也不知道如何进行该过程,如果那是我最好的选项。

由于当前的产品限制,要在 App Engine 和 Compute Engine 之间建立连接,请在我们的 Public 问题跟踪器中提交功能请求,我们将实施对 northamerica-northeast1 区域的支持。为此,请参阅 link[1]

在与有用的 Google 支持代表取得联系后,VPC 网络确实不支持该特定区域。我最好的(也是唯一的)选择是建立一个新项目,有一个新区域并将我的 VPC 网络与新区域匹配,然后 migrate/copy 我从旧项目使用的任何数据集和应用程序到新的。