AWS eks documentation change
Summary
Fixed syntax errors in AWS CLI query and corrected ARN format in example commands
Security assessment
The changes are minor syntax corrections: adding a missing comma in a CLI query and fixing an ARN format (changing 'arn:aws::iam::' to 'arn:aws:iam::'). These are documentation fixes with no security implications.
Diff
diff --git a/eks/latest/userguide/creating-an-add-on.md b/eks/latest/userguide/creating-an-add-on.md index e92315752..a89bb39cb 100644 --- a//eks/latest/userguide/creating-an-add-on.md +++ b//eks/latest/userguide/creating-an-add-on.md @@ -186 +186 @@ NOTE: Retaining the default role name enables EKS to pre-select the role for add - --query 'addons[].{MarketplaceProductUrl: marketplaceInformation.productUrl, Name: addonName, Owner: owner Publisher: publisher, Type: type}' --output table + --query 'addons[].{MarketplaceProductUrl: marketplaceInformation.productUrl, Name: addonName, Owner: owner, Publisher: publisher, Type: type}' --output table @@ -285 +285 @@ Here is an example of valid configuration values, in YAML format, that works wit - --service-account-role-arn arn:aws::iam::111122223333:role/role-name + --service-account-role-arn arn:aws:iam::111122223333:role/role-name