Skip to content

Instantly share code, notes, and snippets.

@v0rts
Created June 8, 2021 18:16
Show Gist options
  • Save v0rts/3ef1357ac3b9dde706c20d1ff3f4c68b to your computer and use it in GitHub Desktop.
Save v0rts/3ef1357ac3b9dde706c20d1ff3f4c68b to your computer and use it in GitHub Desktop.
aws ec2 describe-instances --filter "Name=instance-state-name,Values=running" --query "Reservations[*].Instances[*].[PrivateIpAddress, Tags[?Key=='Name'].Value|[0]]" --output tex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment