Muayyad AlSadi <als...@gmail.com> writes:

> hi,
>
> amazon ec2 have a new type c5
> fedora is not available on that
>
> https://aws.amazon.com/ec2/instance-types/c5/

c5 instances require ENA support and it seems we don't claim it while
creating AMIs (but we actually do have 'CONFIG_ENA_ETHERNET=m' enabled)
I'm not sure about the tooling used but in case it is aws-cli there is a
special '--ena-support' key to 'aws ec2 register-image':

aws ec2 register-image --region .. --name 'fedora-...' --architecture x86_64 
--root-device-name '/dev/sda1' --virtualization-type hvm --ena-support 
--block-device-mappings "[{\"DeviceName\": 
\"/dev/sda1\",\"Ebs\":{\"SnapshotId\":\"snap-xxxxxxx\"}}]

This is not only a C5 issue, ENA is available for other instance types
too.

-- 
  Vitaly
_______________________________________________
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org

Reply via email to