Skip to content

now with flags and actions

Pre-release
Pre-release
Compare
Choose a tag to compare
@ghchinoy ghchinoy released this 05 Jul 19:27

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)