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": []
        }
    ]
}
preguntada hace un año257 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas