AWS Security ChangesHomeSearch

AWS eks documentation change

Service: eks · 2026-03-19 · Documentation low

File: eks/latest/best-practices/network-security.md

Summary

Fixed ARN placeholder in example IAM policy for ACM PCA resource

Security assessment

The change corrects a placeholder ARN to actual ARN format in an example IAM policy for ACM Private CA. This is a documentation formatting fix with no security implications.

Diff

diff --git a/eks/latest/best-practices/network-security.md b/eks/latest/best-practices/network-security.md
index e9f529f49..5b49535e5 100644
--- a//eks/latest/best-practices/network-security.md
+++ b//eks/latest/best-practices/network-security.md
@@ -500 +500 @@ Now that you have a Private CA and an EKS cluster with cert-manager and the plug
-                "Resource": "&region-arn;acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012"
+                "Resource": "arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012"