AWS codepipeline documentation change
Summary
Changed 'AWS CloudFormation' to 'CloudFormation' in troubleshooting guidance
Security assessment
Minor naming convention update without changing the security implications of the troubleshooting advice. The recommendation to use infrastructure-as-code tools remains the same.
Diff
diff --git a/codepipeline/latest/userguide/troubleshooting.md b/codepipeline/latest/userguide/troubleshooting.md index 092a7ff61..8e01b5198 100644 --- a//codepipeline/latest/userguide/troubleshooting.md +++ b//codepipeline/latest/userguide/troubleshooting.md @@ -385 +385 @@ Do one of the following: - * Instead of the console, use the CLI or AWS CloudFormation to create and update your change-detection event rules. For instructions on creating event rules for an S3 source action, see [Connecting to Amazon S3 source actions that use EventBridge and AWS CloudTrail](./create-cloudtrail-S3-source.html). For instructions on creating event rules for an Amazon ECR action, see [Amazon ECR source actions and EventBridge resources](./create-cwe-ecr-source.html). For instructions on creating event rules for a CodeCommit action, see [CodeCommit source actions and EventBridge](./triggering.html). + * Instead of the console, use the CLI or CloudFormation to create and update your change-detection event rules. For instructions on creating event rules for an S3 source action, see [Connecting to Amazon S3 source actions that use EventBridge and AWS CloudTrail](./create-cloudtrail-S3-source.html). For instructions on creating event rules for an Amazon ECR action, see [Amazon ECR source actions and EventBridge resources](./create-cwe-ecr-source.html). For instructions on creating event rules for a CodeCommit action, see [CodeCommit source actions and EventBridge](./triggering.html).