How can I obtain AWS CLI from the Pool ARN, or the account id of a user pool that I created.
thanks
How can I obtain AWS CLI from the Pool ARN, or the account id of a user pool that I created.
thanks
aws configure
aws cognito-idp list-user-pools --max-results 5
Indicating in max-results the number of pools that you want to list. For each pool, a set of attributes returns between which is the id.
You can also find the id directly from the console, accessing the cognito service and entering the user pool in question.