将VM从AWS迁移到基于Hyper-V的本地数据中心

时间:2018-07-11 10:42:33

标签: amazon-ec2 hyper-v

有人知道如何将实例迁移到Hyper v环境吗?

通常,我们会从虚拟环境迁移到云。但是我们确实有客户要求将工作负载从AWS移到物理数据中心。

我们在物理环境上运行Hyper-v。

1 个答案:

答案 0 :(得分:1)

您可以使用VM导入/导出,支持Hyper-V。这些操作将主要通过aws-cli工具执行,其中包括一些限制:

导出实例和卷受到以下限制:

You can't export an instance from Amazon EC2 unless you previously imported it into Amazon EC2 from another virtualization environment.

You must export your instances and volumes to one of the following image formats that your virtualization environment supports:

    Open Virtual Appliance (OVA), which is compatible with VMware vSphere versions 4, 5, and 6.

    Virtual Hard Disk (VHD), which is compatible with Citrix Xen and Microsoft Hyper-V virtualization products.

    Stream-optimized ESX Virtual Machine Disk (VMDK), which is compatible with VMware ESX and VMware vSphere versions 4, 5, and 6.

You can't export Amazon EBS data volumes.

You can't export an instance that has more than one virtual disk.

You can't export an instance that has more than one network interface.

You can't export an instance from Amazon EC2 if you've shared it from another AWS account.

You can't have more than five export tasks per region in progress at the same time.

VMs with volumes larger than 1 TiB are not supported.

我从中获得此信息的文档:

https://docs.aws.amazon.com/vm-import/latest/userguide/vmexport.html