Skip to content

Instantly share code, notes, and snippets.

@jessedearing
Created September 8, 2017 09:11
Show Gist options
  • Save jessedearing/fa8f32e39824227ce2b47c7ba3529b72 to your computer and use it in GitHub Desktop.
Save jessedearing/fa8f32e39824227ce2b47c7ba3529b72 to your computer and use it in GitHub Desktop.
aws --profile invision ec2 describe-instances --filters "Name=tag:Service,Values=mongo" | jq -r '.Reservations[].Instances[] | .PrivateIpAddress + " "+ (.Tags[] | select(.Key == "Name")).Value' | v -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment