Skip to content

Instantly share code, notes, and snippets.

@darrenrogan
Forked from chrisdiana/export-cognito-users.sh
Created July 30, 2018 03:42
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 darrenrogan/8023a955fdf645112281a0a0e6b1b2ad to your computer and use it in GitHub Desktop.
Save darrenrogan/8023a955fdf645112281a0a0e6b1b2ad to your computer and use it in GitHub Desktop.
Export AWS Cognito User Pool
aws --profile production cognito-idp list-users --user-pool-id us-west-2_XXXXXXXXX --output table > ~/users.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment