通过中转网关从 VPC 到 VPC 的 AWS 连接到 Neptune?

AWS connection to Neptune from VPC to VPC over a transit gateway?

我正在寻找有关从 Neptune 集群 存在的 VPC 连接到 AWS 中的 Neptune 集群的建议。我在想我是否有中转网关作为 2 个 VPC 之间的中间桥梁,我将能够代理连接,因此连接成功。

我需要这个来读写。对于生产级环境,这是可接受的方法吗?此外,一旦请求进入包含 Neptune 集群的 VPC,我希望从基于客户端的应用程序到达我认为的 REST 端点。

Transit Gateway 在这里是一种很好的生产方法。 VPC Peering between the two VPCs would also work well for production systems. There is also a reference architecture for using a Network Load Balancer or Application Load Balancer. If you have issues, you want to make sure your security groups and routing tables are configured correctly. Sending an HTTPS request to the Status endpoint 是测试您与 Neptune 连接的最简单方法。