I have to backup a windows server 2008 32bit I have on aws ec2, to my on premise vmware infrastructure. My objectif is to keep the .vmdk files aws provided me ( 2 disks ) and being able to restore the instance in my own infrastructure if needed.
I cannot use the aws ec2 create-instance-export-task because I have more than 1 disk, and do not match command requirements.
I have converted my ec2 to an AMI to use this command : aws ec2 export-image --image-id ami-id --disk-image-format VMDK
I had to follow this process to restore the .vmdk from the -flat.vmdk aws provided. https://www.settlersoman.com/how-to-recover-missing-vmx-and-vmdk-descriptor-file/
If I create a new VM with same CPU/Memory as my instance on AWS (t2.small), and then attach the .VMDK, i'm not able to make it boot. I tried with differents settings in vmware but nothing works.
I tried on VMWARE ESXI 6.0, VirtualBOx and vmware workstation.
Does anyone have a procedure to export a windows ec2 to an on premise hypervisor ( not using create-instance-export-task ) ?