I am trying to create a pipeline and when I am adding a deploy stage to create a stack with CloudFormation, I am getting this error when I am trying to attach a role name:
"The role name is invalid. Check that the specified role exists and can be assumed by AWS CloudFormation."
The role exists, and I have gone into "Trust Relationship" and made CodePipeline a trusted entity. I am using the ARN as the role name.
Can anyone help me with this?
Thanks.