---
title: "Elastic Load Balancer"
slug: "elastic-load-balancer"
tags: ["Amazon Web Services"]
updated: 2025-06-24T16:15:06Z
published: 2025-06-24T16:15:06Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Elastic Load Balancer

## Overview

| ## Module Details |
| --- |
| **Core or Github Module** | Core |
| **Restart Required?** | No |
| **Steps Exposed** | Yes |
| **Step Location** | Amazon AWS > Elastic Load Balancer |
| **Settings Location** | Settings must be defined for each step |
| **Prerequisites** | - An Active Elastic Load Balancer (ELB) |

As part of the AWS Module offerings, **Elastic Load Balancers (ELB)** can be utilized in Flows to deregister/register target instances and describe current groups handled by a particular ELB.

---

## Deregister Load Balancer Target

The **Deregister Load Balancer Target** step removes listed instances from being handled by the load balancer.

| Inputs | Description |
| --- | --- |
| Region | Determines which AWS Region that will be searched by the request |
| Target Group ARN | The Amazon Resource Name (ARN) of the targets |
| Targets | Lists the targets that will be removed from the load balancer. |

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-24_12h11_16.png)

## Describe Target Groups

The **Describe Target Groups** step lists all instances utilized by a load balancer.

| Inputs | Description |
| --- | --- |
| Load Balancer ARN | The Amazon Resource Name for the load balancer where the information is being pulled from. |
| Region | Determines the AWS Region that will be searched for the request. |

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-24_12h12_09.png)

## Describe Target Health

The **Describe Target Health** step provides information on the target instance current state and health.

| Input | Description |
| --- | --- |
| Region | Determines the AWS Region that will be searched for the request. |
| Target Group | The Amazon Resource Name (ARN) of the targets. |

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-24_12h12_53.png)

## List Load Balancers

The **List Load Balancers** step lists all Load balancer environments for a given region.

| Inputs | Description |
| --- | --- |
| Region | Determines the AWS Region that will be searched for the request. |

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-24_12h13_36.png)

## Register Load Balancer Target

The **Register Load Balancer Target** step allows users to add new target instances to be handled by the a load balancer.

| Inputs | Description |
| --- | --- |
| Region | Determines which AWS Region that will be searched by the request. |
| Target Group ARN | The Amazon Resource Name (ARN) of the targets. |
| Targets | Lists the targets that will be removed from the load balancer. |

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-24_12h14_32.png)

---

For further information on Modules, visit the [Decisions Forum](https://community.decisions.com/categories/Modules).
