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개 답변
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
전문가
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠