Skip to content

Instantly share code, notes, and snippets.

@KensoDev
Created April 7, 2015 16:21
Show Gist options
  • Select an option

  • Save KensoDev/c3c696dfac116942ef36 to your computer and use it in GitHub Desktop.

Select an option

Save KensoDev/c3c696dfac116942ef36 to your computer and use it in GitHub Desktop.
GET list of running instance types on Amazon
ec2-describe-instances | grep running | awk '{print $9}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment