将子域添加到 Route 53 并从 Route 53 控制该子域下的所有子域
Add a subdomain into Route 53 and control all the subdomains under that subdomain from Route 53
我想使用 GoDaddy 提供的 DNS 在 Route 53 上创建一个子域,并从 Route 53 控制它的所有子域。例如假设我在 GoDaddy 上购买了 example.com
并创建了不同的记录以将它们指向托管我的服务的各个 IP 地址。
在不影响此设置的情况下,我想在 AWS Route 53 上添加 service.example.com
并控制它的所有子域,例如test.service.example.com
、int.service.example.com
、rel.service.example.com
来自 AWS 本身而不对 GoDaddy 上的记录(service.example.com
除外)进行任何更改。
我参考了几个视频教程来做同样的事情,但它并没有完全解释如何实现这一点。
https://aws.amazon.com/premiumsupport/knowledge-center/create-subdomain-route-53/
https://www.youtube.com/watch?v=W4FPZ29Trpw
请注意,我不想将我的父域转移到 AWS Route 53。我只想让我的子域和 AWS Route 53 下的任何子域。
我非常感谢任何让我朝着正确方向前进的指示。 :-)
假设您已经为 service.example.com
配置了一个 AWS Route 53 托管区域,您需要在 GoDaddy 为 service.example.com
创建一个 NS 记录,并使用托管的 Route 53 填充该记录区域名称服务器名称。您将在 Route 53 托管区域的 NS 记录值中找到这些。例如:
ns-2027.awsdns-61.co.uk.
ns-1042.awsdns-02.org.
ns-819.awsdns-38.net.
ns-211.awsdns-26.com.
然后您可以根据需要在Route 53中创建相关记录。
与 DNS 一样,传播可能需要时间。
我想使用 GoDaddy 提供的 DNS 在 Route 53 上创建一个子域,并从 Route 53 控制它的所有子域。例如假设我在 GoDaddy 上购买了 example.com
并创建了不同的记录以将它们指向托管我的服务的各个 IP 地址。
在不影响此设置的情况下,我想在 AWS Route 53 上添加 service.example.com
并控制它的所有子域,例如test.service.example.com
、int.service.example.com
、rel.service.example.com
来自 AWS 本身而不对 GoDaddy 上的记录(service.example.com
除外)进行任何更改。
我参考了几个视频教程来做同样的事情,但它并没有完全解释如何实现这一点。
https://aws.amazon.com/premiumsupport/knowledge-center/create-subdomain-route-53/ https://www.youtube.com/watch?v=W4FPZ29Trpw
请注意,我不想将我的父域转移到 AWS Route 53。我只想让我的子域和 AWS Route 53 下的任何子域。
我非常感谢任何让我朝着正确方向前进的指示。 :-)
假设您已经为 service.example.com
配置了一个 AWS Route 53 托管区域,您需要在 GoDaddy 为 service.example.com
创建一个 NS 记录,并使用托管的 Route 53 填充该记录区域名称服务器名称。您将在 Route 53 托管区域的 NS 记录值中找到这些。例如:
ns-2027.awsdns-61.co.uk.
ns-1042.awsdns-02.org.
ns-819.awsdns-38.net.
ns-211.awsdns-26.com.
然后您可以根据需要在Route 53中创建相关记录。
与 DNS 一样,传播可能需要时间。