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: articles/sentinel/aws-disruption.md
+5-11Lines changed: 5 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,11 @@ Before you begin, ensure the following:
27
27
28
28
### 1.1 Create a dedicated IAM role for Microsoft Sentinel
29
29
30
-
1.In the AWS console, go to **IAM \> Roles**.
30
+
1.[Create a new IAM role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create.html) in the AWS Management Console.
31
31
32
-
1. Select **Create role**.
32
+
- Select **AWS service** as the trusted entity and choose **EC2** (you'll update the trust relationship later).
33
33
34
-
1. Select **AWS service** as the trusted entity and choose **EC2** (you'll update the trust relationship later).
35
-
36
-
1. Attach the following policy to the role (replace \<YOUR_ACCOUNT_ID\> as needed):
34
+
- Attach the following policy to the role (replace \<YOUR_ACCOUNT_ID\> as needed):
37
35
38
36
```json
39
37
{
@@ -61,15 +59,11 @@ Before you begin, ensure the following:
61
59
}
62
60
```
63
61
64
-
1. Name the role (for example, SentinelAttackDisruptionRole) and create it.
65
-
66
62
### 1.2 Configure trust relationship
67
63
68
-
1. In the IAM role you created, go to the **Trust relationships** tab.
69
-
70
-
1. Select **Edit trust relationship**.
64
+
Create a [custom trust policy](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-custom.html#roles-creatingrole-custom-trust-policy-console) for the IAM role.
71
65
72
-
1. Replace the trust policy with the following, specifying the Microsoft Sentinel integration principal (replace `<YOUR_AZURE_SUBSCRIPTION_ID>` with your actual Azure subscription ID):
66
+
Use the following trust policy, specifying the Microsoft Sentinel integration principal (replace `<YOUR_AZURE_SUBSCRIPTION_ID>` with your actual Azure subscription ID):
0 commit comments