Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Objective  

This details the steps to be performed to integrate *Radware Bot Manager bot mitigation with your AWS CloudFront setup.

Info

*ShieldSquare is now Radware Bot Manager

Prerequisite

Create a Radware Bot Manager account (if you do not already have one). Reach out to the Radware Bot Manager support team (botmanager_support@radware.com) for the same.

How does it work? 

...

  • Radware Bot Manager connector built using Lambda function should be integrated at 'Viewer response' point

  • Radware Bot Manager connector to post data asynchronously to Radware Bot Manager endpoint

  • Radware Bot Manager bot engine analyzes the data received from the AWS Cloudfront Lambda

  • Radware Bot Manager bot engine updates the Bot IP Feed with bad signatures

  • Using AWS Web ACL, bad IP addresses can be blacklisted at the AWS CloudFront

...

Follow these instructions to integrate the Radware Bot Manager connector.

  1. Go to https://console.aws.amazon.com/lambda/home?region=us-east-1#/ and select 'US East (N.Virginia) as the region in the top menu.

  2. Click on 'Create Function' to create the Radware Bot Manager Lambda function. 

  3. Select 'Author From Scratch' and type a name for the function (recommended: "RadwareLambda"). Set RunTime to - Nodejs 10.x

  4. Click on “Choose or create an execution role” and select “Create a new role from AWS policy templates”.

    1. Give role name e.g. "myRole".

    2. For policy templates select “Basic Lambda@Edge permission (for CloudFront Trigger)”.

  5. Click on 'Create Function' and wait for the successful creation message.

  6. Scroll down and go to the Function code section.

    1. Select 'Upload a .ZIP file' under Code entry type and upload the shared ss2.zip kit using the "upload from a zip file" option.

    2. Rename the Handler from 'index.handler' to "ss2.validateRequest". 

    3. Click on 'Save' at the top right corner and you will get the Radware lambda function uploaded successfully. 


  7. Scroll down and update the '_sid' value with your subscriber production ID in ss2.js file and 'Save' the file. Select 'Actions' and click on 'Publish new version' to publish Radware CloudFront integration.

    Note: You can test the function before deploying it to CloudFront by selecting the test event 'Amazon CloudFront Simple Remote Call' in Select a test event dropdown.

  8. Scroll down to the "Designer Add Trigger" section and select "CloudFront".

    1. Select 'Distribution name' and scroll further to select 'Viewer Request' under the CloudFront event.

    2. Check 'Enable trigger and replicate' and click on "Add".

    3. Click on 'Save' to save your Radware lambda function.
      Note: Ensure you select 'Viewer Request' as Event type while editing the behavior of CloudFront.

  9. Click on 'Create Function' to create another Lambda function and Follow steps 3 and 4.

  10. Replace index.js file code with the below code

...

  • Select 'Distribution name' and scroll further to select 'Viewer Response' under the CloudFront event.

  • Check 'Enable trigger and replicate' and click on "Add".

  • Click on 'Save' to save your Radware Bot Manager lambda function. 

Info

Write to  botmanager_support@radware.com for clarifications.