AWS Security ChangesHomeSearch

AWS codepipeline documentation change

Service: codepipeline · 2025-11-19 · Documentation low

File: codepipeline/latest/userguide/create-S3-source-events-cfn.md

Summary

Updated documentation to replace 'AWS CloudFormation' with 'CloudFormation' throughout the file for terminology consistency

Security assessment

Changes are purely terminological (removing redundant 'AWS' prefix from CloudFormation references). No security-related content modifications, vulnerability fixes, or new security features documented.

Diff

diff --git a/codepipeline/latest/userguide/create-S3-source-events-cfn.md b/codepipeline/latest/userguide/create-S3-source-events-cfn.md
index 5135857a6..b9bfcf2ca 100644
--- a//codepipeline/latest/userguide/create-S3-source-events-cfn.md
+++ b//codepipeline/latest/userguide/create-S3-source-events-cfn.md
@@ -5 +5 @@
-# Create pipelines with an S3 source enabled for events (AWS CloudFormation template)
+# Create pipelines with an S3 source enabled for events (CloudFormation template)
@@ -18 +18 @@ To build an event-driven pipeline with Amazon S3, you edit the `PollForSourceCha
-If you use AWS CloudFormation to create and manage your pipelines, your template includes content like the following.
+If you use CloudFormation to create and manage your pipelines, your template includes content like the following.
@@ -101 +101 @@ JSON
-  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:
@@ -107 +107 @@ JSON
-**Why am I making this change?** Adding `AWS::IAM::Role` resource enables AWS CloudFormation to create permissions for EventBridge. This resource is added to your AWS CloudFormation stack.
+**Why am I making this change?** Adding `AWS::IAM::Role` resource enables CloudFormation to create permissions for EventBridge. This resource is added to your CloudFormation stack.
@@ -190 +190 @@ JSON
-  2. Use the `AWS::Events::Rule` AWS CloudFormation resource to add an EventBridge rule. This event pattern creates an event that monitors creation or deletion of objects in your Amazon S3 source bucket. In addition, include a target of your pipeline. When an object is created, this rule invokes `StartPipelineExecution` on your target pipeline.
+  2. Use the `AWS::Events::Rule` CloudFormation resource to add an EventBridge rule. This event pattern creates an event that monitors creation or deletion of objects in your Amazon S3 source bucket. In addition, include a target of your pipeline. When an object is created, this rule invokes `StartPipelineExecution` on your target pipeline.
@@ -192 +192 @@ JSON
-**Why am I making this change?** Adding the `AWS::Events::Rule` resource enables AWS CloudFormation to create the event. This resource is added to your AWS CloudFormation stack.
+**Why am I making this change?** Adding the `AWS::Events::Rule` resource enables CloudFormation to create the event. This resource is added to your CloudFormation stack.
@@ -282 +282 @@ JSON
-  3. Save your updated template to your local computer, and open the AWS CloudFormation console. 
+  3. Save your updated template to your local computer, and open the CloudFormation console. 
@@ -286 +286 @@ JSON
-  5. Upload your updated template, and then view the changes listed in AWS CloudFormation. These are the changes that will be made to the stack. You should see your new resources in the list.
+  5. Upload your updated template, and then view the changes listed in CloudFormation. These are the changes that will be made to the stack. You should see your new resources in the list.
@@ -355 +355 @@ JSON
-When you use AWS CloudFormation to create these resources, your pipeline is triggered when files in your repository are created or updated. 
+When you use CloudFormation to create these resources, your pipeline is triggered when files in your repository are created or updated. 
@@ -359 +359 @@ When you use AWS CloudFormation to create these resources, your pipeline is trig
-Do not stop here. Although your pipeline is created, you must create a second AWS CloudFormation template for your Amazon S3 pipeline. If you do not create the second template, your pipeline does not have any change detection functionality.
+Do not stop here. Although your pipeline is created, you must create a second CloudFormation template for your Amazon S3 pipeline. If you do not create the second template, your pipeline does not have any change detection functionality.