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
+40-1Lines changed: 40 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,11 @@ The following steps provide examples of the IAM Role and IAM Policy.
66
66
67
67
### IAM Role
68
68
69
-
Create a `segment-data-lake-role` role for Segment to assume. Attach the following trust relationship document to the role:
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
+
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:
70
74
71
75
```json
72
76
{
@@ -98,6 +102,41 @@ Create a `segment-data-lake-role` role for Segment to assume. Attach the followi
98
102
> note ""
99
103
> **NOTE:** Replace the `ExternalID` list with the Segment `WorkspaceID` that contains the sources to sync to the Data Lake.
100
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