AWS Crop Duster
Fly over your AWS servers and get information that you can query on. Sometimes, AWS just doesn't give you the information you need. You want to build a system that will allow you to query changes in your AWS stack. With Crop Duster, you can both query state and transition.
Running & Installation
Crop Duster is a stand alone application for mfile:
gem install crop-duster
And then execute:
$ crop-duster AWS_SECRET=<IAM secret> AWS_KEY=<IAM key> AWS_BILLING_BUCKET=<S3 Bucket>
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request