Created
April 7, 2015 16:21
-
-
Save KensoDev/c3c696dfac116942ef36 to your computer and use it in GitHub Desktop.
GET list of running instance types on Amazon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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