0

My application architecture's allowed traffic flow is as below in AWS.

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

ALB has security groups which allows only traffic from IS. ALB has WAF which has rules to allow traffic only from IS. EC2 has security group which allows only traffic from ALB's SG.

I want to create multiple replica of same application in AWS. I will create sperate EC2 and ALB. but can i use same WAF and attach it to second ALB or do i need to use separate WAF fur each replica? what is the best practice?

Thanks

Ashif Nataliya
  • 912
  • 2
  • 13
  • 28

1 Answers1

0

use the same WAF across since its a replica and why another one? unless you have a different set of rule

PCB
  • 638
  • 1
  • 11
  • 22