Skip to content

Commit

Permalink
docs(codepipeline): Replaces old link to CodePipeline docs with new o…
Browse files Browse the repository at this point in the history
…ne (aws#24452)

Closes aws#24248

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
daschaa authored and homakk committed Mar 28, 2023
1 parent 4023120 commit 2d9d04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codepipeline-actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ const deployStage = pipeline.addStage({
When deploying across accounts, especially in a CDK Pipelines self-mutating pipeline,
it is recommended to provide the `role` property to the `EcsDeployAction`.
The Role will need to have permissions assigned to it for ECS deployment.
See [the CodePipeline documentation](https://docs.aws.amazon.com/codepipeline/latest/userguide/how-to-custom-role.html#how-to-update-role-new-services)
See [the CodePipeline documentation](https://docs.aws.amazon.com/codepipeline/latest/userguide/security-iam.html#how-to-custom-role)
for the permissions needed.

#### Deploying ECS applications stored in a separate source code repository
Expand Down

0 comments on commit 2d9d04f

Please sign in to comment.