Skip to content

CodeDeploy Events

0

Hi i am wondering why when im using a codebuild i only got 6 events to run. But whenever i directed to codedeploy there's a lot of codedeploy events added and my pipeline runs double time as before. Any ideas please? Thank you!!

Codepipeline from source to codedeploy Enter image description here

Codepipeline from source to codebuild to codedeploy Enter image description here

asked 2 years ago356 views
1 Answer
0

The difference in the number of events and the duration of the pipeline when using CodeDeploy compared to just CodeBuild is due to the additional steps and lifecycle hooks involved in the deployment process. By optimizing some steps and carefully configuring your pipeline, you can manage and potentially reduce the pipeline duration. Use monitoring tools to identify bottlenecks and streamline your CI/CD workflow for better efficiency.

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.