将Route53 用作辅助 DNS 服务器

0

【以下的问题经过翻译处理】 客户希望将Route 53用作他们本地主DNS服务器的辅助DNS服务器。同时,如果主DNS服务器有任何更新,希望这些更新可以自动同步到辅助DNS服务器。这是否可行呢?

客户告诉我,其他竞争对手可以做到这一切并具有良好的性能。

谢谢!

profile picture
EXPERT
asked 5 months ago26 views
1 Answer
0

【以下的回答经过翻译处理】 目前,Route 53没有直接提供将其作为辅助DNS服务器的选项。您的客户可以使用类似Lambda函数的解决方案,定期从主DNS读取数据,并更新Route 53。

类似于以下解决方案(尽管该文章涵盖的是私有区域而非公共区域):https://aws.amazon.com/blogs/compute/powering-secondary-dns-in-a-vpc-using-aws-lambda-and-amazon-route-53-private-hosted-zones/

profile picture
EXPERT
answered 5 months 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