> For the complete documentation index, see [llms.txt](https://docs.nuvens.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuvens.cloud/admin/appendices/workspaces-dr-standby-region-configuration.md).

# WorkSpaces DR / Standby Region Configuration

WorkSpaces Manager supports the automatic creation of **standby WorkSpaces** in a secondary AWS region for disaster recovery purposes. To enable this functionality, the same user directory used in the primary region must also be available in the standby region. This is typically achieved by creating an **AD Connector** in the standby region that points to the same Active Directory as the primary region.

Once the standby directory has been created, the standby region and directory must be configured in WorkSpaces Manager.

**Enable Multi Region Resilience**

Navigate to **Configurations > Settings > WorkSpaces (Personal)** and enable **Multi Region Resilience**. This allows WorkSpaces Manager to automatically create a **Standby WorkSpace** in the configured DR region. You can also enable **Remove Standby on Termination** if you want the Standby WorkSpace to be automatically removed when the Primary WorkSpace is terminated.

<figure><img src="/files/Eu8dUoXibUXNGetoZQRE" alt=""><figcaption></figcaption></figure>

**Configure the Standby Region**

Navigate to **Resources > Regions** and add the standby AWS region if it is not already present. For example:

* **Region Name:** `London`
* **System Name:** `eu-west-2`

<figure><img src="/files/hq0S7QmlV69a7LWybu2C" alt=""><figcaption></figcaption></figure>

After the region has been added, navigate to **Update > Directories** and run the directory update process to discover the new directory.

<figure><img src="/files/uAIIwOMPG6inBwMMDsUn" alt=""><figcaption></figcaption></figure>

Once discovery has completed, navigate to **Configurations > Settings > Active Directory**, select the newly discovered **Directory ID**, complete the required configuration settings, and save the changes.

<figure><img src="/files/8QGEHSJnDRENUcAz4C1d" alt=""><figcaption></figcaption></figure>

**Configure Encryption&#x20;*****(Optional)***

If WorkSpaces encryption uses **custom KMS keys**, a **multi-region KMS key** must be configured in both the primary and standby regions. See [**KMS Multi-Regions**](/admin/appendices/kms-multi-regions.md) for detailed instructions.

**Configure the Standby Directory**

Navigate to **Resources > Directories** and open the primary directory.

<figure><img src="/files/DOOaVKxWfls2heDHtzN2" alt=""><figcaption></figcaption></figure>

Select the standby directory using the **Standby Directory ID** field, then click **Replicate to Standby** and **Save changes**.

Once configured, WorkSpaces Manager automatically creates a standby WorkSpace in the configured DR region whenever a WorkSpace is detected in the primary region.

For **Auto-Provisioning (AP) Profiles**, the standby creation process begins after the primary WorkSpace has completed provisioning and been detected by WorkSpaces Manager.

{% hint style="info" %}
Standby WorkSpace creation can take up to **30 minutes** after the primary WorkSpace becomes available.
{% endhint %}

{% hint style="warning" icon="triangle-exclamation" %}
The AD Connector in both regions must point to the same Active Directory, and users must resolve to the same **Security Identifier (SID)** in both regions.
{% endhint %}

#### Troubleshooting

**User Not Found**

Verify that the AD Connector in both regions can communicate with the same Active Directory and successfully resolve the user account.

**Custom KMS Key Missing**

Verify that:

* A multi-region KMS key has been created
* A replica key exists in the standby region
* Both directories are configured to use the correct key

**Standby WorkSpace Not Created**

Verify that:

* The standby region has been added to WorkSpaces Manager
* The standby directory has been configured
* **Multi Region Resilience** has been enabled
* No provisioning errors are present in the WorkSpaces Manager logs

{% hint style="info" %}
To prevent a Standby WorkSpace from being created apply the **NoStandBy** tag. Any value can be used, as the presence of the tag alone prevents standby provisioning.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nuvens.cloud/admin/appendices/workspaces-dr-standby-region-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
