aws-codebuild-docker-images icon indicating copy to clipboard operation
aws-codebuild-docker-images copied to clipboard

Long provisioning times with amazonlinux-aarch64-standard:3.0 (ARM64) when triggered via GitLab webhook

Open cardthp opened this issue 2 months ago • 1 comments

When running builds with Amazon Linux 2023 ARM64 standard images (aws/codebuild/amazonlinux-aarch64-standard:3.0), CodeBuild provisioning is consistently very slow.

Provisioning takes ~180–190 seconds before the build even starts.

Other phases (DOWNLOAD_SOURCE, INSTALL, PRE_BUILD) complete in under 1 second each.

I use GitLab webhook integration to trigger CodeBuild, so in GitLab CI this shows up as the job being “queued” for 3+ minutes, even though the delay is actually inside CodeBuild’s Provisioning step.

I tested every available version of the Amazon Linux 2023 ARM64 images (static tags, as well as latest). All of them show the same 3-minute provisioning slowdown.

Note. My Codebuild is on ap-southeast-1 region

Image Image

cardthp avatar Oct 03 '25 14:10 cardthp