Custom Domains Quota

0

Hi,

https://eu-central-1.console.aws.amazon.com/servicequotas/home?region=eu-central-1#!/services/cognito-idp/quotas/L-71267F98 shows there's a fixed quota of 4 domains per account when using custom Cognito domains.

Does this mean I can only have 4 domains as custom domains like example.com per account or does this also mean I can only have 4 subdomains per account on a particular domain like auth.example.com?

asked 3 years ago869 views
2 Answers
0

Tried it by myself by setting up 5 User Pools and tried to set up 5 subdomains for 1 domain:

The limit for custom domains is: 4. (Service: AWSCognitoIdentityProviderService; Status Code: 400; Error Code: LimitExceededException; Request ID: ...; Proxy: null)

answered 3 years ago
0

Hi,

By custom domain, we mean when you specify the domain name in the Amazon Cognito console, and you provide a certificate you manage with AWS Certificate Manager (ACM). After you add your domain, Amazon Cognito provides an alias target, which you add to your DNS configuration.

That is, both auth.example.com or example.com would be treated as a custom domain. More information on the same can be found at:

https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-add-custom-domain.html

Additionally, we can find Cognito Hard Limits at : https://docs.aws.amazon.com/cognito/latest/developerguide/limits.html#limits-hard

Hope this helps!

AWS
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions