StatusMessage": "ClientError: Unsupported architecture. 32-bit architecture is not supported in this region."

0

Hello, there. I am trying to migrate my windows 7 vm from my local computer to an amazon AMI. The vm is 32 bit based. I get the error below when monitoring the import image task.

{
    "ImportImageTasks": [
        {
            "Description": "Windows 7 DA",
            "ImportTaskId": "import-ami-xx",
            "Platform": "Windows",
            "SnapshotDetails": [
                {
                    "Description": "Windows 7 DA",
                    "DeviceName": "/dev/sde",
                    "DiskImageSize": xx,
                    "Format": "VHD",
                    "Status": "completed",
                    "Url": "s3://xx.vhd",
                    "UserBucket": {
                        "S3Bucket": "xx",
                        "S3Key": "images/xx"
                    }
                }
            ],
            "Status": "deleted",
            "StatusMessage": "ClientError: Unsupported architecture. 32-bit architecture is not supported in this region.",
            "Tags": []
        }
    ]
}
asked a year ago248 views
1 Answer
0

The error message is clear here - 32-bit operating systems aren't supported. Windows 7 is also very old - support ended in 2020.

I'd suggest instead using a newer 64-bit Windows version and migrating your applications to it.

profile pictureAWS
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions