Skip to content

Commit 753e099

Browse files
author
yelevin
committed
tweak
1 parent 045695b commit 753e099

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

articles/sentinel/connect-aws.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ The following instructions apply for public **Azure Commercial clouds** only. Fo
213213
| **Name** | Example: "*MicrosoftSentinelRole*". | Choose a meaningful name that includes a reference to Microsoft Sentinel. |
214214

215215

216-
1. Edit the new role's trust policy and add another condition: `"sts:RoleSessionName": "MicrosoftSentinel_{WORKSPACE_ID)"`
216+
1. Edit the new role's trust policy and add another condition:<br>`"sts:RoleSessionName": "MicrosoftSentinel_{WORKSPACE_ID)"`
217217

218-
The trust policy should look like this:
218+
The finished trust policy should look like this:
219219

220220
```json
221221
{
@@ -224,20 +224,24 @@ The following instructions apply for public **Azure Commercial clouds** only. Fo
224224
{
225225
"Effect": "Allow",
226226
"Principal": {
227-
"Federated": "arn:aws:iam::123456789000:oidc-provider/sts.windows.net/cab8a31a-1906-4287-a0d8-4eef66b95f6e/"
227+
"Federated": "arn:aws:iam::XXXXXXXXXXXX:oidc-provider/sts.windows.net/cab8a31a-1906-4287-a0d8-4eef66b95f6e/"
228228
},
229229
"Action": "sts:AssumeRoleWithWebIdentity",
230230
"Condition": {
231231
"StringEquals": {
232232
"sts.windows.net/cab8a31a-1906-4287-a0d8-4eef66b95f6e/:aud": "api://d4230588-5f84-4281-a9c7-2c15194b28f7",
233-
"sts:RoleSessionName": "MicrosoftSentinel_12341234-abab-cdcd-efef-567890567890"
233+
"sts:RoleSessionName": "MicrosoftSentinel_XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
234234
}
235235
}
236236
}
237237
]
238238
}
239239
```
240-
Update the policy when you're done editing.
240+
241+
- `XXXXXXXXXXXX` is your AWS Account ID.
242+
- `XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX` is your Microsoft Sentinel workspace ID.
243+
244+
Update (save) the policy when you're done editing.
241245

242246
### Add the AWS role and queue information to the S3 data connector
243247

0 commit comments

Comments
 (0)