Last active
February 24, 2021 04:23
-
-
Save xbalaji/54ef43cb6b1e42e855996a243f7b09fe to your computer and use it in GitHub Desktop.
aws iam one liners
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-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