Skip to content

Instantly share code, notes, and snippets.

@axelav
Forked from johnelliott/aws-instances.alias.sh
Created April 19, 2017 15:13
Show Gist options
  • Save axelav/af4f5a2d8da1c76b4add539b919502f8 to your computer and use it in GitHub Desktop.
Save axelav/af4f5a2d8da1c76b4add539b919502f8 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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment