Skip to content
/ pyqaws Public

Simple application to manage multiple AWS accounts (currently read-only)

License

Notifications You must be signed in to change notification settings

lsiudut/pyqaws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Simple application to manage multiple AWS accounts (currently read-only)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages