Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ab/aws-owl
Watch for changes in AWS accounts.
https://github.com/ab/aws-owl
Last synced: about 1 month ago
JSON representation
Watch for changes in AWS accounts.
- Host: GitHub
- URL: https://github.com/ab/aws-owl
- Owner: ab
- Created: 2012-01-18T00:50:49.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-19T05:13:54.000Z (almost 13 years ago)
- Last Synced: 2024-04-21T01:55:26.901Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Great Horned Owl](http://upload.wikimedia.org/wikipedia/commons/thumb/9/98/GreatHornedOwl-Wiki.jpg/640px-GreatHornedOwl-Wiki.jpg)
# AWS Owl
AWS Owl watches your accounts, saving their state to a git repository and
emailing you with any changes.## AWS API
AWS Owl uses the official aws-sdk gem
. This is pretty sweet
for older features where the object models have been fully built out in ruby.
For newer features, you have to use the AWS::EC2::Client class to issue raw API
requests.### dependencies
- `aptitude install libxml2-dev libxslt1-dev` (needed for nokogiri)
- `gem install aws-sdk` (will pull in uuidtools, multi_xml, httparty, nokogiri, json)