AWS codepipeline documentation change
Summary
Updated example ARNs with concrete account ID (111122223333) and improved JSON formatting
Security assessment
The change replaces placeholder account IDs with a specific example value but does not address security vulnerabilities or introduce security features. This is a documentation standardization improvement.
Diff
diff --git a/codepipeline/latest/userguide/action-reference-EKS.md b/codepipeline/latest/userguide/action-reference-EKS.md index ffd808021..a534c2fd6 100644 --- a//codepipeline/latest/userguide/action-reference-EKS.md +++ b//codepipeline/latest/userguide/action-reference-EKS.md @@ -214,0 +215,6 @@ In the service role policy statement, scope down the permissions to the resource +JSON + + +**** + + @@ -224 +230 @@ In the service role policy statement, scope down the permissions to the resource - "Resource": "arn:aws:eks:*:YOUR_AWS_ACCOUNT_ID:cluster/YOUR_CLUSTER_NAME" + "Resource": "arn:aws:eks:*:111122223333:cluster/YOUR_CLUSTER_NAME" @@ -248,2 +254,5 @@ In the service role policy statement, scope down the permissions to the resource - "Resource": [ "arn:aws:logs:*:YOUR_AWS_ACCOUNT_ID:log-group:/aws/codepipeline/YOUR_PIPELINE_NAME","arn:aws:logs:*:YOUR_AWS_ACCOUNT_ID:log-group:/aws/codepipeline/YOUR_PIPELINE_NAME:*"] - }, + "Resource": [ + "arn:aws:logs:*:111122223333:log-group:/aws/codepipeline/YOUR_PIPELINE_NAME", + "arn:aws:logs:*:111122223333:log-group:/aws/codepipeline/YOUR_PIPELINE_NAME:*" + ] + }