Bot Control の例: 簡単な設定 - AWS WAF、AWS Firewall Manager、および AWS Shield Advanced

Bot Control の例: 簡単な設定

次の JSON リストは、AWS WAF Bot Control マネージドルールグループを使用したウェブ ACL の例を示しています。可視性の設定は、AWS WAF がモニタリング目的でリクエストサンプルおよびメトリクスを保持させるため、ご注意ください。

{ "Name": "Bot-WebACL", "Id": "...", "ARN": "...", "DefaultAction": { "Allow": {} }, "Description": "Bot-WebACL", "Rules": [ { ... }, { "Name": "AWS-AWSBotControl-Example", "Priority": 5, "Statement": { "ManagedRuleGroupStatement": { "VendorName": "AWS", "Name": "AWSManagedRulesBotControlRuleSet", "ManagedRuleGroupConfigs": [ { "AWSManagedRulesBotControlRuleSet": { "InspectionLevel": "COMMON" } } ], "RuleActionOverrides": [], "ExcludedRules": [] }, "VisibilityConfig": { "SampledRequestsEnabled": true, "CloudWatchMetricsEnabled": true, "MetricName": "AWS-AWSBotControl-Example" } } } ], "VisibilityConfig": { ... }, "Capacity": 1496, "ManagedByFirewallManager": false, "RetrofittedByFirewallManager": false }