Skip to content

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

License

Notifications You must be signed in to change notification settings

phanama/aws-assume-role

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!