Skip to content

Instantly share code, notes, and snippets.

@espozbob
Forked from chrisdiana/export-cognito-users.sh
Created December 10, 2018 12:37
Show Gist options
  • Save espozbob/925147c8af037a98a78ec047dd94f4a0 to your computer and use it in GitHub Desktop.
Save espozbob/925147c8af037a98a78ec047dd94f4a0 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