- 最新
- 最多得票
- 最多評論
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
已回答 1 年前
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.
相關內容
已提問 1 年前
已提問 1 年前
- AWS 官方已更新 5 個月前

Thank you for sharing the documents.