AWS guardduty documentation change
Summary
Increased documented malware scan quotas from 5 GB to 100 GB for S3 objects and archive extracts.
Security assessment
Updates quotas for a security feature (Malware Protection), enabling detection in larger files. Enhances security posture but does not address a specific vulnerability.
Diff
diff --git a/guardduty/latest/ug/malware-protection-s3-quotas-guardduty.md b/guardduty/latest/ug/malware-protection-s3-quotas-guardduty.md index c4c4ad5ad..b8db15e89 100644 --- a//guardduty/latest/ug/malware-protection-s3-quotas-guardduty.md +++ b//guardduty/latest/ug/malware-protection-s3-quotas-guardduty.md @@ -13,2 +13,2 @@ Quota name | AWS default quota value | Is it adjustable? | Description -Maximum S3 object size | 5 GB | No | The maximum S3 object size that GuardDuty will attempt to scan for malware. -Extracted archive bytes | 5 GB | No | The maximum amount of data (in GB) that GuardDuty can extract and analyze from an archive file. GuardDuty will skip archive files extracting to more than 5 GB. +Maximum S3 object size | 100 GB | No | The maximum S3 object size that GuardDuty will attempt to scan for malware. Although this quota is not adjustable, if you need to scan larger objects, contact AWS Support to determine if GuardDuty can increase the quota for your use case. +Extracted archive bytes | 100 GB | No | The maximum amount of data that GuardDuty can extract and analyze from an archive file. GuardDuty will skip archive files extracting to more than 100 GB.