2

Maybe a silly question, but is it possible to use AWS WAF with Elastic beanstalk or is it already included or am I looking at this entirely wrong?

ConsultUtah
  • 259
  • 1
  • 3
  • 13
  • Once EB deploys resources you can view and modify them yourself. After deployment go into the WAF console and take a look. You may need to script adding WAF if it tears it down on the next deployment. – Tim Mar 01 '17 at 18:04

3 Answers3

1

Yes, it is possible if your environment has an ALB. You can even configure it using .ebextensions, check out blog below.

https://aws.amazon.com/premiumsupport/knowledge-center/elastic-beanstalk-host-attacks/

infra-dude
  • 23
  • 3
0

Yes, it is possible. However, you need to use an Application Load Balancer. You cannot use WAF with a single instance.

bones225
  • 133
  • 4
0

I'm looking for answer to this question too but I think WAF is only available for CloudFront and for Application Load Balancers.

You should also take a look at this question.

arturojain
  • 11
  • 1
  • 3