Skip to content

Commit 227dea5

Browse files
committed
refactor: 비용 최적화를 위해 Bot Control 제거
1 parent ab0a79d commit 227dea5

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

terraform/common/waf/main.tf

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -262,26 +262,6 @@ resource "aws_wafv2_web_acl" "this" {
262262
}
263263
}
264264

265-
# Bad Bot Protection
266-
rule {
267-
name = "AWS-Managed-Bot-Control-Rule-Set"
268-
priority = 60
269-
override_action {
270-
none {}
271-
}
272-
statement {
273-
managed_rule_group_statement {
274-
vendor_name = "AWS"
275-
name = "AWSManagedRulesBotControlRuleSet"
276-
}
277-
}
278-
visibility_config {
279-
cloudwatch_metrics_enabled = true
280-
metric_name = "aws-managed-bot-control"
281-
sampled_requests_enabled = true
282-
}
283-
}
284-
285265
# Anonymous IP list
286266
rule {
287267
name = "AWS-Managed-Anonymous-IP-List"

0 commit comments

Comments
 (0)