Posted On March 31, 2019

Limitations: VM Import to AWS

kimconnect 0 comments
blog.KimConnect.com >> Virtualization >> Limitations: VM Import to AWS
VM to AWS instance limitations:
– Cannot import VMs that have been created via P2V process
– Cannot import more than one volume. You must import the VM with only the boot volume, and import any additional disks using the ec2-import-volume command. After the ImportInstance task is complete, use the ec2-attach-volume command to associate the additional volumes with your instance.
– Cannot export Amazon Elastic Block Store (Amazon EBS) data volumes
– Cannot export an instance that has more than one network interface

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Linux: How to Manually Create a USB Bootable Drive for ESXi

Step 1: Find the USB mount root@kimlinux:/home/kim# ls /dev/s*/dev/sda /dev/sdb1 /dev/sdb3 /dev/sdc1 /dev/sg1 /dev/snapshot /dev/stdin/dev/sdb…

Install vCenter

- Download VMware-VCSA-all-6.0.0-2656757.iso - Download VirtualCloneDrive - Mount VCSA as virtual CD ROM - Disable…

PowerShell: vSphere 5.5 and TLS 1.2 Connection Issues

Intro: There was this situation when we experienced connection issues with "Connect-VIServer" commands from PowerShell…