https://github.com/talonx/ec2viz
Visualize your EC2 resources
https://github.com/talonx/ec2viz
Last synced: 4 months ago
JSON representation
Visualize your EC2 resources
- Host: GitHub
- URL: https://github.com/talonx/ec2viz
- Owner: talonx
- Created: 2012-05-22T12:21:13.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-01-12T05:36:28.000Z (over 10 years ago)
- Last Synced: 2024-12-27T02:25:12.540Z (6 months ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
EC2 Visualizer
========================This small app provides an easy way to visualize your EC2 Instances and group them by different criteria.
It shows just Instances for now, but more will come :)Dependencies
------------Python (I use 2.7, might work on older)
web.py (0.36, same disclaimer)
Boto (2.6.0, same disclaimer)Other that this, it uses the [GraphDracula](http://www.graphdracula.net/) library, and jQuery.
Usage
-----You need to put your AWS key and AWS secret in a text file called settings.conf in this format
[Credentials]
key=
secret=and place the file either in your Linux home directory or in the current directory from where you're running this.
After this, go to your ec2viz directory and type
python code.py 8080
Point your browser to http://:8080/static/view.html
(Takes a little while to load)