AWS codeBuild error: Unknown runtime version
Error: YAML_FILE_ERROR Message: Unknown runtime version named ‘14.21-alpine’ of nodeJs. This build image has the following versions: 10, 12. Details: While updating the node version in buildSpec.yml. we often see this type of error occurs. this error indicates that the codeBuild runtime used in the build process don’t have the support for the given nodeJs […]
Internal Service Error: CodeBuild is experiencing issues
While “PROVISIONING” the build sometimes we can get the issue such as “Internal Service Error: CodeBuild is experiencing issues”. This can be because of many issues like wrong image used while build or permission issue of AWS codeBuild role. But most of the time this can be the issue with the length of the environment […]
AWS – The policy is attached to 0 entities
The policy is attached to 0 entities but it must be attached to a single role.
This error due to the checkbox selected as “Allow AWS codeBuild to modify …