DNXLabs / terraform-aws-ecs

This terraform module builds an Elastic Container Service(ECS) Cluster in AWS.
https://modules.dnx.one/
Apache License 2.0
29 stars 31 forks source link

Add support for WAFv2 logging and sampling #35

Closed rmartin48 closed 2 years ago

rmartin48 commented 2 years ago

Contact Details (optional)

No response

Summary

When enabling WAFv2 for the ALB, it is important to be able to log the web ACL traffic in order to evaluate the rules groups and make improvements.

WAFv2 provides two methods of achieving this:

Motivation

Need to get detailed information about traffic that is analysed by the WAF web ACLs such as:

Alternatives

No response

Additional Context

No response

Code of Conduct

rmartin48 commented 2 years ago

Closing this as it is better implement customisation of the WAF in your own terraform config. Particularly when needing things like rule exclusions.