Target Groups
Create and manage AWS Target Groups to control application traffic routing
Last updated
Was this helpful?
Create and manage AWS Target Groups to control application traffic routing
Last updated
Was this helpful?
Target Groups route traffic from a Load Balancer to specific backend resources, such as EC2 instances, IP addresses, or other Load Balancers (ALBs). They allow fine-grained control over request routing and health checks.
Before creating a Target Group, ensure the necessary resources are created and available. The types of targets you can register include EC2 Instances, ALBs (Application Load Balancers), and IP addresses.
You can find detailed instructions for creating these resources in the DuploCloud documentation:
IP Addresses: DuploCloud allows the use of IP addresses assigned to EC2 instances or other resources. Ensure the required IP addresses are available.
To create a Target Group, complete the following steps:
From the DuploCloud Portal, navigate to Cloud Services -> Networking -> Load Balancers.
Select the Target Groups tab.
Click Add. The Create Target Group pane displays.
Complete the fields:
Target Group Name
A unique name to identify the target group.
Port
Port number to route traffic to (must be between 1
and 65535
).
Protocol
Protocol used for routing traffic (e.g., HTTP
, HTTPS
, TCP
).
Health Check Path
The URL path for health checks (e.g., /health
).
Health Check Protocol
Protocol used for health checks (e.g., HTTPS
, TCP
, etc.).
HTTP Success Code
The HTTP Success Code that indicates a healthy response (e.g., 200
, 200-299
).
Click Add to create the Target Group.
Register backend resources to your Target Group. Registered targets will receive traffic routed by the Load Balancer. You can register EC2 Instances, IP addresses, or ALB Load Balancers.
From the DuploCloud Portal, navigate to Cloud Services -> Networking -> Load Balancers.
Select the Target Groups tab.
Select Register Targets. The Register Targets pane displays.
Specify the Targets you want to register.
Click Register. The target(s) are registered to the Target Group.
Manage Target Groups directly from the menu options in the Target Groups tab:
From the DuploCloud Portal, navigate to Cloud Services -> Networking -> Load Balancers.
Select the Target Groups tab.
Select from the following options:
Console
Access the Azure Console
Edit
Modify the Target Group settings
Register Targets
Register target(s) from the Target Group
Deregister Targets
Deregister target(s) from the Target Group
Delete
Permanently removes the Target Group
Click Update. The changes are applied.
Click the menu icon () in the row of the the Target Group.
Click the menu icon () next to the Target Group you want to edit.