/aws-assume-role

A pip-installable Python CLI helper tool to easily assume AWS Roles.

Primary LanguagePythonMIT LicenseMIT

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!