Re: amazon ec2 new type c5

2017-11-22 Thread Sayan Chowdhury
On Sun, Nov 19, 2017 at 7:34 PM, Muayyad AlSadi  wrote:
> hi,
>
> amazon ec2 have a new type c5
> fedora is not available on that
>
> https://aws.amazon.com/ec2/instance-types/c5/

ENA will be supported on the next release of fedimg[1]. So, the images
will be available soon on the instances that require ENA

[1] https://pagure.io/atomic-wg/issue/271


-- 
Sayan Chowdhury 
Senior Software Engineer, Fedora Engineering - Emerging Platform
GPG Fingerprint : 0F16 E841 E517 225C 7D13  AB3C B023 9931 9CD0 5C8B


Proud to work at The Open Organization!
___
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org


Re: amazon ec2 new type c5

2017-11-20 Thread Vitaly Kuznetsov
Muayyad AlSadi  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-xxx\"}}]

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