- Newest
- Most votes
- Most comments
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
answered a year ago
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.
Relevant content
asked 2 years ago
- AWS OFFICIALUpdated 5 months ago

Thank you for sharing the documents.