Skip to content

Instantly share code, notes, and snippets.

@thomasvincent
Created May 2, 2017 17:31
Show Gist options
  • Save thomasvincent/88ef78db2008c22fa1efd3df9ed31f5b to your computer and use it in GitHub Desktop.
Save thomasvincent/88ef78db2008c22fa1efd3df9ed31f5b to your computer and use it in GitHub Desktop.
aws --output text iam list-users | awk '{print $NF}' | xargs -P10 -n1 aws --output text iam list-access-keys --user-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment