- Newest
- Most votes
- Most comments
it worked with a security group with tighter restrictions. Idk why.
It pains me to say it, but changing it from all access across all ports to only 6379 worked for me also. This seems like a bug Amazon should address
I'm having this issue on fargate. You're referring to the sg right. What type and protocol did you use? Could you provide the entire set of values please
it sounds to me like this is working as expected: traffic is blocked by default until you add an explicit rule to allow that traffic.
Hi, this link shows an example on how to understand and analyze an ENI_SG_RULES_MISMATCH error: https://docs.aws.amazon.com/vpc/latest/reachability/getting-started-cli.html#view-results-cli
It may help you in the error diagnosis.
As a starting point of your diagnosis, you may change your sec groups definition by removing all denies and allow any kind of trafic of any protocol to see if your error disappear. Then you tighten up again incrementally by restricting the allowed protocols until the error message appears again.
Hi and thanks for the answer. My security group rule allow every traffic and there is no entry that disallows traffic. My network ACL has an Entry that allows traffic and an * entry that denies traffic. I can not delete the * entry. I dont know why it is not working. the rules are already loose.
Relevant content
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated 2 years ago
Can you please share your complete settings for your sg