Created
February 13, 2018 17:31
-
-
Save fijimunkii/90b445b769608435c8de04e898c51849 to your computer and use it in GitHub Desktop.
check if ec2 instance supports Enhanced Networking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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