ExportImageTask: ClientError: Unsupported architecture 183 for <AMI-ID>

1

Hello, I'm trying to export one of my AMIs, which is based on Amazon Linux for ARM64. When checking the status of the ExportImageTask I get:

{
    "ExportImageTasks": [
        {
            "ExportImageTaskId": "export-ami-XXXX",
            "S3ExportLocation": {
                "S3Bucket": "XXXX",
                "S3Prefix": "export/"
            },
            "Status": "cancelled",
            "StatusMessage": "ClientError: Unsupported architecture 183 for XXXX.aarch64",
            "Tags": []
        }
    ]
}
已提问 2 年前518 查看次数
2 回答
1

Hello, thank you for your post. Unfortunately, the VM Import/Export service does not support the ARM64/aarch64 architecture. Currently the service only supports x86-based images for import or export. There is an open feature request to support ARM64, however, there is no ETA.

AWS
支持工程师
已回答 2 年前
  • Thank you for your answer! I didn't find any public documentation about this limitation. Did I miss it? Also wish the error message was more descriptive to let the user know what you just stated, that "the VM Import/Export service does not support the ARM64/aarch64 architecture."

0

Bit of an oversight on AWS part here

julien
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则