AWS guardduty documentation change
Summary
Updated AWS CLI example command to deploy GuardDuty security agent version v1.12.2-eksbuild.2 (from v1.12.1).
Security assessment
This updates an example command to reference the latest agent version. It's part of routine documentation maintenance for a security feature (Runtime Monitoring). No security vulnerability or incident is mentioned.
Diff
diff --git a/guardduty/latest/ug/eksrunmon-deploy-security-agent.md b/guardduty/latest/ug/eksrunmon-deploy-security-agent.md index 4cb324db7..0fd2701f9 100644 --- a//guardduty/latest/ug/eksrunmon-deploy-security-agent.md +++ b//guardduty/latest/ug/eksrunmon-deploy-security-agent.md @@ -72 +72 @@ You can use the following AWS CLI example when using configurable values support - aws eks create-addon --region us-east-1 --cluster-name myClusterName --addon-name aws-guardduty-agent --addon-version v1.12.1-eksbuild.2 --configuration-values 'file://example.json' + aws eks create-addon --region us-east-1 --cluster-name myClusterName --addon-name aws-guardduty-agent --addon-version v1.12.2-eksbuild.2 --configuration-values 'file://example.json'