可以在EC2上选择不同的物理主机吗?
我正在尝试设置两台复制数据的服务器。我想通过确保两个 EC2 实例位于不同的物理主机上但仍位于同一区域来确保高可用性。
是否可以确保您的实例与 EC2 位于不同的物理机上?
提前致谢!
I'm trying to setup two servers that replicate data. I want to ensure HA by making sure the two EC2 instances are on separate physical hosts while still being in the same region.
Is it possible to ensure you instances are on different physical machines with EC2?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 Windows,则在创建实例时可以从 4 个不同的可用区中进行选择。
引用自 http:// /aws.amazon.com/ec2/
“可用区是不同的位置,旨在隔离其他可用区的故障,并为同一区域中的其他可用区提供廉价、低延迟的网络连接。通过启动实例位于不同的可用区中,您可以保护您的应用程序免受单个位置故障的影响。”
If you're using Windows the when you create your instance you can select from 4 different availability zones.
Quoted from http://aws.amazon.com/ec2/
"Availability Zones are distinct locations that are engineered to be insulated from failures in other Availability Zones and provide inexpensive, low latency network connectivity to other Availability Zones in the same Region. By launching instances in separate Availability Zones, you can protect your applications from failure of a single location."