Project

rosie-aws

0.0
No commit activity in last 3 years
No release in over 3 years
A ruby gem that gives you functionality to clean up different types of AWS resources
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 10.0
>= 0

Runtime

 Project Readme

Rosie::AWS

Rosie

Your easy to use tool to help you clean up your AWS resources

Installation

gem install rosie-aws

Setup

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.

Usage

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

Development

To install this gem onto your local machine, run rake install.

Contributing

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.

License

The gem is available as open source under the terms of the MIT License.