# NAT Gateway for HA

Use NAT gateways so that instances in a private subnet can connect to services outside your Virtual Private Cloud (VPC). External services cannot initiate a connection with these instances.

{% hint style="info" %}
See this [AWS Documentation](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html) for more information on NAT Gateways.
{% endhint %}

## Enabling AWS NAT Gateway for HA

1. In the DuploCloud Portal, navigate to **Administrator** -> **Infrastructure**. The **Infrastructure** page displays.
2. Select the Infrastructure for which you want to enable NAT Gateway from the **Name** column.
3. Click the **Settings** tab.
4. Click **Add**. The **Infra - Set Custom Data** pane displays.
5. In the **Setting Name** field, select **Enable HA NAT Gateway** from the list box.
6. Select **Enable**.
7. Click **Set**.

<div align="left"><figure><img src="/files/bZ5sDNJWYcXfmBInSHJN" alt=""><figcaption><p><strong>Infra - Set Custom Data</strong> pane with <strong>Enable HA NAT Gateway</strong> setting</p></figcaption></figure></div>


---

# 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/nat-gateway-for-ha.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.
