aws-service-catalog-reference-architectures icon indicating copy to clipboard operation
aws-service-catalog-reference-architectures copied to clipboard

Change to CodeCommit Managed Policy breaks SCECSLaunchRole

Open kcroaker opened this issue 1 year ago • 0 comments

In November 2022, AWS changed the name of the Code Pipeline full access managed policy from AWSCodePipelineFullAccess to AWSCodePipeline_FullAccess

See - https://docs.aws.amazon.com/codepipeline/latest/userguide/managed-policies.html

The change results in certain nested stacks within the ECS examples break because cloudformation errors out stating that the managed policy can't be found.

Policy arn:aws:iam::aws:policy/AWSCodePipelineFullAccess does not exist or is not attachable. (Service:
AmazonIdentityManagement; Status Code: 404; Error Code: NoSuchEntity; 
Request ID: 2ed7e5ab-f3e8-4f2f-91e9-8b8b5c99eab3; Proxy: null

kcroaker avatar Mar 19 '23 03:03 kcroaker