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
845 stars 361 forks source link

Cost associated with deploying stack #92

Closed antonsamper closed 4 years ago

antonsamper commented 5 years ago

Can anyone provide the current daily or monthly cost associated with deploying this stack with all the WAF rules turned on?

hvital commented 5 years ago

Hi @antonsamper

This blog post is a little bit old but might help you check how to track cost by cloudformation tag.

If you are using Athena log parser, I strongly recommend reviewing those references:

You can use something like this as kinesis prefix:

Prefix: 'AWSLogs/year=!{timestamp:yyyy}/month=!{timestamp:MM}/day=!{timestamp:dd}/hour=!{timestamp:HH}/'
ErrorOutputPrefix: 'AWSErrorLogs/result=!{firehose:error-output-type}/year=!{timestamp:yyyy}/month=!{timestamp:MM}/day=!{timestamp:dd}/hour=!{timestamp:HH}/'
antonsamper commented 5 years ago

I've also come across Estimating the Cost of Your CloudFormation Stack but for some reason it isn't working with this particular template.