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年前

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

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

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

関連するコンテンツ