AWS guardduty documentation change
Summary
Updated AWS CLI example command to update GuardDuty security agent to version v1.12.2-eksbuild.2 (from v1.12.1).
Security assessment
Similar to the deployment file, this updates an example for updating the agent version. It documents the current version for a security feature but doesn't reference any security issues.
Diff
diff --git a/guardduty/latest/ug/eksrunmon-update-security-agent.md b/guardduty/latest/ug/eksrunmon-update-security-agent.md index ec36ec6be..e7934f856 100644 --- a//guardduty/latest/ug/eksrunmon-update-security-agent.md +++ b//guardduty/latest/ug/eksrunmon-update-security-agent.md @@ -60 +60 @@ You can use the following AWS CLI example when using configurable values support - aws eks update-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 update-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'