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年前130ビュー
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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ