AWS codepipeline documentation change
Summary
Replaced placeholder ACCOUNT-ID with example account number 111122223333 in resource ARNs and added JSON formatting markers
Security assessment
The changes improve documentation clarity by using a consistent example account ID and formatting, but do not address security vulnerabilities or add security features. The account ID substitution is a standard documentation practice for example values.
Diff
diff --git a/codepipeline/latest/userguide/tutorials-eks-deploy.md b/codepipeline/latest/userguide/tutorials-eks-deploy.md index 5f68c218e..571dfe6b4 100644 --- a//codepipeline/latest/userguide/tutorials-eks-deploy.md +++ b//codepipeline/latest/userguide/tutorials-eks-deploy.md @@ -174,0 +175,6 @@ Update your CodePipeline service role with the following steps. +JSON + + +**** + + @@ -181 +187 @@ Update your CodePipeline service role with the following steps. - "Resource": "arn:aws:eks:us-east-1:ACCOUNT-ID:cluster/my-cluster" + "Resource": "arn:aws:eks:us-east-1:111122223333:cluster/my-cluster" @@ -203,0 +211,6 @@ Update your CodePipeline service role with the following steps. +JSON + + +**** + + @@ -210 +223 @@ Update your CodePipeline service role with the following steps. - "Resource": "arn:aws:eks:us-east-1:ACCOUNT-ID:cluster/my-cluster" + "Resource": "arn:aws:eks:us-east-1:111122223333:cluster/my-cluster" @@ -249,4 +262,4 @@ Update your CodePipeline service role with the following steps. - "arn:aws:ec2:us-east-1:ACCOUNT-ID:subnet/subnet-03ebd65daeEXAMPLE", - "arn:aws:ec2:us-east-1:ACCOUNT-ID:subnet/subnet-0e377f6036EXAMPLE", - "arn:aws:ec2:us-east-1:ACCOUNT-ID:subnet/subnet-0db658ba1cEXAMPLE", - "arn:aws:ec2:us-east-1:ACCOUNT-ID:subnet/subnet-0db658ba1cEXAMPLE" + "arn:aws:ec2:us-east-1:111122223333:subnet/subnet-03ebd65daeEXAMPLE", + "arn:aws:ec2:us-east-1:111122223333:subnet/subnet-0e377f6036EXAMPLE", + "arn:aws:ec2:us-east-1:111122223333:subnet/subnet-0db658ba1cEXAMPLE", + "arn:aws:ec2:us-east-1:111122223333:subnet/subnet-0db658ba1cEXAMPLE"