Better Programming

Advice for programmers.

Member-only story

The Results of a Comparison Between 5 CI/CD Services

Andrew Bestbier
Better Programming
Published in
3 min readNov 12, 2019

--

Last week, I wrote five different articles about CI/CD services. In each article, I took this Node application and deployed it to AWS with a different CI/CD service. See the individual posts below:

Method

The steps followed for each CI/CD pipeline can be seen below. Notice how Docker Hub is used to store the built Docker images and Elastic Beanstalk is used to pull and run those images:

Results

The results can be seen in the table below. I encourage you to follow the guides to replicate these results yourself. A few notes:

  • The configuration time is subjective as it depends on your familiarity with each tool. For transparency, I have previously set up…

--

--

Andrew Bestbier
Andrew Bestbier

Written by Andrew Bestbier

Hi! I am a JavaScript developer based in London. I love reading and writing about JavaScript, AWS and all things coding.

Responses (3)