AWS eks documentation change
Summary
Fixed ARN syntax in service account role references and removed placeholder in AWS Marketplace message
Security assessment
Changes correct ARN formatting typos and remove XML-like placeholders. No security vulnerability is addressed; only documentation syntax improvements.
Diff
diff --git a/eks/latest/userguide/creating-an-add-on.md b/eks/latest/userguide/creating-an-add-on.md index 39159638f..78433c291 100644 --- a//eks/latest/userguide/creating-an-add-on.md +++ b//eks/latest/userguide/creating-an-add-on.md @@ -101 +101 @@ If the add-on doesn’t use a service account role, delete `--service-account-ro - --service-account-role-arn <shared id="region.arn"/>iam::111122223333:role/role-name --force + --service-account-role-arn arn:aws:iam::111122223333:role/role-name --force @@ -283 +283 @@ Here is an example of valid configuration values, in YAML format, that works wit - --service-account-role-arn <shared id="region.arn"/>:iam::111122223333:role/role-name + --service-account-role-arn arn:aws::iam::111122223333:role/role-name @@ -305 +305 @@ For a full list of available options, see ` [create-addon](https://docs.aws.amaz - "message": "You are currently not subscribed to this add-on. To subscribe, visit the <shared id="AWS"/> Marketplace console, agree to the seller EULA, select the pricing type if required, then re-install the add-on" + "message": "You are currently not subscribed to this add-on. To subscribe, visit the AWS Marketplace console, agree to the seller EULA, select the pricing type if required, then re-install the add-on"