Skip to content

Instantly share code, notes, and snippets.

@Banhawy
Created February 6, 2019 16:15
Show Gist options
  • Save Banhawy/7ec5fed0fd34988991bb7907bf29bb98 to your computer and use it in GitHub Desktop.
Save Banhawy/7ec5fed0fd34988991bb7907bf29bb98 to your computer and use it in GitHub Desktop.
[Signup A Cognito User Using CLI] #aws #cognito #aws-cli
# https://docs.aws.amazon.com/cli/latest/reference/cognito-idp/sign-up.html
aws cognito-idp sign-up \
--region YOUR_COGNITO_REGION \
--client-id YOUR_COGNITO_APP_CLIENT_ID \
--username admin@example.com \
--password Passw0rd!
--user-attribute Name=string,Value=string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment