简体   繁体   English

即使在创建 Route 53 记录后,流量也不会路由到 Elastic Load Balancer

[英]Traffic is not routed to Elastic Load Balancer even after Route 53 record is created

I have a load balancer at this URL , which points to a Beanstalk application running at this URL .我在这个 URL有一个负载均衡器,它指向一个运行在这个 URL的 Beanstalk 应用程序。 Currently, it just returns the current time.目前,它只返回当前时间。

I'm trying to make the application available at squadify.me , a domain name I own, via the load balancer.我正在尝试通过负载均衡器使该应用程序在我拥有的域名squadify.me上可用。

After following 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 记录后,我希望能够在squadify.me上访问该应用程序(通过负载均衡器)。 Am I missing something?我错过了什么吗? The Route 53 records I currently have in place are shown below.我目前拥有的 Route 53 记录如下所示。

squadify.me 的 Route 53 记录

A Registered Domain in Amazon Route 53 will be assigned a set of four Nameservers . Amazon Route 53 中的注册域将分配一组四个名称服务器 The Nameservers reside in different top-level domains, such as .co.uk , .net , .org and .com .域名服务器驻留在不同的顶级域中,例如.co.uk.net.org.com

The server numbers are randomly (but very specifically) chosen for each domain.服务器编号是为每个域随机(但非常具体)选择的。 It is important that the name servers associated with your domain are the same as the domain names listed in the NS record for the domain.与您的域关联的名称服务器与域的NS记录中列出的域名相同很重要。

To see the correct servers to use, go to Registered Domains , select your domain and choose "Add/edit name servers".要查看要使用的正确服务器,go 到注册域,select 您的域并选择“添加/编辑名称服务器”。 If they are different to the NS record, then edit the NS record to match the nameservers displayed.如果它们与NS记录不同,则编辑NS记录以匹配显示的名称服务器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 指向经典负载均衡器的 AWS Route53 A 记录(由 Kube.netes 创建)适用于 http 但不适用于 https - AWS Route53 A-record pointing to classic load balancer (created by Kubernetes) works with http but not https 如何将 Route53 记录设置为 EKS 负载均衡器的别名? - How can I set a Route53 record as an alias for EKS load balancer? 如何将流量从 Cloudflare 根域路由到 AWS 弹性负载均衡器? - How to route traffic from the Cloudflare root domain to an AWS elastic load balancer? 如何将 53 路由到弹性豆茎 - how to route 53 to elastic beanstalk 如何通过 AWS“应用程序负载均衡器”将 SSL 流量路由到 EC2 实例 - How do I route SSL traffic through an AWS "Application Load Balancer" to an EC2 instance 如何允许内部负载均衡器上的出站流量 - How to allow outbound traffic on internal load balancer Elastic Beanstalk 负载均衡器登录 Terraform - Elastic Beanstalk Load Balancer Logging in Terraform Route53 DNS 问题与 Django Elastic Beanstalk 应用程序 - Route53 DNS issue with Django Elastic Beanstalk app Terraform 将负载均衡器侦听器附加到 Elastic Beanstalk 负载均衡器。 不是有效的负载均衡器 ARN - Terraform attaching a load balancer listener to an Elastic Beanstalk load balancer. Not a valid load balancer ARN 如何读取route53记录 - How to read route53 record
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM