What's the difference between Amazon Cognito user pools and identity pools?
2 minute read
2
I started to use Amazon Cognito, and I want to know whether to use user pools or identity pools for my business applications.
Short description
User pools are for authentication. Your app users can sign in through the user pool, or federate through a third-party identity provider (IdP). Identity pools are for authorization. You can use identity pools to create unique identities for users, and give them access to other AWS services.