AWS Web Application Firewall (WAF) protects web applications running on AWS from common web exploits that could compromise security, availability, or consume excessive resources (which in turn could end up costing you a lot of money).

As the name suggests, it is a firewall service for your web applications running on AWS cloud. You can create custom web security rules to block common attack patterns, and new rules can be deployed within minutes.

You can deploy WAF on CloudFront as part of your CDN configuration or Application Load Balancer in front of your EC2 web servers or origin servers.  You can maintain and create the rules using AWS Management Console or API.

Some use-cases for AWS WAF are:

  • Create rules to filter web traffic requests
  • Create security rules to control bot traffic and block common attack patterns
  • Prevent account take over by monitoring application log-in page for unauthorized access
  • Create and maintain rules automatically with APIs

You only pay for what you use, and the pricing is based on how many rules are deployed and how many requests your web application receives.

Resources

3 thoughts on “AWS WAF: Web Application Firewall

  1. nice – thx
    Correction : LAYER 7(APP) FireWall – not Layer 3 as u state in the end of the presentation.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.