简体   繁体   中英

Setup WAF for CloudFront and Load Balancer

I'm setting up WAF for my Laravel application. My current flow is user request will go from CloudFront → LoadBalancer → Laravel Servers. I already set up WAF for cloudfront. Do I need to setup WAF for LoadBalancer?

Setting up a WAF on the Load Balancer is your decision, however, from a security point of view it would be advised to have some sort of protection on the ALB.

From experience I see that CloudFront Distributions normally would have an additional header with a secret value attached. Then a WAF attached to the ALB would deny any traffic that didn't have the header with the value of the secret.

I'm setting up WAF for my Laravel application. My current flow is user request will go from CloudFront → LoadBalancer → Laravel Servers. I already set up WAF for cloudfront. Do I need to setup WAF for LoadBalancer?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM