4 Answers
- Newest
- Most votes
- Most comments
0
Hi,
it happens the same to me. I was using boto3 to create a codebuild project with the following environment:
'environment': {
'type': 'WINDOWS_CONTAINER',
'computeType': 'BUILD_GENERAL1_MEDIUM',
'image': f"{REPOSITORY_URI}:{IMAGE_VERSION}",
'imagePullCredentialsType': 'SERVICE_ROLE'
}
and the same error appears: An error occurred (InvalidInputException) when calling the CreateProject operation: Invalid environment type.
I tried to create a dummy codebuild project by using the aws console and the problem is the same when using 'type': 'WINDOWS_CONTAINER'. ( Invalid environment type ).
For Linux type codebuild projects it works correctly.
answered 5 years ago
0
I'm seeing the same thing, tried multiple accounts and via Console and Cloudformation. I contacted @AWSsupport on twitter, they dont seem too interested at the moment.
answered 5 years ago
Relevant content
- asked 9 months ago
- asked 4 months ago
- AWS OFFICIALUpdated a year ago