Add MFA integration and friendly profile names
mmmorris1975 opened this issue · 1 comments
mmmorris1975 commented
The boto3 library appears to provide some nice assume-role integrations to provide automatic MFA integration, as well as allowing users to use locally configured (and likely more friendly) configuration profile names.
https://boto3.readthedocs.io/en/latest/guide/configuration.html#assume-role-provider
Adding these would be big functionality wins, in addition to the features the program provides today
mmmorris1975 commented
Created branch profile-mfa to track this work