Skip to content

Instantly share code, notes, and snippets.

@leonaugusto16
Created November 3, 2020 16:22
Show Gist options
  • Save leonaugusto16/5498912d06d696d1bdab14b6e3c2e21b to your computer and use it in GitHub Desktop.
Save leonaugusto16/5498912d06d696d1bdab14b6e3c2e21b to your computer and use it in GitHub Desktop.
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