February 2020
Intermediate to advanced
440 pages
13h 51m
English
To create a user through self-signup and self-confirmation, observe the following steps:
aws cognito-idp create-user-pool-client \ --user-pool-id us-east-1_cRtc8peWU \ --client-name UserPoolClientForSignUp \ --profile awssecadmin
We should get the following response:

aws cognito-idp sign-up \ --client-id 5r4f3tpvi026j51atur29uqlme \ --username testuser3 \ --password Passw0rd$ \ --user-attributes Name=email,Value=awsseccookbook@gmail.com ...
Read now
Unlock full access