Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRoute 53: Support for Reusable Delegation Sets? #320
Closed
Comments
|
There is currently no way to do that specifically built in, but there are some thoughts/discussion of similar concepts in #7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any way (say, like passing additional config parameters in the provider config) to make the Route 53 provider use “Reusable Delegation Sets”?
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/route-53-concepts.html#route-53-concepts-reusable-delegation-set
This makes it a lot easier to migrate a longer list of domains to Route 53 as the same set of name servers can be used for all domains.
Thanks!