AWS codepipeline documentation change
Summary
Updated references from 'AWS CloudFormation' to 'CloudFormation' in two places
Security assessment
Service name standardization without modifications to role creation process, permissions, or security configurations. No security implications.
Diff
diff --git a/codepipeline/latest/userguide/pipelines-create-service-role-cli.md b/codepipeline/latest/userguide/pipelines-create-service-role-cli.md index 35f96471b..a45a40e80 100644 --- a//codepipeline/latest/userguide/pipelines-create-service-role-cli.md +++ b//codepipeline/latest/userguide/pipelines-create-service-role-cli.md @@ -7 +7 @@ -Before you create a pipeline with the AWS CLI or AWS CloudFormation, you must create a CodePipeline service role for your pipeline and attach the service role policy and the trust policy. To use the CLI to create your service role, use the steps below to first create a trust policy JSON and the role policy JSON as separate files in the directory where you will run the CLI commands. +Before you create a pipeline with the AWS CLI or CloudFormation, you must create a CodePipeline service role for your pipeline and attach the service role policy and the trust policy. To use the CLI to create your service role, use the steps below to first create a trust policy JSON and the role policy JSON as separate files in the directory where you will run the CLI commands. @@ -67 +67 @@ To save and exit the file, enter the following VIM command: - 8. Use the service role ARN when you create your pipeline with the AWS CLI or AWS CloudFormation. + 8. Use the service role ARN when you create your pipeline with the AWS CLI or CloudFormation.