node.jsaws-codebuildaws-codestar

CodeStar/CodeBuild Role X trusts too many services, expected only 1


I'm testing out CodeStar with the default NodeJS & serverless template. For some reason this template defaults to nodejs 8.11 for the runtime environment and 6.10 for the build environment.

In order to sync them I'm attempting to override the build image so that it matches. Unfortunately, I'm hitting an error:

enter image description here

The weird thing about this is that I don't have any roles with that name. Haven't had much to do with AWS so quite possible I'm overlooking something obvious here?


Solution

  • If you unselect "allow AWS CodeBuild to modify.." option, this should work for you.