봇 컨트롤 예제: 대상 검사 수준 활성화 - AWS WAF, AWS Firewall Manager, 및 AWS Shield Advanced

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

봇 컨트롤 예제: 대상 검사 수준 활성화

보호 수준을 강화하기 위해 다음과 같이 대상 검사 수준을 활성화할 수 있습니다. AWS WAF 봇 컨트롤 관리 규칙 그룹.

다음 예시에서는 머신 러닝 기능이 활성화되어 있습니다. 로 설정하여 이 동작을 EnableMachineLearning 거부할 수 false 있습니다.

{ "Name": "AWS-AWSBotControl-Example", "Priority": 5, "Statement": { "ManagedRuleGroupStatement": { "VendorName": "AWS", "Name": "AWSManagedRulesBotControlRuleSet", "ManagedRuleGroupConfigs": [ { "AWSManagedRulesBotControlRuleSet": { "InspectionLevel": "TARGETED", "EnableMachineLearning": true } } ], "RuleActionOverrides": [], "ExcludedRules": [] }, "VisibilityConfig": { "SampledRequestsEnabled": true, "CloudWatchMetricsEnabled": true, "MetricName": "AWS-AWSBotControl-Example" } } }