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?

demandé il y a 2 ans130 vues
1 réponse
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
répondu il y a 3 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions