Using python3 and boto3 how can I assume a role in a different AWS account that requires Multi-Factor-Authentication (MFA) to be enabled when assuming the role?
Looking for a code example. Similar questions on this site cover technology other than boto3 or do not include the MFA requirement.