Skip to content

Commit d3bdcfb

Browse files
stayseesongmarkzegarelli
authored and
markzegarelli
committed
Update data-lakes-manual-setup.md
1 parent 8f7003b commit d3bdcfb

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

src/connections/storage/data-lakes/data-lakes-manual-setup.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ The following steps provide examples of the IAM Role and IAM Policy.
6666

6767
### IAM Role
6868

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.
7070

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:
7274

7375
```json
7476
{
@@ -96,9 +98,16 @@ Create a `segment-data-lake-role` role for Segment to assume. Attach the followi
9698
]
9799
}
98100
```
99-
###### 2. For DataLake created in EU workspaces:
100101

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.
102111

103112
```json
104113
{

0 commit comments

Comments
 (0)