You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to see code examples using STS AssumeRole with MFA. I tried to implement this, but failed. One thing I am not clear about is the relationship between aws_config:sts and aws_sdk_sts. It seems the former relies on profile role information in ~/.aws/config (using role_arn/role_session_name/source_profile?) whereas the latter does not?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
It would be great to see code examples using STS AssumeRole with MFA. I tried to implement this, but failed. One thing I am not clear about is the relationship between
aws_config:sts
andaws_sdk_sts
. It seems the former relies on profile role information in~/.aws/config
(usingrole_arn
/role_session_name
/source_profile
?) whereas the latter does not?Beta Was this translation helpful? Give feedback.
All reactions