Home > Back-end >  What is the maximum number of CNAME records per hosted zone in Route 53?
What is the maximum number of CNAME records per hosted zone in Route 53?

Time:05-26

There is a mixed information on the internet about the number of CNAME records that can be defined for a domain. Some say that there is no limit and millions of CNAME records can be created. Others say that it depends on a provider that can enforce limits.

I can't find exact answer about AWS Route 53 limits. Will Route 53 support 200K CNAME records per hosted zone?

CodePudding user response:

The limits are not expressed directly in number of subdomains or cnames, but rather in number of records and hosted zones, among other things.

Therefore, there is 10,000 records per hosted zone, but it can be increased. Also you can have 500 hosted zones per account.

CodePudding user response:

If you are new then max to max you can create 20 Cname in Rout-53 If you have existing account then your account have by defaults can create 50 Cname In Rout-53

  • Related