Info |
---|
This section describes target groups, which provide a flexible way to manage load balancing nodes or targets. |
...
Panel | ||
---|---|---|
| ||
Privileges: Manage load balancers, Assign load balancers |
Before you begin:
Create targets, which may include subnets and IP addresses, or VMs
To create a target group:
Go to myCloud → Virtual datacenters → select a virtual datacenter in AWS → Network → Load balancing → Target groups
Click the + add button
Enter the target group details and assign targets as described below
Click Save
Target group general info
The General information of the target group configures the type, protocol, and algorithm.
...
General information for a Target group table for Amazon
Field | Value |
---|---|
Name | The name of the target group. Amazon will only accept the following characters: |
Type | Select the target type of Private IP for a subnet address, or Virtual machine |
Protocol | Load balancers will use the Protocol to route traffic to the target group |
Port | Load balancers will use the Port to route traffic to the target group |
Protocol version | For HTTP and HTTPS protocols only, select a compatible version of the protocol |
Algorithm | For HTTP and HTTPS protocols only, for example, round robin or least_outstanding_requests |
...
Field | Value |
---|---|
Name | The Name of the target group. Google Cloud Platform will only accept the following characters: |
Type | For a typical load balancer with VMs attached, create an UNMANAGED_INSTANCE_GROUP. The other fields in this table are for an UNMANAGED_INSTANCE_GROUP |
Named ports | Enter a port Name to identify each Port in the target group. |
Global network | The network that the VMs in the unmanaged instance group will use |
Subnet | A subnet of the global network that the VMs in the group will belong to |
Location | The public cloud region that the VMs will belong to in the global network |
Availability zone | The availability zone to use in the global network |
...
Field | Value |
---|---|
Name | The Name of the target group. GCP will only accept the following characters: |
Type | GCE_IP_PORT represents a Network Endpoint Group in GCP. It will load balance GCE IP addresses at the given port |
Port | The Port for communicating with the load balanced nodes |
General information for a Target group for GCP table
In OCI, when you create a target group, it must belong to a load balancer. Each load balancer must have at least one target group.
...
Name | The Name of the target group |
Type | The |
Algorithm | Select the algorithm for traffic distribution. The default is |
Target group health check
...
Screenshot: Create target group health check OCI. In OCI each target group must have its own health check.
...
Health check table for AWS and OCI
Field | Value |
---|---|
Name | Name of the health check |
Common protocols | Select one of the most common protocols to load presets |
Protocol | The protocol with which the health check will be performed |
Port | The port to which the health check will be performed |
Path | The server path to check. In AWS, it must start with a slash ("/"). |
Status code |
|
Response body |
|
Interval (sec) | The interval in seconds between health checks |
Timeout (sec) | The timeout in seconds after which an attempted health check will be considered unsuccessful |
Attempts | The number of attempts before the health check will be considered unsuccessful |
...