Route 53 - ConflictingDomainExists - subdomains with (White-Labeled) Reusable Delegation set

0

Trying to set up a sub domain of a domain this is 1) created with a Reusable Delegation set, that also host the white label DNS records.

The error I get is:

Error: error creating Route53 Hosted Zone: ConflictingDomainExists: Cannot create hosted zone with DelegationSetId DelegationSetId:N07332301DF5CDCEBAHPP as the DNSName <my sub domain>. conflicts with existing ones sharing the delegation set
       status code: 400,

AWS documentation on these concepts is very this on the ground.

To quote:

Create a public hosted zone: Two hosted zones that have the same name or that have a parent/child relationship (example.com and test.example.com) can't have any common name servers. You tried to create a hosted zone that has the same name as an existing hosted zone or that's the parent or child of an existing hosted zone, and you specified a delegation set that shares one or more name servers with the existing hosted zone. For more information, see CreateReusableDelegationSet.

There is not much on this in google land but did find this old forums post to explain the likely issue but don't know best approach to resolve.

It would be great is AWS would update documentation to explain how to do this ?

已提問 2 年前檢視次數 1103 次
1 個回答
0
已接受的答案

I had same problem in the past. You can try to mange separated delegation sets for each tld hosted zone and secondary level hosted zone.

company.com -> delegation-set-primary
company.io -> delegation-set-primary
dev.company.com -> delegation-set-secondary
dev.company.io -> delegation-set-secondary
prod.company.com -> delegation-set-secondary
profile picture
專家
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南