需要端口转发VPN吗?

发布于 2025-01-18 00:46:50 字数 295 浏览 0 评论 0原文

我想知道我是否需要端口转发兼容的 VPN,因为我的任务如下:

我将在旅行时连接到 aws 服务,例如 documentDB 和 RDS。

因此,我计划购买专用 IP VPN,这样我就可以在旅行时工作,并将我的 VPN 的静态 IP 地址添加到 AWS 以授予我访问权限。

我正在使用 java spring boot 后端。它连接到documentDB和RDS并执行CRUD操作。

我的 VPN 需要兼容端口转发吗?

我计划购买具有专用 IP 的 NordVPN,但可能需要考虑其他需要端口转发的 VPN。

I'm wondering if I need port forwarding compatible Vpn given my tasks below:

Ill be connecting to aws services such as documentDB and RDS while travelling.

As a result, I plan on purchasing a dedicated IP VPN, so I can work while travelling, and add my VPN's static IP address to AWS to grant me access.

I'm working with a java spring boot backend. It connects to the documentDB and RDS and performs CRUD operations.

Does my VPN need to be port forwarding compatible?

I'm planning to purchase NordVPN with a dedicated IP, but might have to look into other VPNs port forwarding is required.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧人 2025-01-25 00:46:50

某些AWS服务仅是VPC,即仅从同一VPC网络访问。这些服务之一是DocumentDB,为了直接从笔记本电脑连接,您必须创建一个SSH隧道和端口向前。
话虽如此,您可以在AWS中有一个bastion主机,该AWS配置了正确的访问权限,SSH(Linux)或RDP(Windows),然后从该主机连接。

另一个选项是 https://aws.amazon.com/vpn/

Some AWS services are VPC only, i.e. accessible only from the same VPC network. One of those services is DocumentDB, in order to connect directly from your laptop you'll have to create an ssh tunnel and port forward.
Having said that, you could have a bastion host in AWS configured with the right access, ssh (Linux) or RDP (Windows) to it and connect from that host.

The other option is https://aws.amazon.com/vpn/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文