# Native Docker Load Balancers

## Adding a Load Balancer using Native Docker

{% hint style="info" %}
For an end-to-end example of deploying an application using a Native Docker Service, see the [AWS Quick Start Tutorial](/docs/automation-platform/overview/quick-start.md) and choose the [Creating a Native Docker Service](/docs/automation-platform/overview/quick-start/quick-start-duplocloud-docker-services.md) option.
{% endhint %}

1. In the DuploCloud Portal, navigate to **Docker** -> **Services.**
2. Select the Service [that you created](/docs/automation-platform/overview/quick-start/quick-start-duplocloud-docker-services/step-5-create-app-via-docker-native.md).
3. Click the **Load Balancers** tab.
4. Click the **Configure Load Balancer** link. The **Add Load Balancer Listener** pane displays.
5. From the **Select Type** list box, select your Load Balancer type.
6. Complete other fields as required and click **Add** to add the Load Balancer Listener.

<div align="left"><figure><img src="/files/HBi2gTYp4ZvRQqpiMTOL" alt=""><figcaption><p><strong>Add Load Balancer Listener</strong> pane</p></figcaption></figure></div>

When the **LB Status** card displays **Ready**, your Load Balancer is running and ready for use.

<figure><img src="/files/DhfasmSOPmltxfMwR10j" alt=""><figcaption><p><strong>Services</strong> page with <strong>LB Status</strong> card displaying <strong>Ready</strong></p></figcaption></figure>

## Additional Load Balancer Settings

You can use the **Other Settings** card in the DuploCloud Portal to set the following features:

* WAF Web ACL
* Enable HTTP to HTTPS redirects
* Enable Access Logging
* Set Idle Timeout
* Drop invalid headers
* Delete Protection

1. In the DuploCloud Portal, navigate to **Docker** -> **Services**. The **Services** page displays.
2. Select the Service to which your Load Balancer is attached from the **NAME** column.
3. Click the **Load Balancers** tab.
4. In the **Other Settings** card, click **Edit**.<br>

   <figure><img src="/files/9IqSFMHzz9707aetcSzV" alt=""><figcaption></figcaption></figure>
5. The **Other Load Balancer Settings** pane displays.<br>

   <div align="left"><figure><img src="/files/SV0HKpvrg3KFwfEatX8i" alt=""><figcaption><p>The <strong>Other Load Balancer Settings</strong> pane</p></figcaption></figure></div>
6. Configure the settings, as needed.
7. Click **Save**. The Load Balancer settings are updated.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.duplocloud.com/docs/automation-platform/overview/aws-services/load-balancers/native-docker-load-balancers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
