Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我计划在亚马逊 EC2 中有一个多服务器架构,服务器需要相互通信。这些服务器需要位于不同的亚马逊地区(不同的数据中心)。我可以只使用亚马逊ec2的内部网络吗?有哪些安全问题?我是否应该在此设置中强制使用 Amazon VPC。
果酱
如果您计划在不同区域创建实例,请选择 VPC,因为 VPC 为您提供更高的安全性。您也可以限制这些机器以进行有限的外部访问。作为安全部分,VPC 比经典的 EC2 实例更好,因为您甚至可以只允许 VPC 到 VPC 的连接。