You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying across accounts, especially in a CDK Pipelines self-mutating pipeline,
846
846
it is recommended to provide the `role` property to the `EcsDeployAction`.
847
847
The Role will need to have permissions assigned to it for ECS deployment.
848
-
See [the CodePipeline documentation](https://docs.aws.amazon.com/codepipeline/latest/userguide/how-to-custom-role.html#how-to-update-role-new-services)
848
+
See [the CodePipeline documentation](https://docs.aws.amazon.com/codepipeline/latest/userguide/security-iam.html#how-to-custom-role)
849
849
for the permissions needed.
850
850
851
851
#### Deploying ECS applications stored in a separate source code repository
0 commit comments