Skip to content

Instantly share code, notes, and snippets.

@xbalaji
Last active February 24, 2021 04:23
Show Gist options
  • Save xbalaji/54ef43cb6b1e42e855996a243f7b09fe to your computer and use it in GitHub Desktop.
Save xbalaji/54ef43cb6b1e42e855996a243f7b09fe to your computer and use it in GitHub Desktop.
aws iam one liners
aws iam list-users | jq '.Users[].UserName' | xargs -t -L 1 -I {} aws iam list-user-tags --user-name {} | jq '.Tags'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment