Created
March 8, 2016 18:54
-
-
Save jonathanhle/379c8e183f9f2ef71e4a to your computer and use it in GitHub Desktop.
AWS CLI Get SG Names in a List
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-security-groups --query 'SecurityGroups[*].{Name:GroupName}' --output text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment