简体   繁体   English

多个 ALB 上的单个 AWS WAF

[英]Single AWS WAF on multiple ALB

My application architecture's allowed traffic flow is as below in AWS.我的应用程序架构允许的流量在 AWS 中如下所示。

CompanyInternalSubnets(IS)=>ALB with WAF=>EC2 CompanyInternalSubnets(IS)=>ALB with WAF=>EC2

ALB has security groups which allows only traffic from IS. ALB 具有仅允许来自 IS 的流量的安全组。 ALB has WAF which has rules to allow traffic only from IS. ALB 具有 WAF,其规则仅允许来自 IS 的流量。 EC2 has security group which allows only traffic from ALB's SG. EC2 具有仅允许来自 ALB SG 的流量的安全组。

I want to create multiple replica of same application in AWS.我想在 AWS 中创建同一应用程序的多个副本。 I will create sperate EC2 and ALB.我将创建单独的 EC2 和 ALB。 but can i use same WAF and attach it to second ALB or do i need to use separate WAF fur each replica?但是我可以使用相同的 WAF 并将其附加到第二个 ALB 还是每个副本都需要使用单独的 WAF 毛皮? what is the best practice?最佳做法是什么?

Thanks谢谢

use the same WAF across since its a replica and why another one?使用相同的 WAF,因为它是一个副本,为什么是另一个? unless you have a different set of rule除非你有一套不同的规则

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何通过CloudFormation将AWS WAF添加到ALB - How to add AWS WAF to an ALB via CloudFormation AWS ALB 中基于路径的路由到具有多个端口的单个主机 - Path based routing in AWS ALB to single host with multiple ports 如何将多个Application ALB连接到AWS中的单个目标组 - How to connect multiple Application ALB to single target group in AWS 第三方 WAF 背后的 AWS ALB(和 SSL 卸载) - AWS ALB behind a Third party WAF (and SSL Offloading) AWS ALB - 单一的所有服务? - AWS ALB - single for all services? 单个集群中的 AWS ALB 入口和 Nginx 入口 - AWS ALB ingress and Nginx ingress in a single cluster 如何使用 AWS ALB 作为入口 Controller 将多个服务 map 到单个入口? - How to map multiple services to a single ingress using AWS ALB as Ingress Controller? 如何创建单个 AWS Lambda Function 来监控多个 ALB 目标组的健康检查 - How to create a single AWS Lambda Function to monitor the health check of multiple ALB Target groups 我没有 API 网关、ALB 或 Cloudfront 我的 AWS 环境中的 WAF 解决方案是什么 - I don't have API Gateway, ALB or Cloudfront what are my solution for the WAF in my AWS environment 有什么方法可以使用 terraform 将 aws ELB/ALB 与 WAF ACL 相关联? - is there any way I associate aws ELB/ALB with WAF ACL using terraform?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM