- Newest
- Most votes
- Most comments
Hi, we have encountered the same problem since August 22
We resolved the problem by removing the "AWS::CodeStar" line from the "Transform" section of our CloudFormation template.
(We also deleted all the stacks before restarting the pipeline after this change. Not sure if that was really necessary.)
Check the IAM permissions of the role associated with the CodePipeline and CodeBuild resources.
Ensure that the role has the necessary permissions to access the required AWS services, such as CodeStar, CodePipeline, and CodeBuild.
Navigate to the AWS CodePipeline console and locate the failed pipeline. Review the pipeline stage details and the associated CodeBuild project logs for any error messages or clues about the failure.
I already tested IAM permissions by adding
AdministratorAcessPolicy just as a quick review, but the same error in cloudformation persist. Deploy stage consist in run a cloudformation template and fails updating resources with the error mentioned in the title.
Relevant content
- asked 4 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 7 months ago

It worked!, thank you!