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

code2go
asked 2 months ago157 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.

profile picture
EXPERT
answered 2 months ago
profile picture
EXPERT
reviewed a month ago