Created
July 7, 2020 13:21
-
-
Save ross-humphrey/e5cf326a9ac670bd26da0351c73e0b06 to your computer and use it in GitHub Desktop.
π List MFA devices and Delete them
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 list-virtual-mfa-devices | |
aws iam delete-virtual-mfa-device --serial-number <arn_of_iam_mfa_from_previous_command> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment