Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 773
Chris Owens Avatar asked Dec 24 '18 02:12

Chris Owens


1 Answers

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

like image 77
Subin Mathew Avatar answered Oct 05 '22 11:10

Subin Mathew