Skip to content

Instantly share code, notes, and snippets.

@fijimunkii
Created February 13, 2018 17:31
Show Gist options
  • Save fijimunkii/90b445b769608435c8de04e898c51849 to your computer and use it in GitHub Desktop.
Save fijimunkii/90b445b769608435c8de04e898c51849 to your computer and use it in GitHub Desktop.
check if ec2 instance supports Enhanced Networking
aws ec2 describe-instances --instance-ids $INSTANCE_ID --query "Reservations[].Instances[].EnaSupport"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment