简体   繁体   English

我们在 AWS 中有一个域,该域当前映射到 AWS 本身的负载均衡器,但我们希望将其映射到 Azure 的负载均衡器

[英]we are having a domain in AWS, which is currently mapping to loadbalancer of AWS itself but we want to map it to load balancer of Azure

how we can include the load balancer of Azure in AWS hosted zones?我们如何在 AWS 托管区域中包含 Azure 的负载均衡器?

enter image description here在此处输入图片说明

Referring to Amazon documentation: Choosing Between Alias and Non-Alias Records参考亚马逊文档: 在别名和非别名记录之间进行选择

You cannot use Azure Public IP DNS name as an alias here.此处不能使用 Azure 公共 IP DNS 名称作为别名。 It seems that only Amazon resources could be used as they can be recognized by Amazon platform.看来只能使用亚马逊资源了,亚马逊平台可以识别。

Normally, you just need to directly use the IPv4 address of Azure load balancer.通常,您只需要直接使用 Azure 负载均衡器的 IPv4 地址即可。 If the public IP is not static, you may try to create a CNAME record to its DNS name.如果公共 IP 不是静态的,您可以尝试为其 DNS 名称创建CNAME记录。

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

相关问题 我们可以从AWS中的实例ID获取负载均衡器的详细信息吗 - Can we fetch details of load balancer from instance ID in AWS 在AWS上,我们可以将负载均衡器设置为多播吗? - On AWS, can we setup the loadbalancer to multicast? 对于传入 AWS 账户的请求,我们应该使用应用程序负载均衡器还是经典负载均衡器? - For incoming requests to AWS Accounts, should we use Application load balancer or Classic load balancer? 如何使用AWS Java Elastic Load Balancer SDK检查负载均衡器的状态 - How to check the status of loadbalancer with AWS Java Elastic Load Balancer SDK AWS负载平衡器不适用于自定义域 - AWS load balancer not working with custom domain 当我们使用AWS Application Load Balancer时,通过Apache http服务器实现的Tomcat有意义吗? - Is fronting Tomcat by Apache http server meaningful when we are using aws application load balancer 如果我们有用于节点应用程序的 AWS 应用程序负载均衡器,Nginx 是否会变得多余? - Does Nginx becomes redundant if we have AWS Application Load balancer for a Node application? 我们每个AWS EC2负载均衡器都使用google maps api密钥限制 - We use google maps api key restriction per AWS EC2 load balancer AWS 负载均衡器 - AWS Load Balancer 负载均衡器AWS配置 - Load balancer AWS configuration
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM