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
848 stars 363 forks source link

Support using a unique metric name per WebACL. #42

Closed rectalogic closed 5 years ago

rectalogic commented 6 years ago

Currently if the WAF stack is used as a nested stack in multiple parent stacks (so multiple WebACLs), they all use the same CloudWatch MetricName and so all their statistics are combined.

Allow parent stacks to specify a unique MetricName when nesting the WAF stack.

hvital commented 5 years ago

We've pushed a new version that includes this PR.

Many thanks!