ruleGroups
parameter. When AWS Firewall Manager creates this rule, it assigns the highest priority 0 followed by 1, 2, and so on. The FMS policy owner specifies the ruleGroups
rank in the FMS policy and can optionally enable remediation.
Using Console
Using CLI
<WEB_ACL_NAME>
: The name of your FMS Web ACL.<WEB_ACL_ID>
: The ID of your FMS Web ACL.<LOCK_TOKEN>
: The lock token associated with the Web ACL.<RULE_GROUP_NAME>
: The name of the rule group you want to associate.<PRIORITY>
: The priority of the rule group in the Web ACL.<RULE_GROUP_ARN>
: The ARN of the rule group.Using Python
'YOUR_WEB_ACL_ID'
, 'YOUR_WEB_ACL_NAME'
, and 'YOUR_RULE_GROUP_ARN'
with the actual Web ACL ID, name, and Rule Group ARN you want to associate.
associate_rule_group.py
) and run it using Python: