Cannot Launch aws r6a Instance with Rocky Linux 9 ami

Hi,

An error occurred (UnsupportedOperation) when calling the RunInstances operation: The instance configuration for this AWS Marketplace product is not supported.

Is there a reason for that? r6i instance works :slight_smile:

aws ec2 run-instances \
   --image-id ami-0414d15e93b201470 \
   --count 1 \
   --instance-type r6a.xlarge \
   ...

Hm. Interesting.

I cannot seem to find the r6a instance family to attach the marketplace subscription to. I will open a ticket with AWS. Thank you for the report!

Awesome thanks!. Don’t know if it helps but I couldn’t launch an ami in eu-central-1a, I had to use eu-central-1b. Maybe it is related to availability?