Where to find Identity Pool Id in Cognito

Solution 1:

I can manage to get the IdentityPooId by aws cli:

aws cognito-identity list-identity-pools --max-results 10

The command returns all of the Cognito identity pools registered for your account.

{
    "IdentityPools": [
        {
            "IdentityPoolId": "XX-XXXX-X:XXXXXXXX-XXXX-1234-abcd-1234567890ab",
            "IdentityPoolName": "<some custom name>"
        }
    ]
}

Solution 2:

You can find Identity pool ID if you select Manage Federated Identities on the page https://eu-west-1.console.aws.amazon.com/cognito/home?region=eu-west-1 and create an Federated Identity.

Alt text