You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/storage/data-lakes/data-lakes-manual-setup.md
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,11 @@ The following steps provide examples of the IAM Role and IAM Policy.
66
66
67
67
### IAM Role
68
68
69
-
###### 1. For DataLake created in US workspaces:
69
+
Create a `segment-data-lake-role` for Segment to assume. The trust relationship document you attach to the role will be different depending on your workspace region.
70
70
71
-
Create a `segment-data-lake-role` role for Segment to assume. Attach the following trust relationship document to the role:
71
+
#### IAM Role for Data Lakes created in US workspaces:
72
+
73
+
Attach the following trust relationship document to the role to create a `segment-data-lake-role` role for Segment:
72
74
73
75
```json
74
76
{
@@ -96,9 +98,16 @@ Create a `segment-data-lake-role` role for Segment to assume. Attach the followi
96
98
]
97
99
}
98
100
```
99
-
###### 2. For DataLake created in EU workspaces:
100
101
101
-
Create a `segment-data-lake-role` role for Segment to assume. Attach the following trust relationship document to the role:
102
+
> note ""
103
+
> **NOTE:** Replace the `ExternalID` list with the Segment `WorkspaceID` that contains the sources to sync to the Data Lake.
104
+
105
+
#### IAM Role for Data Lakes created in EU workspaces:
106
+
107
+
> info ""
108
+
> EU workspaces are currently in beta. If you would like to learn more about the beta, please contact your account manager.
109
+
110
+
Attach the following trust relationship document to the role to create a `segment-data-lake-role` role for Segment.
0 commit comments