Skip to content

A ruby script for cleaning up stale EC2 instances based on tags and age

License

Notifications You must be signed in to change notification settings

kylejohnson/harbinger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

harbinger

A ruby script for cleaning up stale EC2 instances based on tags and age

Requirements

  1. gem install aws-sdk
  2. Create a config.yml file in harbinger's directory with your AWS credentials. If you run harbinger.rb without this file, it'll tell you what to do. The 'Amazon EC2 Full Access' template has sufficient permissions.
  3. On ruby < 1.9, you'l need to add require 'rubygems' before require 'aws-sdk' in harbinger.rb.

About

A ruby script for cleaning up stale EC2 instances based on tags and age

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages