A helper tool to easily assume AWS Roles
Install:
pip3 install aws-assume-role
Example usages:
- Print to your terminal:
aws-assume-role --role-name="test_role" --account-id="123456789012"
- Export to current terminal:
eval $(aws-assume-role --role-name="test_role" --account_id="123456789012")
Contributions are warmly welcomed! You can fork this project and file a PR if you want!