AWS codepipeline documentation change
Summary
Changed 'AWS CloudFormation' to 'CloudFormation' in multiple instances throughout the documentation
Security assessment
The changes are purely stylistic/naming convention updates (removing 'AWS' prefix from CloudFormation references). No security-related content was added or modified. Manual approval step mentioned is part of normal deployment workflow, not a new security feature.
Diff
diff --git a/codepipeline/latest/userguide/tutorials-cloudformation-action.md b/codepipeline/latest/userguide/tutorials-cloudformation-action.md index ae231c0d9..9a9554696 100644 --- a//codepipeline/latest/userguide/tutorials-cloudformation-action.md +++ b//codepipeline/latest/userguide/tutorials-cloudformation-action.md @@ -5 +5 @@ -Prerequisites: Create an AWS CloudFormation service role and a CodeCommit repositoryStep 1: Download, edit, and upload the sample AWS CloudFormation templateStep 2: Create your pipelineStep 3: Add an AWS CloudFormation deployment action to create the change setStep 4: Add a manual approval actionStep 5: Add a CloudFormation deployment action to execute the change setStep 6: Add a CloudFormation deployment action to delete the stack +Prerequisites: Create an AWS CloudFormation service role and a CodeCommit repositoryStep 1: Download, edit, and upload the sample AWS CloudFormation templateStep 2: Create your pipelineStep 3: Add an CloudFormation deployment action to create the change setStep 4: Add a manual approval actionStep 5: Add a CloudFormation deployment action to execute the change setStep 6: Add a CloudFormation deployment action to delete the stack @@ -25 +25 @@ As part of creating a pipeline, an S3 artifact bucket provided by the customer w - * Step 3: Add an AWS CloudFormation deployment action to create the change set + * Step 3: Add an CloudFormation deployment action to create the change set @@ -99 +99 @@ In this section, you create a pipeline with the following actions: - * A deployment stage with an AWS CloudFormation deployment action. + * A deployment stage with an CloudFormation deployment action. @@ -187 +187 @@ If you don't enter overrides, the template creates a stack with default values. -## Step 3: Add an AWS CloudFormation deployment action to create the change set +## Step 3: Add an CloudFormation deployment action to create the change set @@ -189 +189 @@ If you don't enter overrides, the template creates a stack with default values. -Create a next action in your pipeline that will allow AWS CloudFormation to create the change set before the manual approval action. +Create a next action in your pipeline that will allow CloudFormation to create the change set before the manual approval action. @@ -238 +238 @@ Create a manual approval action in your pipeline. - 3. Add a manual approval action after the deploy action that creates the change set. This action allows you to verify the created resource change set in AWS CloudFormation before the pipeline executes the change set. + 3. Add a manual approval action after the deploy action that creates the change set. This action allows you to verify the created resource change set in CloudFormation before the pipeline executes the change set. @@ -245 +245 @@ Create a manual approval action in your pipeline. -Create a next action in your pipeline that allows AWS CloudFormation to execute the change set after the manual approval action. +Create a next action in your pipeline that allows CloudFormation to execute the change set after the manual approval action. @@ -280 +280 @@ Under **Pipelines** , choose your pipeline and choose **View**. The diagram show -Create a final action in your pipeline that allows AWS CloudFormation to get the stack name from the variable in the outputs file and delete the stack. +Create a final action in your pipeline that allows CloudFormation to get the stack name from the variable in the outputs file and delete the stack.