Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Amazon WAF be used to protect Beanstalk applications?

I'm looking at hardening our security systems and want to introduce a firewall and the features that Amazon's WAF has to offer.

It appears however, WAF is only designed for use with CloudFront distributions.

Can it also be used for Beanstalk environments so it can sit in front of the load balancer preventing any rogue traffic getting through to the application layer?

UPDATE: To anyone coming across this question, WAF is now available to ALBs(Application Load Balancer), see https://aws.amazon.com/about-aws/whats-new/2016/12/AWS-WAF-now-available-on-Application-Load-Balancer/ for further information.

like image 359
David Brown Avatar asked Oct 19 '22 07:10

David Brown


1 Answers

WAF only supports CloudFront at this time. Amazon has received lots of customer feedback and requests for adding ELB support to WAF, and I believe they are working on that feature, but it isn't available at this time. So if you want to use WAF with Elastic Beanstalk right now you would have to place a CloudFront distribution in front of your Beanstalk application.

UPDATE: Amazon's WAF firewall is now available to load balancers.

like image 97
Mark B Avatar answered Oct 21 '22 06:10

Mark B