Skip to content

Commit a4e851c

Browse files
committed
Update connect-aws.md
1 parent 44ed1df commit a4e851c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/sentinel/connect-aws.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Amazon Web Services (AWS) service log connector is available in two versions
2525

2626
This tab explains how to configure the AWS S3 connector using one of two methods:
2727

28-
- [Automatic setup](#automatic-setup)(Recommended)
28+
- [Automatic setup](#automatic-setup) (Recommended)
2929
- [Manual setup](#manual-setup)
3030

3131
## Prerequisites
@@ -101,7 +101,7 @@ To run the script to set up the connector, use the following steps:
101101
102102
## Manual setup
103103

104-
Microsoft recommends using the automatic setup script to deploy this connector. If for whatever reason you do not want to take advantage of this convenience, follow the steps below to set up the connector manually.
104+
We recommend using the automatic setup script to deploy this connector. If for whatever reason you do not want to take advantage of this convenience, follow the steps below to set up the connector manually.
105105

106106
1. Set up your AWS environment as described in [Set up your Amazon Web Services environment to collect AWS logs to Microsoft Sentinel](connect-aws-configure-environment.md#manual-setup).
107107

@@ -218,29 +218,29 @@ To deploy the lambda function:
218218
1. In the AWS Management Console, select the lambda service.
219219
1. Select **Create function**.
220220

221-
:::image type="content" source="media/cloudwatch-lambda-function/lambda-basic-information.png" alt-text="Screenshot of the AWS Management Console Basic information screen." lightbox="media/cloudwatch-lambda-function/lambda-basic-information.png":::
221+
:::image type="content" source="media/cloudwatch-lambda-function/lambda-basic-information.png" alt-text="Screenshot of the AWS Management Console Basic information screen." lightbox="media/cloudwatch-lambda-function/lambda-basic-information.png":::
222222

223223
1. Type a name for the function and select **Python 3.9** as the runtime and **x86_64** as the architecture.
224224
1. Select **Create function**.
225225
1. Under **Choose a layer**, select a layer and select **Add**.
226226

227-
:::image type="content" source="media/cloudwatch-lambda-function/lambda-add-layer.png" alt-text="Screenshot of the AWS Management Console Add layer screen." lightbox="media/cloudwatch-lambda-function/lambda-add-layer.png":::
227+
:::image type="content" source="media/cloudwatch-lambda-function/lambda-add-layer.png" alt-text="Screenshot of the AWS Management Console Add layer screen." lightbox="media/cloudwatch-lambda-function/lambda-add-layer.png":::
228228

229229
1. Select **Permissions**, and under **Execution role**, select **Role name**.
230230
1. Under **Permissions policies**, select **Add permissions** > **Attach policies**.
231231

232-
:::image type="content" source="media/cloudwatch-lambda-function/lambda-permissions.png" alt-text="Screenshot of the AWS Management Console Permissions tab." lightbox="media/cloudwatch-lambda-function/lambda-permissions.png":::
232+
:::image type="content" source="media/cloudwatch-lambda-function/lambda-permissions.png" alt-text="Screenshot of the AWS Management Console Permissions tab." lightbox="media/cloudwatch-lambda-function/lambda-permissions.png":::
233233

234234
1. Search for the *AmazonS3FullAccess* and *CloudWatchLogsReadOnlyAccess* policies and attach them.
235235

236-
:::image type="content" source="media/cloudwatch-lambda-function/lambda-other-permissions-policies.png" alt-text="Screenshot of the AWS Management Console Add permissions policies screen." lightbox="media/cloudwatch-lambda-function/lambda-other-permissions-policies.png":::
236+
:::image type="content" source="media/cloudwatch-lambda-function/lambda-other-permissions-policies.png" alt-text="Screenshot of the AWS Management Console Add permissions policies screen." lightbox="media/cloudwatch-lambda-function/lambda-other-permissions-policies.png":::
237237

238238
1. Return to the function, select **Code**, and paste the code link under **Code source**.
239239
1. The default values for the parameters are set using environment variables. If necessary, you can manually adjust these values directly in the code.
240240
1. Select **Deploy**, and then select **Test**.
241241
1. Create an event by filling in the required fields.
242242

243-
:::image type="content" source="media/cloudwatch-lambda-function/lambda-configure-test-event.png" alt-text="Screenshot of the AWS Management Configure test event screen." lightbox="media/cloudwatch-lambda-function/lambda-configure-test-event.png":::
243+
:::image type="content" source="media/cloudwatch-lambda-function/lambda-configure-test-event.png" alt-text="Screenshot of the AWS Management Configure test event screen." lightbox="media/cloudwatch-lambda-function/lambda-configure-test-event.png":::
244244

245245
1. Select **Test** to see how the event appears in the S3 bucket.
246246

0 commit comments

Comments
 (0)