Created
November 3, 2020 16:22
-
-
Save leonaugusto16/5498912d06d696d1bdab14b6e3c2e21b to your computer and use it in GitHub Desktop.
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 iam deactivate-mfa-device --user-name [email protected] --serial-number \ | |
| arn:aws:iam::12345:mfa/user\@example.com | |
| aws iam delete-virtual-mfa-device --serial-number arn:aws:iam::12345:mfa/user\@example.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment