Skip to main content

TargetGroup



Resource Icon

Resource Overview

A resource that represents a group of targets that will handle requests from a load balancer.

Associated Resources

Parent Resource

Connected Resources


Resource Configuration

Basic Settings

  • included_vpc_name : Name of the VPC where the target group will be created (read-only)
  • protocol : Protocol to use for traffic routing - TCP, PROXY_TCP, HTTP, HTTPS
  • port : Port number on which targets receive traffic
  • algorithm_type : Load balancing algorithm - RR, SIPHS, LC, MH
  • health_check_protocol : Protocol to use for health checks - TCP, HTTP, HTTPS
  • health_check_http_method : Health check method when using HTTP/HTTPS - HEAD, GET
  • health_check_port : Port number to use for health checks
  • health_check_cycle : Health check interval (seconds) - 5 ~ 300
  • health_check_up_threshold : Number of consecutive successes required to transition to a healthy state - 2 ~ 10
  • health_check_down_threshold : Number of consecutive failures required to transition to an unhealthy state - 2 ~ 10
  • health_check_url_path : URL path for health check requests
  • linked_server_names : List of server names to connect to the target group

References