AWS Working Sugar provides a set of useful tools for your day to day AWS duties.
go get github.com/Dal-Papa/awsugar
awsugar [command] [args]
-d, --dry-run Toggle a list-only mode without executing any action.
-h, --help help for awsugar
-r, --region string Choose the region to execute the actions in (default "us-west-2")
Clean your AWS account in various places
Clean your AWS account in various places including:
- Soft kill an EC2 instance with a snapshot first
- Remove deprecated ELB without target instances
- Remove available volumes and snapshot them
- Release unattached Elastic IPs and Network Interfaces
- Remove unused Security Groups (TODO)
- Remove unused Launch Configurations (TODO)
awsugar clean [type] [flags]
-h, --help help for clean
-s, --sweet-clean allow some preparation before cleaning (snapshot, etc.) (default true)
Search through various AWS services
Provides some helpers to search through services in AWS.
Allows to search for an IP in Route53.
awsugar search [type] [flags]
-h, --help help for search
--ip ipSlice list of IPs to search (default [])
-d, --dry-run Toggle a list-only mode without executing any action.
-r, --region string Choose the region to execute the actions in (default "us-west-2")