AWS guardduty documentation change
Summary
Updated agent version in AWS CLI deployment example from v1.12.2-eksbuild.2 to v1.15.0-eksbuild.2.
Security assessment
Updates deployment instructions for newer security agent version. Reinforces security feature documentation but doesn't address specific vulnerabilities.
Diff
diff --git a/guardduty/latest/ug/eksrunmon-deploy-security-agent.md b/guardduty/latest/ug/eksrunmon-deploy-security-agent.md index 0fd2701f9..a5b2c53a9 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.2-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.15.0-eksbuild.2 --configuration-values 'file://example.json'