Skip to content

Instantly share code, notes, and snippets.

@bfrancom
Last active February 24, 2023 22:15
Show Gist options
  • Save bfrancom/5e2e831de3ac4cefe644bd5e620ed5df to your computer and use it in GitHub Desktop.
Save bfrancom/5e2e831de3ac4cefe644bd5e620ed5df to your computer and use it in GitHub Desktop.
Quick one liner to get AWS users in an account
aws iam list-users --query 'Users[*].UserName'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment