Skip to main content

TargetGroup



Resource Icon

Resource Overview

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

Associated Resources

Parent Resource

Connected Resources

Resource Setting Values

  • included_vpc_name : The name of the VPC where the target group will exist
  • 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, RR/SIPHS/LC - TCP, HTTP, HTTPS
  • health_check_http_method : The HTTP method for the health check if using HTTP/HTTPS for the health check protocol, HEAD or GET - 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, From 2 to 10
  • health_check_down_threshold : The number of health check failure threshold, From 2 to 10
  • linked_server_names : The list of server names to connect to

Reference Materials