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": []
        }
    ]
}
質問済み 1年前257ビュー
1回答
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
エキスパート
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ