即使在创建 Route 53 记录后,流量也不会路由到 Elastic Load Balancer
Traffic is not routed to Elastic Load Balancer even after Route 53 record is created
我在 this URL, which points to a Beanstalk application running at this URL 有一个负载平衡器。目前,它只是 returns 当前时间。
我正在尝试通过负载平衡器在我拥有的域名 squadify.me 上提供该应用程序。
关注后this guide to create the necessary Route 53 record, I was expecting to be able to access the application (via the load balancer) at squadify.me。我错过了什么吗?我目前拥有的 Route 53 记录如下所示。
Amazon Route 53 中的 Registered Domain 将分配一组四个 Nameservers。名称服务器驻留在不同的 top-level 域中,例如 .co.uk
、.net
、.org
和 .com
.
服务器编号是为每个域随机(但非常具体)选择的。与您的域关联的名称服务器与域的 NS
记录中列出的域名相同是很重要的。
要查看要使用的正确服务器,请转至 Registered Domains,select 您的域并选择“Add/edit 名称服务器”。如果它们与 NS
记录不同,则编辑 NS
记录以匹配显示的名称服务器。
我在 this URL, which points to a Beanstalk application running at this URL 有一个负载平衡器。目前,它只是 returns 当前时间。
我正在尝试通过负载平衡器在我拥有的域名 squadify.me 上提供该应用程序。
关注后this guide to create the necessary Route 53 record, I was expecting to be able to access the application (via the load balancer) at squadify.me。我错过了什么吗?我目前拥有的 Route 53 记录如下所示。
Amazon Route 53 中的 Registered Domain 将分配一组四个 Nameservers。名称服务器驻留在不同的 top-level 域中,例如 .co.uk
、.net
、.org
和 .com
.
服务器编号是为每个域随机(但非常具体)选择的。与您的域关联的名称服务器与域的 NS
记录中列出的域名相同是很重要的。
要查看要使用的正确服务器,请转至 Registered Domains,select 您的域并选择“Add/edit 名称服务器”。如果它们与 NS
记录不同,则编辑 NS
记录以匹配显示的名称服务器。