Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 645 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 645 Bytes

pyqaws

Simple application to manage multiple AWS accounts. Currently only Read-Only mode is allowed and but once I find some time this will change.

Configuration

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

Contact

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 :).