Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS EC2 Export Instance Task Status

I am exporting an EC2 Instance to a VM by following steps give here: https://docs.aws.amazon.com/vm-import/latest/userguide/vmexport.html

Under Monitor an instance export task, the Status shows as "Active" since about 6 hours now. Data is around 160GB on instance.

{
    "ExportTasks": [
        {
            "ExportTaskId": "export-i-<ID>",
            "ExportToS3Task": {
                "ContainerFormat": "ova",
                "DiskImageFormat": "vmdk",
                "S3Bucket": "exportedvmec2",
                "S3Key": "export-i-<ID>.ova"
            },
            "InstanceExportDetails": {},
            "State": "active"
        }
    ]
}

How long it takes for this to complete? Also, how do we make sure that this has not gone "Frozen"?

like image 350
404 Avatar asked Oct 26 '25 06:10

404


1 Answers

It seems that there is not much information about it.. In my case I had a 500GB vm, and it took almost 18 hours.

like image 116
Antonio Barcelata Avatar answered Oct 28 '25 21:10

Antonio Barcelata



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!