AWS eks documentation change
Summary
Standardized ARN formatting in Kubernetes user impersonation examples
Security assessment
Changes only modify ARN placeholder syntax without introducing or modifying security-related content.
Diff
diff --git a/eks/latest/userguide/troubleshooting-connector.md b/eks/latest/userguide/troubleshooting-connector.md index e78c56db7..9c2087ff1 100644 --- a//eks/latest/userguide/troubleshooting-connector.md +++ b//eks/latest/userguide/troubleshooting-connector.md @@ -103 +103 @@ The Amazon EKS Connector uses Kubernetes [user impersonation](https://kubernetes - arn:aws:iam::111122223333:user/john + <shared id="region.arn"/>iam::111122223333:user/john @@ -107 +107 @@ The Amazon EKS Connector uses Kubernetes [user impersonation](https://kubernetes - arn:aws:iam::111122223333:role/admin + <shared id="region.arn"/>iam::111122223333:role/admin @@ -177 +177 @@ In the following example response, the expiry date and time is recorded as `2021 - "arn": "arn:aws:eks:region:111122223333:cluster/my-cluster", + "arn": "<shared id="region.arn"/>eks:region:111122223333:cluster/my-cluster", @@ -186 +186 @@ In the following example response, the expiry date and time is recorded as `2021 - "roleArn": "arn:aws:iam::111122223333:role/my-connector-role" + "roleArn": "<shared id="region.arn"/>iam::111122223333:role/my-connector-role"