AWS中的负载均衡器,侦听器目标,目标组有什么区别? [英] what is the difference between a load balancer, listener target, target group in AWS?

查看:552
本文介绍了AWS中的负载均衡器,侦听器目标,目标组有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是AWS的新手,试图了解负载平衡,目标,目标组和安全组之间的区别。我有2个实例在运行。现在,我想平衡这些服务器的负载。 是否将在新实例上创建负载平衡?什么是侦听器?它们与负载均衡器有何不同?

解决方案

是的,负载均衡器是一个EC2实例提供负载平衡所需的网络和计算服务。这也意味着会对负载均衡器EC2实例收取每小时费用。



目标组用于将请求路由到一个或多个注册目标(您支持的EC2)实例)。



侦听器是 TCP侦听来自客户端的请求的过程。通用侦听器用于在端口80(HTTP)和端口443(HTTPS)上接收请求。然后,侦听器会将请求转发到您的目标组。



安全组是允许或拒绝网络流量的防火墙。一个安全组位于您的负载均衡器的前面(周围),以保护它免受您不允许(想要)的流量的攻击。<​​/ p>

Internet上有很多信息。这是一个帮助您入门的链接。



什么是应用程序负载均衡器?


Hi I am new to AWS and trying to understanding the difference between a load balance, target, target group and security group . I have 2 instances running. Now i want to balance the load coming to these servers. Will load balance be created on a new instance ? what are listeners and how are they different from load balancers?

解决方案

Yes, the load balancer is an EC2 instance to provide the networking and compute services needed for load balancing. This also means that there is a per hour charge for the load balancer EC2 instance.

A Target Group is used to route requests to one or more registered targets (your backed EC2 instances).

A listener is a process that "TCP Listens" for requests from clients. Common listeners are for receiving requests on port 80 (HTTP) and port 443 (HTTPS). The listeners then forward requests to your Target Group.

A Security Group is a firewall that allows or denies network traffic. A security group sits in front (our around) your load balancer protecting it from traffic that you do not allow (want).

There is a lot of information on the Internet. Here is a link to help you get started.

What Is an Application Load Balancer?

这篇关于AWS中的负载均衡器,侦听器目标,目标组有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆