Skip to main content

LoadBalancer



Resource Icon

Resource Overview

A device that distributes network traffic across multiple servers by considering server performance and load. By distributing the load generated on specific servers, it optimizes server availability and response time, enabling uninterrupted services.

Associated Resources

Parent Resource

Connected Resources


Resource Configuration

Basic Settings

  • network_type : Network type - PUBLIC, PRIVATE
  • type : Load balancer type - APPLICATION, NETWORK, NETWORK_PROXY
  • throughput_type : Throughput capacity (connections per second) - SMALL(30000), MEDIUM(60000), LARGE(90000)
  • included_subnet_names : List of subnet names to which the load balancer will be connected

Listener (listener)

  • listener.protocol : Listener protocol - HTTP, HTTPS, TCP, TLS
  • listener.tls_min_version_type : Minimum supported TLS version - TLSV10, TLSV11, TLSV12
  • listener.port : Listener port number - 1 ~ 65534
  • listener.use_http2 : Whether to use HTTP/2 - true, false
  • listener.ssl_certificate_no : SSL certificate number
  • listener.target_group_name : Name of the target group to connect

References