Skip to content

Instantly share code, notes, and snippets.

@saurabh-hirani
Created July 9, 2021 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh-hirani/f5f3dae5f718d178a19cc23437d73c1d to your computer and use it in GitHub Desktop.
Save saurabh-hirani/f5f3dae5f718d178a19cc23437d73c1d to your computer and use it in GitHub Desktop.
test.sh
./aws-ec2-describe-instances-csv | \
q -O -H -d',' 'select * from - where public_or_private == "Public" and az like "ap-south%"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment