AWS guardduty documentation change
Summary
Clarified UI navigation path, updated configuration terminology, and updated CLI example to v1.9.0 agent version
Security assessment
Improves update process documentation but lacks evidence of addressing specific security issues.
Diff
diff --git a/guardduty/latest/ug/eksrunmon-update-security-agent.md index 85b54fab5..e90e173ff 100644 --- a/guardduty/latest/ug/eksrunmon-update-security-agent.md +++ b/guardduty/latest/ug/eksrunmon-update-security-agent.md @@ -23 +23 @@ Console - 3. Choose **Add-ons**. + 3. Under the **Cluster info** , choose the **Add-ons** tab. @@ -25 +25 @@ Console - 4. Under **Add-ons** , select **GuardDuty Runtime Monitoring**. + 4. Under the **Add-ons** tab, select **GuardDuty EKS Runtime Monitoring**. @@ -29 +29 @@ Console - 6. On the **Configure GuardDuty Runtime Monitoring** page, update the details. + 6. On the **Configure GuardDuty EKS Runtime Monitoring** page, update the details. @@ -31 +31 @@ Console - 7. ###### (Optional) Updating add-on configuration parameters + 7. ###### (Optional) Updating Optional configuration settings @@ -33 +33 @@ Console -If your EKS add-on **Version** is _1.5.0_ or above, you can also update the add-on configuration settings. +If your EKS add-on **Version** is _1.5.0_ or above, you can also update the add-on configuration schema. @@ -55 +55 @@ For the add-on `version`, if you choose **1.5.0 or above** , Runtime Monitoring -You can use the following AWS CLI example when using configurable values supported for add-on versions _1.5.0 and above_. Make sure to replace the placeholder values highlighted in red and the associated `Example.json` with the configured values. GuardDuty recommends using **v1.8.1-eks-build.2** , which is the latest and default agent version. +You can use the following AWS CLI example when using configurable values supported for add-on versions _1.5.0 and above_. Make sure to replace the placeholder values highlighted in red and the associated `Example.json` with the configured values. @@ -58 +58 @@ 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.8.1-eks-build.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.9.0-eksbuild.2 --configuration-values 'file://example.json'