Are Custom Docker Windows Images Available In Asia Pacific Region?

0

I want to use a Windows image for my CodeBuild machine but I don't get the option in the CodeBuild > Environment > Environment Type for Windows. I did read this article from 2018 that mentions the regions that are available and Asia Pacific wasn't one back then, but that was 4 years ago. https://aws.amazon.com/about-aws/whats-new/2018/05/aws-codebuild-adds-support-for-windows-builds/ Are Windows images now available to use in ap-southeast-2?

thanks

1 Answer
1
Accepted Answer

Hi, CodeBuild does not offer Windows images in ap-southeast-2. The CodeBuild docs list the same 4 regions as in the linked post.

A possible solution is using CodePipeline custom actions which enables Windows build jobs. This approach offloads the processing to EC2 and requires additional management and setup. See this blog post, it outlines the reasoning and process well.

AWS
answered 2 years ago
  • Thanks for the info. The custom actions approach seems interesting. We have started to go down the approach of creating a CodeBuild project in a region that does allow Windows builds. Then the artifacts from that build will be reference via the CodeDeploy application in the Asia Pacific region. Not sure at this stage is CodePipeline will allow me to use CodeBuild and CodeDeploy stages from different regions.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions