ExportImageTask: ClientError: Unsupported architecture 183 for <AMI-ID>
0
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": []
}
]
}
Topics
Tags
asked 24 days ago21 views
1 Answers
0
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.
answered 20 days ago
Relevant questions
ExportImageTask: ClientError: Unsupported architecture 183 for <AMI-ID>
asked 24 days agoVM Export: An error occurred (InvalidParameter) when calling the ExportImage operation: The image ID provided does not exist
asked 3 months agoEC2 Image Builder OVA Import Fail due to Unsupported 5.10 Linux Kernel on Amazon Linux 2 OS
asked 3 months agoVM Export: An error occurred (Invalid Parameter) when calling the ExportImage operation: Access denied to the bucket
asked 3 months agoChoosing of AMIs which suits for our project regarding
asked 2 months agoARM64 support for Batch jobs on AWS Fargate
Accepted Answerasked 5 months agoamazon-linux-extras install epel broken on ARM64 instances
asked 5 months agoWhy is the GPU not working out of the box for Deep learning AMI EC2 instance?
asked 2 months agoConverting SEsparce based VMware images to AMIs?
asked 6 months agoUse Dockerfile for Lambda running ARM64 Architecture
asked 3 months ago
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."