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": []
        }
    ]
}
gefragt vor einem Jahr257 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen