Sha256: 94310bc5221d49dc698b5a33ee97125b09bd050911d30526472642089075b8de
Contents?: true
Size: 842 Bytes
Versions: 7
Compression:
Stored size: 842 Bytes
Contents
# 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. Install using a gem file: gem install crop-duster And then execute: $ crop-duster import --db=<postgres url> AWS_SECRET=<IAM secret> AWS_KEY=<IAM key> AWS_BILLING_BUCKET=<S3 Bucket> For best results, schedule to run nightly. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
7 entries across 7 versions & 1 rubygems