AWS codepipeline documentation change
Summary
Updated documentation to use 'CloudFormation' instead of 'AWS CloudFormation' throughout the file for terminology consistency
Security assessment
The changes are purely branding/naming convention updates without any security implications. No security controls, vulnerabilities, or security features were modified or added.
Diff
diff --git a/codepipeline/latest/userguide/create-cwe-ecr-source-cfn.md b/codepipeline/latest/userguide/create-cwe-ecr-source-cfn.md index 66a347529..4357aefaf 100644 --- a//codepipeline/latest/userguide/create-cwe-ecr-source-cfn.md +++ b//codepipeline/latest/userguide/create-cwe-ecr-source-cfn.md @@ -5 +5 @@ -# Create an EventBridge rule for an Amazon ECR source (AWS CloudFormation template) +# Create an EventBridge rule for an Amazon ECR source (CloudFormation template) @@ -7 +7 @@ -To use AWS CloudFormation to create a rule, use the template snippet as shown here. +To use CloudFormation to create a rule, use the template snippet as shown here. @@ -9 +9 @@ To use AWS CloudFormation to create a rule, use the template snippet as shown he -###### To update your pipeline AWS CloudFormation template and create EventBridge rule +###### To update your pipeline CloudFormation template and create EventBridge rule @@ -11 +11 @@ To use AWS CloudFormation to create a rule, use the template snippet as shown he - 1. In the template, under `Resources`, use the `AWS::IAM::Role` AWS CloudFormation resource to configure the IAM role that allows your event to start your pipeline. This entry creates a role that uses two policies: + 1. In the template, under `Resources`, use the `AWS::IAM::Role` CloudFormation resource to configure the IAM role that allows your event to start your pipeline. This entry creates a role that uses two policies: @@ -90 +90 @@ JSON - 2. In the template, under `Resources`, use the `AWS::Events::Rule` AWS CloudFormation resource to add an EventBridge rule for the Amazon ECR source. This event pattern creates an event that monitors commits to your repository. When EventBridge detects a repository state change, the rule invokes `StartPipelineExecution` on your target pipeline. + 2. In the template, under `Resources`, use the `AWS::Events::Rule` CloudFormation resource to add an EventBridge rule for the Amazon ECR source. This event pattern creates an event that monitors commits to your repository. When EventBridge detects a repository state change, the rule invokes `StartPipelineExecution` on your target pipeline. @@ -191 +191 @@ To view the full event pattern supported for Amazon ECR events, see [Amazon ECR - 4. Save the updated template to your local computer, and then open the AWS CloudFormation console. + 4. Save the updated template to your local computer, and then open the CloudFormation console. @@ -195 +195 @@ To view the full event pattern supported for Amazon ECR events, see [Amazon ECR - 6. Upload the template, and then view the changes listed in AWS CloudFormation. These are the changes to be made to the stack. You should see your new resources in the list. + 6. Upload the template, and then view the changes listed in CloudFormation. These are the changes to be made to the stack. You should see your new resources in the list.