A python script for quickly managing and assuming AWS roles and users. Only supports Linux at the moment, Windows support will be implemented as needed.
Installing from pip
pip install awsrolemanager
Installing from source
git clone https://github.com/hotnops/aws_role_manager
cd aws_role_manager
python setup.py install
Easily save credentials by piping them to aws_role_manager
aws sts assume-role --role-arn <role arn> --role-session-name | awsrolemanager
Launch new command prompts with specified roles
awsrolemanager -m