How to reduce long provisioning times for CodeBuild steps in CodePipeline?

0

We are using CodePipeline to build and deploy our CDK stacks to AWS. However, the pipeline is quite slow and upon investigation we found that the provisioning of a container for the CodeBuild steps were taking between 1.5 - 2 mins and we have 5 CodeBuild steps in our pipeline so the pipeline runs for a long time.

We are using the latest CodeBuild image (aws/codebuild/standard:6.0) and so the provisioning should be quick as the latest image is cached from what I have read.

Are there any other suggestions as to how we can reduce the pipeline execution time?

已提问 2 年前128 查看次数
1 回答
1

AWS CodeBuild now supports Lambda Runtime and Reserved Capacity, which improves the startup time. Use this mode to reduce the startup time of your CodeBuild Actions in CodePipeline

Naren
已回答 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则