waf email alerts

0

I wanted to know if you any solution for WAF blocking requests to get email alerts immediately.

3 Answers
0

You can configure CloudWatch event to send an email to specified email address when CloudWatch Logs receive blocked request log from AWS WAF.

Please refer below link to create CloudWatch Alarm. https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html

profile pictureAWS
answered a year ago
0

You can monitor web requests and web ACLs and rules using Amazon CloudWatch, which collects and processes raw data from AWS WAF and AWS Shield Advanced into readable, near real-time metrics. You can use statistics in Amazon CloudWatch to gain a perspective on how your web application or service is performing. You can create an Amazon CloudWatch alarm that sends an Amazon SNS message when the alarm changes state. An alarm watches a single metric over a time period that you specify, and performs one or more actions based on the value of the metric relative to a specified threshold over a number of time periods. The action is a notification sent to an Amazon SNS topic

Reference

  1. https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html
profile pictureAWS
EXPERT
answered a year ago
0

I suggest you check documentation on WAF Incident Response that helps you understand different options that you have and take into consideration the following:

Althougt question is asking for email alerts, it can be best to deploy a dashboard for AWS WAF as proposed in this link.

profile pictureAWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions