AWS Security ChangesHomeSearch

AWS codepipeline documentation change

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

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

Summary

Updated documentation to replace 'AWS CloudFormation' with 'CloudFormation' throughout the file for consistency in product naming

Security assessment

The changes are purely branding/naming convention updates without modifying security configurations. No security vulnerabilities, permissions changes, or access control modifications were introduced in the IAM role or EventBridge rule configurations described.

Diff

diff --git a/codepipeline/latest/userguide/create-cloudtrail-S3-source-cfn.md b/codepipeline/latest/userguide/create-cloudtrail-S3-source-cfn.md
index 3c19f3cd8..21057ee07 100644
--- a//codepipeline/latest/userguide/create-cloudtrail-S3-source-cfn.md
+++ b//codepipeline/latest/userguide/create-cloudtrail-S3-source-cfn.md
@@ -5 +5 @@
-# Create an EventBridge rule for an Amazon S3 source (AWS CloudFormation template) 
+# Create an EventBridge rule for an Amazon S3 source (CloudFormation template) 
@@ -7 +7 @@
-To use AWS CloudFormation to create a rule, update your template as shown here.
+To use CloudFormation to create a rule, update your template as shown here.
@@ -11 +11 @@ To use AWS CloudFormation to create a rule, update your template as shown here.
-  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:
@@ -17 +17 @@ To use AWS CloudFormation to create a rule, update your template as shown here.
-**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.
@@ -100 +100 @@ JSON
-  2. Use the `AWS::Events::Rule` AWS CloudFormation resource to add an EventBridge rule. This event pattern creates an event that monitors `CopyObject`, `PutObject` and `CompleteMultipartUpload` on your Amazon S3 source bucket. In addition, include a target of your pipeline. When `CopyObject`, `PutObject`, or `CompleteMultipartUpload` occurs, 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 `CopyObject`, `PutObject` and `CompleteMultipartUpload` on your Amazon S3 source bucket. In addition, include a target of your pipeline. When `CopyObject`, `PutObject`, or `CompleteMultipartUpload` occurs, this rule invokes `StartPipelineExecution` on your target pipeline.
@@ -102 +102 @@ 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.
@@ -259 +259 @@ JSON
-  5. Save your updated template to your local computer, and open the AWS CloudFormation console. 
+  5. Save your updated template to your local computer, and open the CloudFormation console. 
@@ -263 +263 @@ JSON
-  7. 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.
+  7. 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.
@@ -334 +334 @@ JSON
-  * In a separate template, under `Resources`, use the `AWS::S3::Bucket`, `AWS::S3::BucketPolicy`, and `AWS::CloudTrail::Trail` AWS CloudFormation resources to provide a simple bucket definition and trail for CloudTrail.
+  * In a separate template, under `Resources`, use the `AWS::S3::Bucket`, `AWS::S3::BucketPolicy`, and `AWS::CloudTrail::Trail` CloudFormation resources to provide a simple bucket definition and trail for CloudTrail.