Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marcelotmelo/5ace9e887355d76f065c81471424ab60 to your computer and use it in GitHub Desktop.
Save marcelotmelo/5ace9e887355d76f065c81471424ab60 to your computer and use it in GitHub Desktop.
aws ec2 describe-instances | jq -j '.Reservations[].Instances[] | (.PrivateIpAddress), ": # ", (.Tags[] | select(.Key=="Name") | .Value), "\n"' | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment