Simple application to manage multiple AWS accounts. Currently only Read-Only mode is allowed and but once I find some time this will change.
Simple edit config.cfg file. Sample is provided. You can add more sections, accounts will be displayed in separated tabs.
[Account no 1]
aws_aki = access_key_here
aws_sak = secret_access_key_here
region = eu-west-1
[Account no 2]
aws_aki = access_key_here
aws_sak = secret_access_key_here
region = eu-west-1
If you want me to add some feature don't hesitate to mail me: [email protected] . Or you can just commit your code and request a pull :).