Configure a listener

更新时间:
复制 MD 格式

After you create an Edge Load Balancer (ELB) instance, configure at least one listener to define how requests are forwarded to backend servers.

ELB supports Layer 4 (TCP and UDP) and Layer 7 (HTTP and HTTPS) listeners. Select a listener type based on your scenario.

Listener type

Scenario

Configure a TCP listener

Suitable for scenarios that prioritize reliability and data accuracy over speed, such as file transfers, email, and remote logons.

Configure a UDP listener

Suitable for scenarios that prioritize real-time performance over reliability, such as video chats and real-time financial data streaming.

Configure an HTTP listener

Suitable for applications that need to inspect data content, such as web applications.

Configure an HTTPS listener

Suitable for applications that require encrypted data transmission.

Configure health checks

ELB checks the availability of backend ENS instances through health checks, improving overall service availability and reducing the impact of server failures.