aws-solutions / aws-waf-security-automations

This solution automatically deploys a single web access control list (web ACL) with a set of AWS WAF rules designed to filter common web-based attacks.
https://aws.amazon.com/solutions/aws-waf-security-automations
Apache License 2.0
843 stars 361 forks source link

LogParser Creation Error #137

Closed pineros closed 4 years ago

pineros commented 4 years ago

I'm attempting to create WAF rules using the AWS provided CloudFormation template found here: https://aws.amazon.com/solutions/implementations/aws-waf-security-automations/

I am using the default values (with the exceptions being ALB endpoint and access log bucket name). I am receiving this error:

1 validation error detected: Value 'This function parses access logs to identify suspicious behavior, such as an abnormal amount of errors. It then blocks those IP addresses for a customer-defined period of time. Parameters: 100, 50 and 240. ' at 'description' failed to satisfy constraint: Member must satisfy regular expression pattern: .* (Service: AWSLambdaInternal; Status Code: 400; Error Code: ValidationException;

I have successfully launched the same CloudFormation template in another account last week using the provided AWS defaults. I'm not sure what changed between last week and now. Could you please provide some insight in what I'm doing wrong?

aijunpeng commented 4 years ago

This issue seems to have been caused by some internal service issue and it should be fixed now. Please try again and let us know if there are any more issues. Thank you!

pineros commented 4 years ago

Everything is working now! Thanks for your help!