Hi all. I’m trying to create an EC2 instance with the AMI ami-0cf5f6f1d7001459a and I get the error View paste SC7Q
The corresponding AMI works for us-east-1 it’s just this one that doesn’t work.
Hi all. I’m trying to create an EC2 instance with the AMI ami-0cf5f6f1d7001459a and I get the error View paste SC7Q
The corresponding AMI works for us-east-1 it’s just this one that doesn’t work.
Hi Peter,
Thanks for reaching us.
Could you help me with the reproducing the issue please?
I cannot see the output. Seems like the paste is expired.
I created an instance with the given AMI ID with the AWS CLI. It works fine so far.
aws --region 'eu-west-1' \
ec2 run-instances \
--image-id 'ami-0cf5f6f1d7001459a' \
--instance-type 't4g.micro' \
--key-name $KEYPAIR \
--tag-specifications 'ResourceType=instance,Tags=[{Key=Name,Value=arm-bug-report}]'
I remember that we got similar error in the past and it was not related to the AMI but the infrastructure. Could you try again please?
Thanks!
Hi. Thanks for testing. It only fails on a1 instance type. T4g works ok so im unstuck. Is there any reason it fails on a1? The error was “segmentation error”
Hi Peter,
I am able to reproduce the issue too on a1.medium even with Amazon Linux 2023 al2023-ami-2023.6.20241010.0-kernel-6.1-arm64, ami-08c208c3af7f04012.
The status is shown as 2/3 checks passed ![]()
I suspect the issue is related to the AWS region (eu-west-1) infrastructure rather than the Amazon Machines Images. Since the same AlmaLinux OS AMI works fine on us-east-1.