Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit d5d5434

Browse files
committed
Add references to documentation for Solution customisation
1 parent 5bd3eff commit d5d5434

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/step-2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Step 2 - Customising and extending AWS WAF Security Automations Solution
22

3-
In this step, you will configure the WAF Security Automation Solution. Once you have configured the HTTP Flood Protection and Probe/Scanner Log Parser, you will test the new rules.
3+
In this step, you will configure the WAF Security Automation Solution. Once you have configured the HTTP Flood Protection and Probe/Scanner Log Parser, you will test this new configuration.
44

55
## 2.1.1 Customise HTTP Flood Protection (AWS Lambda Log Parser)
66

7-
The HTTP Flood protection provided by the Security Automation Solution can be configured. In this step, you will explore the possible configuration options.
7+
The HTTP Flood protection provided by the Security Automation Solution can be configured. In this step, you will explore the possible configuration options. [See the documentation](https://docs.aws.amazon.com/solutions/latest/aws-waf-security-automations/appendix-c.html) for a complete list
88

99

1010
The HTTP Flood log parser comes with some extensions points, they are:
@@ -77,7 +77,7 @@ curl -s -o /dev/null -w "Return Code: %{http_code}\n" <your-endpoint>
7777
Now you will customise our Scanner and Probe rules. These use Amazon Athena to query the logs generated by an application.
7878
The solutions refer to Athena by a saved query ID. As Athena doesn't allow you to change saved queries, you need to create a new query and update the Athena log parser event to use the new query ID.
7979

80-
By customising the query performed by Athena, you can specify the rules for blocking scanners and probes.
80+
By customising the query performed by Athena, you can specify the rules for blocking scanners and probes. For further details, [see the documentation](https://docs.aws.amazon.com/solutions/latest/aws-waf-security-automations/appendix-d.html)
8181

8282
### 2.2.1
8383
* Navigate to the Amazon Athena console, select the Saved Queries tab;

0 commit comments

Comments
 (0)