Created
September 19, 2019 18:05
-
-
Save gekart/841fc7b62adadcbd404d1a7940dcffbd to your computer and use it in GitHub Desktop.
AWS Cheatsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws sts assume-role --role-arn arn:aws:iam::<account-id-role>:role/<role-name> --role-session-name <session-name> | |
--serial-number arn:aws:iam::<account-id-user>:mfa/<username> --token-code <digits> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment