- 最新
- 最多得票
- 最多評論
VMWare Cloud on AWS supports this, but EC2 does not. There are methods, mechanisms, and best practices for providing high availability provided in the AWS Well-Architected Reliability Pillar.
Traditional Virtualization: In this model, you have physical servers where hypervisors create virtual machines (VMs). Live migration involves moving a VM from one physical server to another without downtime. EC2: This is a managed service where AWS handles the underlying infrastructure. You don't have direct control over the physical servers. EC2 instances are virtual machines, but they are managed by AWS in a highly abstracted way.
Can the EC2 administrator perform live migration at any given time?
No. EC2 administrators do not have the capability to initiate live migration as you would in a traditional virtualization environment. AWS manages the underlying infrastructure and instance placement.
if you have HA requirments - AWS handles instance placement and will move instances to ensure uptime and optimal performance.
Thank you very much.
I will peruse the links to the documents you provided.
相關內容
- AWS 官方已更新 2 年前