DEV Community

Arun Kumar for AWS Community Builders

Posted on

2

Blocking bots using AWS WAF

Example to block bots on APIGateway

  • First create a condition. Below example condition is to match a header —

1

  • Then create a rule. A rule can have multiple condition. Ideally a rule condition is a group of related checks.

2

  • Then associate the rule to the web-acl that the APIGateway endpoint points to.

3

  • Example below is a webacl used by an app endpoint.

4

Top comments (0)

Amazon S3 to AWS StepFunctions pattern cover image

Amazon S3 to AWS StepFunctions pattern

Explore methods to integrate Amazon S3 and AWS StepFunctions for highly scalable workflows: straightforward via AWS Lambda, applying the storage-first pattern with Amazon SQS and event-driven by linking AWS CloudTrail and Amazon EventBridge.

Read full post