AWS eks documentation change
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": "®ion-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"