Last active
April 21, 2017 01:08
-
-
Save johnelliott/5ce9960d33c534c7f843d4203d3ac016 to your computer and use it in GitHub Desktop.
AWS instances
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
# requires ~/.aws/config or $ aws configure to work | |
alias inst="aws ec2 describe-instances --output text|grep INSTANCES|cut -f10,14|sort" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment