Skip to content

Instantly share code, notes, and snippets.

@johnelliott
Last active April 21, 2017 01:08
Show Gist options
  • Save johnelliott/5ce9960d33c534c7f843d4203d3ac016 to your computer and use it in GitHub Desktop.
Save johnelliott/5ce9960d33c534c7f843d4203d3ac016 to your computer and use it in GitHub Desktop.
AWS instances
# 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