Borislav Hadzhiev
Fri Sep 24 2021·1 min read
Photo by Anthony Tran
In order to get your Identity Pool's ID in AWS Cognito, you have to:
Manage Identity Pools
Edit identity pool
button at the top right cornerIdentity Pool ID
is displayed under the Identity pool's nameAlternatively, you can get your Identity Pool's ID using the AWS CLI, by running the list-identity-pools command.
aws cognito-identity list-identity-pools --max-results 20
The list-identity-pools
command lists all the identity pools in your account
and outputs their names and ids.
If you know the name of your identity pool, you can just copy the value of the
corresponding IdentityPoolId
property.