From 9125ccb4278713321b561f14346938eb4de1cfe9 Mon Sep 17 00:00:00 2001 From: Sophia Wiley <106352739+sophia-wiley@users.noreply.github.com> Date: Thu, 10 Nov 2022 09:59:48 -0800 Subject: [PATCH] Updates to multi-cloud docs (#19259) * 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> --- .../getting-started-with-airbyte-cloud.md | 9 ++++++++- docs/cloud/managing-airbyte-cloud.md | 19 +++++++++++++++---- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/docs/cloud/getting-started-with-airbyte-cloud.md b/docs/cloud/getting-started-with-airbyte-cloud.md index 93e02469ecdd5..32e5f0a510125 100644 --- a/docs/cloud/getting-started-with-airbyte-cloud.md +++ b/docs/cloud/getting-started-with-airbyte-cloud.md @@ -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)? | @@ -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 diff --git a/docs/cloud/managing-airbyte-cloud.md b/docs/cloud/managing-airbyte-cloud.md index ab9482aacee87..0fd5fae44d278 100644 --- a/docs/cloud/managing-airbyte-cloud.md +++ b/docs/cloud/managing-airbyte-cloud.md @@ -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: @@ -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. :::