Skip to content

Instantly share code, notes, and snippets.

@lucascantor
Created January 6, 2021 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucascantor/8610e1e79c2ecbee0544fef7a319ba30 to your computer and use it in GitHub Desktop.
Save lucascantor/8610e1e79c2ecbee0544fef7a319ba30 to your computer and use it in GitHub Desktop.
List all Amazon WorkSpaces users via CLI
aws workspaces describe-workspaces --region <RegionNameHere> --query 'Workspaces[*].UserName' --profile <ProfileNameHere>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment