Skip to content

Instantly share code, notes, and snippets.

@ross-humphrey
Created July 7, 2020 13:21
Show Gist options
  • Save ross-humphrey/e5cf326a9ac670bd26da0351c73e0b06 to your computer and use it in GitHub Desktop.
Save ross-humphrey/e5cf326a9ac670bd26da0351c73e0b06 to your computer and use it in GitHub Desktop.
πŸ”’ List MFA devices and Delete them
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