|
|
|
|
|
by toast0
2800 days ago
|
|
Note that if your traffic hits the ec2 connection tracking security groups, you will also hit per instance limits on the number of tracked connections [1]. As far as I know, they don't come out and say they have a limit on the number of tracked connections, but they do, and it scales by instance type -- better to adjust your rules so the traffic is allowed in a stateless manner. I don't know, but wouldn't be surprised if connection tracked packets are more limited than packets that aren't tracked. [1] https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-ne... |
|