Skip to main content

Load Balancer



Resource Icon

Resource Overview

This device distributes network traffic across multiple servers, taking into account server performance and load. By balancing the load across servers, it optimizes server availability and response times, enabling uninterrupted service.

Associated Resources

Connected Resources

Resource Setting Values

  • network_type : The type of network, Public or private - PUBLIC, PRIVATE
  • type : The type of Load balancer to create, Application/network/network proxy - NETWORK, NETWORK_PROXY, APPLICATION
  • throughput_type : The performance type of Load balancer - SMALL, MEDIUM, LARGE
  • included_vpc_name : The name of VPC to create target group
  • subnet_config
    • cidr
    • linked_nacl_name
    • zone
  • target_group
    • protocol : The type of protocol to use for routing traffic - TCP, PROXY_TCP, HTTP, HTTPS
    • port : The port on which targets receive traffic
    • algorithm_type : The type of algorithm to use for Load balancing, RR/SIPHS/LC - RR, SIPHS, LC, MH
    • health_check_protocol : The protocol to use for health checks - TCP, HTTP, HTTPS
    • health_check_http_method : The HTTP method for the health check if using HTTP/HTTPS for the health check protocol - HEAD, GET
    • health_check_port : The port to use for health checks
    • health_check_cycle : The health check cycle in seconds, From 5 to 300
    • health_check_up_threshold : The number of health check normal threshold
    • health_check_down_threshold : The number of health check failure threshold
  • listener
    • target_group_name : The name of Target group to connect to
    • protocol : The type of protocol for the listener - APPLICATION, HTTP, HTTPS, TCP, TLS
    • port : The port on which the Load balancer is listening
  • target_group_attachment
    • target_group_name : The name of Target group to connect to
    • linked_server_names : The list of server names to connect to

Reference Materials