aws-assume-role

A helper tool to help you assume AWS roles


Keywords
aws-assume-role, aws, Python, assume-role, iam, iam-role, sts
License
MIT
Install
pip install aws-assume-role==1.1.0

Documentation

aws-assume-role

A helper tool to easily assume AWS Roles

Installation

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")

Contributing

Contributions are warmly welcomed! You can fork this project and file a PR if you want!