Amazon web services – AWS codepipline Cloud Formation Deployment Failing
I have an AWS code pipeline where the last step deploys a CDK template. I have an IAM role (arn:aws:iam::975050149793:role/CodePipelineBuildAndDeployRoleV2) with the following permissions policy: { "Version": "2012-10-17", "Statement": [ { "Action": [ "ecr:GetAuthorizationToken", "s3:List*" ], "Resource": "*", "Effect": "Allow"…