I want to move my Amazon AWS EC2 Ubuntu instance with EBS to Microsoft Azure. This instance wasn't previously imported to the AWS, so I cannot use AWS import/export tools.
So the main question is how to grab VHD image from AWS and upload it on S3 or local drive?
There isn't a straight forward way to migrate from AWS to Azure or rather make use of Complete VHD handling.
One obvious but mundane way would be to recreate the instance from scratch in Azure, then going back to AWS zipping the files, upload to S3 and download them in Azure instance again.
Try to dockerize your environment in AWS, back up your docker cimages / containers and come back to Azure's instance and set them back. (Recommended)