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 ?

gefragt vor 2 Jahren1103 Aufrufe
1 Antwort
0
Akzeptierte Antwort

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
EXPERTE
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen