AWS Security ChangesHomeSearch

AWS eks documentation change

Service: eks · 2026-01-25 · Documentation low

File: eks/latest/userguide/update-addon-role.md

Summary

Fixed ARN formatting in example commands and outputs by replacing placeholder strings

Security assessment

Changes correct documentation examples but don't address security vulnerabilities or introduce security features

Diff

diff --git a/eks/latest/userguide/update-addon-role.md b/eks/latest/userguide/update-addon-role.md
index c50046b39..338a0dd20 100644
--- a//eks/latest/userguide/update-addon-role.md
+++ b//eks/latest/userguide/update-addon-role.md
@@ -33 +33 @@ For example:
-    --pod-identity-associations 'serviceAccount=ebs-csi-controller-sa,roleArn=<shared id="region.arn"/>iam::123456789012:role/StorageDriver'
+    --pod-identity-associations 'serviceAccount=ebs-csi-controller-sa,roleArn=arn:aws:iam::123456789012:role/StorageDriver'
@@ -47 +47 @@ If successful, you should see output similar to the following. Note the OwnerARN
-                "associationArn": "<shared id="region.arn"/>eks:us-west-2:123456789012:podidentityassociation/mycluster/a-4wvljrezsukshq1bv",
+                "associationArn": "arn:aws:eks:us-west-2:123456789012:podidentityassociation/mycluster/a-4wvljrezsukshq1bv",
@@ -49 +49 @@ If successful, you should see output similar to the following. Note the OwnerARN
-                "ownerArn": "<shared id="region.arn"/>eks:us-west-2:123456789012:addon/mycluster/aws-ebs-csi-driver/9cc7ce8c-2e15-b0a7-f311-426691cd8546"
+                "ownerArn": "arn:aws:eks:us-west-2:123456789012:addon/mycluster/aws-ebs-csi-driver/9cc7ce8c-2e15-b0a7-f311-426691cd8546"