Skip to content

Commit c9e4421

Browse files
committed
AWS attack disruption integration - aws links - Ofer, Christos
1 parent f669847 commit c9e4421

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

articles/sentinel/aws-disruption.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@ Before you begin, ensure the following:
2727

2828
### 1.1 Create a dedicated IAM role for Microsoft Sentinel
2929

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

32-
1. Select **Create role**.
32+
- Select **AWS service** as the trusted entity and choose **EC2** (you'll update the trust relationship later).
3333

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):
3735

3836
```json
3937
{
@@ -61,15 +59,11 @@ Before you begin, ensure the following:
6159
}
6260
```
6361

64-
1. Name the role (for example, SentinelAttackDisruptionRole) and create it.
65-
6662
### 1.2 Configure trust relationship
6763

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

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):
7367

7468
```json
7569
{

0 commit comments

Comments
 (0)