January 2019
Intermediate to advanced
490 pages
15h 37m
English
We will look at how to create a group, how to add users to it, and finally, how to check a user for their groups:
aws cognito-idp create-group \ --group-name 'administrators' \ --user-pool-id us-east-1_fYsb1Gyec \ --description 'Administrator Group' \ --profile admin
If this is successful, it should return the following response:

aws cognito-idp admin-add-user-to-group ...
Read now
Unlock full access