AWS Security ChangesHomeSearch

AWS codebuild documentation change

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

File: codebuild/latest/userguide/report-group-create.md

Summary

Updated references from 'AWS CloudFormation' to 'CloudFormation' for consistency in terminology

Security assessment

The changes are purely branding/terminology updates (removing redundant 'AWS' prefix from CloudFormation references). No security-related content was added, modified, or removed.

Diff

diff --git a/codebuild/latest/userguide/report-group-create.md b/codebuild/latest/userguide/report-group-create.md
index 8c399db5b..a8f15624f 100644
--- a//codebuild/latest/userguide/report-group-create.md
+++ b//codebuild/latest/userguide/report-group-create.md
@@ -5 +5 @@
-Create a report group (buildspec)Create a report group (console)Create a report group (CLI)Create a report group (AWS CloudFormation)
+Create a report group (buildspec)Create a report group (console)Create a report group (CLI)Create a report group (CloudFormation)
@@ -19 +19 @@ You can use the CodeBuild console, the AWS CLI, or a buildspec file to create a
-  * Create a report group (AWS CloudFormation)
+  * Create a report group (CloudFormation)
@@ -178 +178 @@ The CodeBuild service role specified in the project is used for permissions to u
-## Create a report group (AWS CloudFormation)
+## Create a report group (CloudFormation)
@@ -180 +180 @@ The CodeBuild service role specified in the project is used for permissions to u
-Use the following instructions to create a report group using the AWS CloudFormation template
+Use the following instructions to create a report group using the CloudFormation template
@@ -182 +182 @@ Use the following instructions to create a report group using the AWS CloudForma
-**To create a report group using the AWS CloudFormation template**
+**To create a report group using the CloudFormation template**
@@ -184 +184 @@ Use the following instructions to create a report group using the AWS CloudForma
-You can use an AWS CloudFormation template file to create and provision a report group. For more information, see [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html). 
+You can use an CloudFormation template file to create and provision a report group. For more information, see [CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html). 
@@ -186 +186 @@ You can use an AWS CloudFormation template file to create and provision a report
-The following AWS CloudFormation YAML template creates a report group that does not export raw test result files. 
+The following CloudFormation YAML template creates a report group that does not export raw test result files. 
@@ -199 +199 @@ The following AWS CloudFormation YAML template creates a report group that does
-The following AWS CloudFormation YAML template creates a report group that exports raw test result files to an Amazon S3 bucket. 
+The following CloudFormation YAML template creates a report group that exports raw test result files to an Amazon S3 bucket.