Skip to content

Instantly share code, notes, and snippets.

@JamesJJ
Created December 3, 2018 00:11
Show Gist options
  • Save JamesJJ/62c437208e7f02b338611019f6a1f289 to your computer and use it in GitHub Desktop.
Save JamesJJ/62c437208e7f02b338611019f6a1f289 to your computer and use it in GitHub Desktop.
aws ec2 --region ap-southeast-1 describe-instances \
--query 'Reservations[*].Instances[*].[InstanceId,Tags[?Key==`Name`].Value|[0],State.Name,PrivateIpAddress]' --output table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment