AWS Security ChangesHomeSearch

AWS codebuild documentation change

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

File: codebuild/latest/userguide/sample-efs.md

Summary

Changed 'AWS CloudFormation' to 'CloudFormation' in multiple sections

Security assessment

Terminology standardization without altering technical content. The existing security guidance about using private subnets remains unchanged and was not modified in this diff.

Diff

diff --git a/codebuild/latest/userguide/sample-efs.md b/codebuild/latest/userguide/sample-efs.md
index 7d8b0f1c1..0da3cf6ac 100644
--- a//codebuild/latest/userguide/sample-efs.md
+++ b//codebuild/latest/userguide/sample-efs.md
@@ -53 +53 @@ A file system created in Amazon EFS is supported on Linux platforms only.
-  * Step 1: Create a VPC using AWS CloudFormation
+  * Step 1: Create a VPC using CloudFormation
@@ -64 +64 @@ A file system created in Amazon EFS is supported on Linux platforms only.
-### Step 1: Create a VPC using AWS CloudFormation
+### Step 1: Create a VPC using CloudFormation
@@ -66 +66 @@ A file system created in Amazon EFS is supported on Linux platforms only.
-Create your VPC with an AWS CloudFormation template. 
+Create your VPC with an CloudFormation template. 
@@ -68 +68 @@ Create your VPC with an AWS CloudFormation template.
-  1. Follow the instructions in [AWS CloudFormation VPC template](./cloudformation-vpc-template.html) to use AWS CloudFormation to create a VPC. 
+  1. Follow the instructions in [CloudFormation VPC template](./cloudformation-vpc-template.html) to use CloudFormation to create a VPC. 
@@ -72 +72 @@ Create your VPC with an AWS CloudFormation template.
-The VPC created by this AWS CloudFormation template has two private subnets and two public subnets. You must only use private subnets when you use AWS CodeBuild to mount the file system you created in Amazon EFS. If you use one of the public subnets, the build fails. 
+The VPC created by this CloudFormation template has two private subnets and two public subnets. You must only use private subnets when you use AWS CodeBuild to mount the file system you created in Amazon EFS. If you use one of the public subnets, the build fails. 
@@ -76 +76 @@ The VPC created by this AWS CloudFormation template has two private subnets and
-  3. Choose the VPC you created with AWS CloudFormation.
+  3. Choose the VPC you created with CloudFormation.