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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠