简体   繁体   English

AWS 网络负载均衡器:为什么内部 NLB 会有公共 DNS 名称?

[英]AWS Network Load Balancer: why would an Internal NLB have a public DNS name?

I created an Internal Network Load Balancer:我创建了一个内部网络负载均衡器: 在此处输入图像描述

What is the point of having a DNS name with an internal NLB?使用内部 NLB 的 DNS 名称有什么意义?

Plus, I've tried to curl the DNS name, there is no response anyways.另外,我试过 curl DNS 名称,无论如何都没有响应。

Why have it in the first place?为什么首先要有它?

The DNS name works inside the VPC network. DNS 名称在 VPC 网络中有效。 DNS isn't just for the Internet, it can work on any network. DNS 不仅适用于 Internet,它还可以在任何网络上工作。

I understand the answer, but it's unsatisfactory.我理解答案,但它并不令人满意。

Seemingly if you create an internal NLB, it should at least be an option to associate that NLB domain name with a private hosted zone.看起来,如果您创建一个内部 NLB,它至少应该是一个将该 NLB 域名与私有托管区域相关联的选项。

While minor, DNS names and their associated IP's do leak network structure.虽然较小,但 DNS 名称及其关联的 IP确实会泄漏网络结构。 Perhaps, minor but it is an OPSEC concern.也许,次要但它是 OPSEC 的关注点。

Here are the docs on the issue - https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-internal-load-balancers.html以下是有关该问题的文档 - https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-internal-load-balancers.html

暂无
暂无

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

相关问题 AWS 网络负载均衡器 (NLB) 是否支持 ALPN? - Does AWS Network Load Balancer (NLB) support ALPN? EKS + NLB:`service.beta.kube.netes.io/aws-load-balancer-internal: true` 不适用于 `service.beta.kube.netes.io/aws-load-balancer-type: nlb` - EKS + NLB: `service.beta.kubernetes.io/aws-load-balancer-internal: true` not working with `service.beta.kubernetes.io/aws-load-balancer-type: nlb` 如何从 aws 中的 lambda function 调用对 a.network load balancer(nlb) vpc 端点的请求 - how to invoke a request to a network load balancer(nlb) vpc endpoint from a lambda function in aws 重置 AWS 网络负载均衡器中的计数指标? - Reset count metrics in AWS Network Load Balancer? 如何为 AWS 负载均衡器配置 Google Cloud DNS - How to configure Google Cloud DNS for an AWS Load balancer 是否可以将内部负载均衡器部署到一个 su.net 上? (AWS 云) - Can an internal load balancer be deployed to one subnet? (AWS Cloud) 如何只允许少数 IP 访问 AWS 网络负载均衡器? - How to only allow a few IPs to reach a AWS Network Load Balancer? AWS 中的内部和外部负载均衡器有什么区别? - What is the difference between the internal and External load balancer in AWS? 带有 static ip 的内部负载均衡器,在 AWS EKS 中支持 HTTPS - internal load balancer with static ip and supports HTTPS in AWS EKS 尝试访问 AWS 网络负载均衡器导致超时 - Attempting to reach AWS Network Load Balancer leads to timeout
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM