- Le plus récent
- Le plus de votes
- La plupart des commentaires
Glad you found an answer. It looks like this is the document you were looking for: https://docs.aws.amazon.com/network-firewall/latest/developerguide/suricata-examples.html#suricata-example-rule-with-ip-set-reference
répondu il y a un an
I was able to solve this issue with help from the AWS Support team.
To assign an IP set reference in an AWS Network Firewall rule group, you can use the @ symbol, similar to how $ is used for rule variables.
For example, in the rule definition you can do something like: "Source": "@MyIPSet"
This allowed me to reference a prefix list that I had defined in the name in IP set references section.
However, I couldn’t find this usage clearly documented in the official AWS documentation. If anyone has a direct link or official example, I’d love to see it.
Hope this helps others trying to use IP set references inside rule groups!
I’ll also be sharing a full step-by-step guide on this in a blog post soon — will update this thread with the link.
Contenus pertinents
demandé il y a 3 ans
demandé il y a un an
demandé il y a 3 ans
- AWS OFFICIELA mis à jour il y a 3 ans

Thank you for sharing the documents.