aws-waf-ipset-auto-update-aws-ip-ranges icon indicating copy to clipboard operation
aws-waf-ipset-auto-update-aws-ip-ranges copied to clipboard

This project creates two regional WAF IP sets and automatically updates them with AWS service's IP ranges from the ip-ranges.json file. The ranges are configurable as well as the regions for EC2 range...

Results 3 aws-waf-ipset-auto-update-aws-ip-ranges issues
Sort by recently updated
recently updated
newest added

Address Issue #1 Add the parameter --cli-binary-format raw-in-base64-out since the input is not base64 encoded. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...

file: README.md section: Setup step: 5a I got an error with the following command: aws lambda invoke \ --function-name $CFN_STACK_NAME-UpdateWAFIPSets \ --region $REGION \ --payload file://lambda/test_event.json lambda_return.json error: An error...