Skip to content

Commit e298049

Browse files
authored
Edit multi-cloud docs (#18972)
Merging now to fix a couple of mistakes, but feel free to leave more comments on this PR.
1 parent 16b240c commit e298049

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

docs/cloud/getting-started-with-airbyte-cloud.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,20 +183,21 @@ Verify the sync by checking the logs:
183183
3. Check the data at your destination. If you added a Destination Stream Prefix while setting up the connection, make sure to search for the stream name with the prefix.
184184

185185
## Allowlist IP address
186-
187-
Depending on your data residency location, you may need to allowlist the following IP addresses to enable access to Airbyte:
186+
Depending on your [data residency](https://docs.airbyte.com/cloud/managing-airbyte-cloud#choose-your-default-data-residency) location, you may need to allowlist the following IP addresses to enable access to Airbyte:
188187

189188
### United States and Airbyte Default
190-
#### GCP region: us-west2
189+
#### GCP region: us-west3
191190
* 34.106.109.131
192191
* 34.106.196.165
193192
* 34.106.60.246
194193

195194
### European Union
196-
#### AWS region: eu-west-3
195+
#### GCP region: us-west3
197196
* 34.106.109.131
198197
* 34.106.196.165
199198
* 34.106.60.246
199+
200+
#### AWS region: eu-west-3
200201
* 13.37.4.46
201202
* 13.37.142.60
202203
* 35.181.124.238

docs/cloud/managing-airbyte-cloud.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,15 @@ To switch between workspaces:
8787
### Choose your default data residency
8888
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.
8989

90-
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).
91-
92-
:::note
93-
94-
Your data is processed in the chosen residency, but some data is still stored in the US.
95-
96-
:::
90+
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.
9791

92+
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).
9893

9994
To choose your default data residency:
10095

10196
1. On the [Airbyte Cloud](http://cloud.airbyte.io) dashboard, click **Settings** in the navigation bar.
10297

103-
2. In the Workspace settings sidebar, click **Default Data Residency**.
98+
2. In the Workspace settings sidebar, click **Data Residency**.
10499

105100
3. Click the dropdown and choose the location for your default data residency.
106101

@@ -288,7 +283,9 @@ To display **Connection State**:
288283
The **Connection State** displays.
289284

290285
## Choose the data residency for a connection
291-
To choose the data residency for an existing connection:
286+
You can choose the data residency for your connection in the connection settings. You can also choose data residency when creating a [new connection](https://docs.airbyte.com/cloud/getting-started-with-airbyte-cloud#set-up-a-connection), or you can set the [default data residency](#choose-your-default-data-residency) for your workspace.
287+
288+
To choose the data residency for your connection:
292289

293290
1. On the [Airbyte Cloud](http://cloud.airbyte.io) dashboard, click **Connections** in the navigation bar and then click the connection that you want to change.
294291

@@ -299,8 +296,8 @@ To choose the data residency for an existing connection:
299296
3. Click the **Data residency** dropdown and choose the location for your default data residency.
300297

301298
:::note
302-
303-
You can also choose data residency when creating a [new connection](https://docs.airbyte.com/cloud/getting-started-with-airbyte-cloud#set-up-a-connection), or you can set the [default data residency](#choose-your-default-data-residency) for all of your connections.
299+
300+
Changes to data residency will not affect any currently running sync.
304301

305302
:::
306303

0 commit comments

Comments
 (0)