Your easy to use tool to help you clean up your AWS resources
gem install rosie-aws
The aws-sdk
requires you to have set up your credentials and region using the AWS cli (https://aws.amazon.com/cli/) and running
aws configure
It wil use the credentials set in your ~/.aws/config
and ~/.aws/credentials
.
Running rosie
will give you your options:
⇒ rosie
Commands:
rosie clean_beanstalk_application_versions APPLICATION_NAME # Deletes all undeployed elastic beanstalk application versions
rosie clean_ecr_images REPO_NAME # Deletes all untagged docker images in your ECR
rosie help [COMMAND] # Describe available commands or one specific command
To install this gem onto your local machine, run rake install
.
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/rosie-aws. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.