亚马逊VPC测试

发布于 2024-09-30 00:39:34 字数 209 浏览 3 评论 0原文

我销售在 Amazon EC2 上运行的产品。一家公司现在想要购买它并将其安装在其周边...这也意味着使用 VPN 连接到 EC2 数据中心。

我想在移交代码之前使用 Amazon VPN (VPC) 测试我的产品。我必须更改代码才能使其跨 VPC 运行吗?如果我在 Windows 上运行,那么想要最快、最简单的桌面 VPN 客户端来允许我通过 VPN 连接到 Amazon 数据中心?

I sell a product that runs on Amazon EC2. A company now wants to purchase and install it within their perimeter... This also implies the use of a VPN connection to the EC2 datacenter.

I want to test my product using Amazon VPN (VPC) before handing over the code. Must I change my code to make it work across VPC? If I run on Windows, then wants the quickest and easiest desktop VPN client avaialable that will allow me to connect across VPN to the Amazon datacenter?

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

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

发布评论

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

评论(1

清风疏影 2024-10-07 00:39:34

确保您设置 NAT 服务器并在 AWS 控制台中设置路由。您的客户可以拥有一些安全基础设施,用于将其数据中心扩展到云 - VPC 级别的防火墙规则等。在您部署到的服务器上禁用防火墙规则,因为您的 VPC 已经处理了这个问题。以 root 身份执行以下命令。 service iptables stop(我猜您可能已经知道这一点)

您的应用程序跨 VPC 运行重要吗?
根据您销售产品的公司规模,他们的安全团队可能会要求他们进行 VPC 到 VPC 的通信。您的软件跨 VPC 重要吗?

Make sure you setup NAT servers and set your routes in the AWS console. Your client can have some security infrastructure for extending their data center to the cloud - firewall rules at the VPC level etc. Disable firewall rules on the server you deploy to since your VPC already takes care of this. As root execute the following command. service iptables stop (you probably already know this I am guessing)

Is it important for your app to run across VPCs?
Depending on how large the company you are selling to is, their security team may give them the run around to have VPC to VPC communication. Is it important for your software to span across VPCs?

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