Skip to content

Commit

Permalink
Updates to multi-cloud docs (#19259)
Browse files Browse the repository at this point in the history
* made edits to multicloud docs

* additional edits

* additional edits

* made changes based on suggestions

Co-authored-by: Amruta Ranade <11484018+Amruta-Ranade@users.noreply.github.com>
  • Loading branch information
sophia-wiley and Amruta-Ranade committed Nov 10, 2022
1 parent 69ac9b0 commit 9125ccb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
9 changes: 8 additions & 1 deletion docs/cloud/getting-started-with-airbyte-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Setting up a connection involves configuring the following parameters:
| Parameter | Description |
|----------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Replication frequency | How often should the data sync? |
| Data residency | Where should the data be processed? To choose the preferred data processing location for all of your connections, set your default [data residency](https://docs.airbyte.com/cloud/managing-airbyte-cloud#choose-your-default-data-residency). |
| Data residency | Where should the data be processed? |
| Destination Namespace and stream names | Where should the replicated data be written? |
| Catalog selection | Which streams and fields should be replicated from the source to the destination? |
| Sync mode | How should the streams be replicated (read and written)? |
Expand Down Expand Up @@ -192,6 +192,13 @@ Depending on your [data residency](https://docs.airbyte.com/cloud/managing-airby
* 34.106.60.246

### European Union

:::note

Some workflows still run in the US, even when the data residency is in the EU. If you use the EU as a data residency, you must allowlist the following IP addresses from both GCP us-west3 and AWS eu-west-3.

:::

#### GCP region: us-west3
* 34.106.109.131
* 34.106.196.165
Expand Down
19 changes: 15 additions & 4 deletions docs/cloud/managing-airbyte-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,22 @@ To switch between workspaces:
3. Click the name of the workspace you want to switch to.

### Choose your default data residency
Default data residency allows you to choose where your data is processed. When you set the default data residency, it is applied to all new connections, but it does not affect existing connections.

Your data is processed on a data plane in the chosen data residency, but configuration data, like data associated with sync mode, cursor, and primary key, is stored on our control plane in the US. Because of this, data that must stay in the chosen data residency should not be used as a stream’s cursor or primary key.
Default data residency allows you to choose where your data is processed.

For individual connections, you can choose a data residency that is different from the default. You can do this in the [connection settings](#choose-the-data-residency-for-a-connection) or when you create a [new connection](https://docs.airbyte.com/cloud/getting-started-with-airbyte-cloud#set-up-a-connection).
:::note

Configuring default data residency only applies it to new connections and does not affect existing connections.

:::

For individual connections, you can choose a data residency that is different from the default through [connection settings](#choose-the-data-residency-for-a-connection) or when you create a [new connection](https://docs.airbyte.com/cloud/getting-started-with-airbyte-cloud#set-up-a-connection).

:::note

While the data is processed in a data plane in the chosen residency, the cursor and primary key data is stored in the US control plane. If you have data that cannot be stored in the US, do not use it as a cursor or primary key.

:::

To choose your default data residency:

Expand Down Expand Up @@ -297,7 +308,7 @@ To choose the data residency for your connection:

:::note

Changes to data residency will not affect any currently running sync.
Changes to data residency will not affect any sync in progress.

:::

Expand Down

0 comments on commit 9125ccb

Please sign in to comment.