You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [Malware Protection](#malware-protection), [Scan EC2 instance with findings](#scan-ec2-instance-with-findings) and [EBS volumes](#ebs-volumes) below for more details.
51
60
52
61
### S3 Logs
53
62
@@ -70,6 +79,24 @@ The `audit_logs` block supports the following:
70
79
*`enable` - (Required) If true, enables Kubernetes audit logs as a data source for [Kubernetes protection](https://docs.aws.amazon.com/guardduty/latest/ug/kubernetes-protection.html).
71
80
Defaults to `true`.
72
81
82
+
### Malware Protection
83
+
`malware_protection` block supports the following:
84
+
85
+
*`scan_ec2_instance_with_findings` - (Required) Configure whether [Malware Protection](https://docs.aws.amazon.com/guardduty/latest/ug/malware-protection.html) is enabled as data source for EC2 instances with findings for the detector.
86
+
See [Scan EC2 instance with findings](#scan-ec2-instance-with-findings) below for more details.
87
+
88
+
#### Scan EC2 instance with findings
89
+
The `scan_ec2_instance_with_findings` block supports the following:
90
+
91
+
*`ebs_volumes` - (Required) Configure whether scanning EBS volumes is enabled as data source for the detector for instances with findings.
92
+
See [EBS volumes](#ebs-volumes) below for more details.
93
+
94
+
#### EBS volumes
95
+
The `ebs_volumes` block supports the following:
96
+
97
+
*`enable` - (Required) If true, enables [Malware Protection](https://docs.aws.amazon.com/guardduty/latest/ug/malware-protection.html) as data source for the detector.
98
+
Defaults to `true`.
99
+
73
100
## Attributes Reference
74
101
75
102
In addition to all arguments above, the following attributes are exported:
0 commit comments