aws-graph
Draw AWS network graph with Graphviz.
Installation
Add this line to your application's Gemfile:
gem 'aws-graph'
And then execute:
$ bundle
Or install it yourself as:
$ gem install aws-graph
Usage
Make config.yml
aws_access_key_id: XXXXXXXXXXXXXXXXXXXX
aws_secret_access_key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
aws_region: ap-northeast-1
And draw graph
$ aws-graph draw -c config.yml -o output.png
Contributing
- Fork it ( http://github.com/
/aws-graph/fork ) - 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