Skip to content

Instantly share code, notes, and snippets.

@doapp-ryanp
Last active April 24, 2017 15:41
Show Gist options
  • Save doapp-ryanp/42edef7c122ee2b01e67a16320104cdb to your computer and use it in GitHub Desktop.
Save doapp-ryanp/42edef7c122ee2b01e67a16320104cdb to your computer and use it in GitHub Desktop.
16.04 AMIs that don't support ENA
@gaughen
Copy link

gaughen commented Apr 21, 2017

When I type the exact same commands as you, I get results showing that the attribute is set:

gaughen@glitter:~$ aws ec2 describe-images --image-id ami-80861296 --query 'Images[].EnaSupport' --region us-east-1 [ true ]
gaughen@glitter:~$ aws ec2 describe-images --image-id ami-e4139df2 --query 'Images[].EnaSupport' --region us-east-1 [ true ]

Do you have any issues launching instances with these AMIs? I'm wondering if something is misconfigured in your cli settings.

@doapp-ryanp
Copy link
Author

doapp-ryanp commented Apr 24, 2017

Hi @gaughen turns out I had an out-of-date (few months old) version of the AWS CLI. This version works, so I am all set. thanks.

aws --version
aws-cli/1.11.80 Python/2.7.12 Darwin/16.5.0 botocore/1.5.43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment