Skip to content

Releases: ghchinoy/awstool

now with flags and actions

05 Jul 19:27
Compare
Choose a tag to compare
Pre-release

Added region flag and actions instances and security-groups

Examples

  • awstool -region us-west-1 instances - lists all instances in us-west-1 - note region flag must come before actions
  • awstool security-groups - lists security groups with instances, sorted by instances
  • awstool security-groups with-delete - same as above, but with AWS CLI commands to delete unused security groups (does not execute a delete)

Initial release

04 Jul 18:12
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial release with some binaries for OS X, Linux, and Windows.

Feel free to rename to awstool (or awstool.exe for Windows).