Introducing G2.ai, the future of software buying.Try now
AWS CodePipeline
Save to My Lists
Unclaimed
Unclaimed

Top Rated AWS CodePipeline Alternatives

AWS CodePipeline Reviews & Product Details - Page 7

AWS CodePipeline Overview

What is AWS CodePipeline?

AWS CodePipeline is a continuous integration and continuous delivery service for fast and reliable application and infrastructure updates.

This product is included in:
AWS CodePipeline Details
Show LessShow More
Product Description

AWS CodePipeline is a continuous integration and continuous delivery service for fast and reliable application and infrastructure updates.


Seller

Amazon Web Services (AWS)

Description

By giving customers more of what they want - low prices, vast selection, and convenience - Amazon continues to grow and evolve as a world-class e-commerce platform.

AWS CodePipeline Integrations

(1)
Integration information sourced from real user reviews.

Recent AWS CodePipeline Reviews

Nuno P.
NP
Nuno P.Small-Business (50 or fewer emp.)
3.5 out of 5
"A great CI/CD Pipeline with simple interface"
It's a simple platform, but with a lot of tools for each service within AWS.
Sujith C.
SC
Sujith C.Mid-Market (51-1000 emp.)
3.5 out of 5
"Straight forward CICD for AWS targets"
AWS CodePipeline integrates great with many AWS services. It is very simple to setup a deployment pipeline starting with a code repository (Popular...
Akash S.
AS
Akash S.Mid-Market (51-1000 emp.)
5.0 out of 5
"Codepipeline an amazing service for creating CICD pipelines"
The options of various tools and services to integrate with my pipeline like S3, lambda, eventbridge, codebuild etc.

Pricing Insights

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

14 months

Average Discount

7%

Perceived Cost

$$$$$
View More Pricing Information

AWS CodePipeline Media

Answer a few questions to help the AWS CodePipeline community
Have you used AWS CodePipeline before?
Yes

68 AWS CodePipeline Reviews

4.3 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
68 AWS CodePipeline Reviews
4.3 out of 5
68 AWS CodePipeline Reviews
4.3 out of 5

AWS CodePipeline Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons
G2 reviews are authentic and verified.
Zachary J.
ZJ
VP Engineering, Data & Platform
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
Rating Updated ()
What do you like best about AWS CodePipeline?

Codepipline is a bit under-rated, because most people don't have the need for such a programmable CD tool. Every facet of the build pipeline can be configured, and cans end notifier events via AWS SQS. When you're already doing much through AWS, it can reduce hassle to maintain all of your ops code in one place.

I haven't seen other CD tools have this much programmability — and even where they may, I still hesitate at have too many things in too many disparate places. Also, CodePipeline as a full command-line interface. Review collected by and hosted on G2.com.

What do you dislike about AWS CodePipeline?

There really is nothing user-friendly about it, when you compare it to tools like CodeShip or Ansible. CodePipeline is a 'programmers tool' — and so it lacks the 'ease' of interacting with it, which other tools have. Consider that every functionality of CodePipeline has a command-line equivalent.

When I've built things for smaller shops, it would be too much to hand-off to less-skilled engineers. This is also the case in medium-size companies, where there are enough smart people to do big things, but not enough of them to 'retune the engine regularly.' Even in a company with ~100 engineers, the ops group was small enough that CodePipeline was a bit much to setup and maintain with a complex build that involved a large tree of dependencies. In that particularly case, GoCD provided more up-front UI. It really comes down to what kind of people you have.

As with most AWS products, support is costly or hard to come by (unless you in a city that has an AWS Loft) Review collected by and hosted on G2.com.

Recommendations to others considering AWS CodePipeline:

Look at the rest of my comments; decide whether your company size and team capabilities are right for codepipeline. Review collected by and hosted on G2.com.

What problems is AWS CodePipeline solving and how is that benefiting you?

I've used, or attempted to use, CodePipeline in large and small companies. Large organizations with regulatory controls were where CodePipeline worked best for me, since every part of the system could be maintained in an orderly / regular manner. Also, consolidating billing with AWS simplified the POs and interaction with Finance. This ultimately lead to less time spent, organizationally, keeping proper financial controls and measure in place. Review collected by and hosted on G2.com.

Manil C.
MC
Ingénieur d'affaires
Computer Software
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
Rating Updated ()
What do you like best about AWS CodePipeline?

As part of the tools provide by AWS for DevOps, Codepipeline enables a continuous delivery in the AWS cloud. It can be used to connect between continuous integration tools up to the deployment of your application. It handles all the step related to app lifecycle, i.e. test, build, and deploy. It first grapes your source code from a repository (on commits for instance this) by connecting to the corresponding repository, potentially launch a build/test step then deploy the artifacts to the production environment. It has a good level of security as an IAM role can be affected to the whole process which can guarantee the isolation of the whole process. Furthermore, it has an intuitive wizard that can help you quickly setup a CD environment for your application. Review collected by and hosted on G2.com.

What do you dislike about AWS CodePipeline?

It's tied to AWS and cannot be used locally or on the infrastructure of any other cloud provider. It also still lacks a lot of integrations, for instance it supports a limited set of code source repositories, for the time being the application code can only be hosted on S3 or on github. Furthermore, the targets deploy can only be one of these options: Beanstak or CodeDeploy which both are Amazon services. Similarly, the build providers are limited to Jenkins and anther SaaS-based CI. Review collected by and hosted on G2.com.

Recommendations to others considering AWS CodePipeline:

Unfortunately, for the time being CodePipeline can only be used for orchestrating the continuous delivery of simple applications on AWS. Review collected by and hosted on G2.com.

What problems is AWS CodePipeline solving and how is that benefiting you?

I've participated in the investigation of a continuous delivery platform for a client. At the end we have chosen another CD solution, as the client has some specific tools used on the build process which was not possible to easily integrated with CodePipeline. Review collected by and hosted on G2.com.

AG
Senior Network Engineer
Telecommunications
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about AWS CodePipeline?

What is nice about AWS is that there are a plenty of managed services that hide the complexity of their setup and more importantly scalability. One of these services is the CodePipeline which is a hosted Continuous Delivery (CD) service. It has a nice Web-based user interface that helps you in the modeling, visualisation and automatisation of the steps which are required for releasing any kind of applications (whether it is a simple one or a complex one with many moving parts).

In fact, with CodePipeline it is very easy to model the entire release process for building a code base, to deploy to the staging environments, to test the application, and finally to release it to the production platform. Then each time the code base changes, CodePipeline will automatically run the builds, tests, and deployment as modelled. Furthermore, Code Pipeline is an open service that can be integrated with third party tools or an owned custom systems this at any stage of the release process in order to make an end-to-end solution. Review collected by and hosted on G2.com.

What do you dislike about AWS CodePipeline?

Code Pipeline is still a young service, unfortunately its not yet available in all regions (only available for the US). In addition, the application code repositories which are supported are still limited to Github and S3. Furthermore, there is a limit to the number of Code Pipeline that a given AWS user can be linked to (around 20 if this was no changed). The deploy stage in Code Pipeline is limited to the AWS infrastructure, i.e. if part of your applications are hosted in another Cloud provider then it will not be possible to automate everything from one Place. Review collected by and hosted on G2.com.

Recommendations to others considering AWS CodePipeline:

I highly recommend using Code Pipeline for applications that uses exclusively AWS hosted services. Review collected by and hosted on G2.com.

What problems is AWS CodePipeline solving and how is that benefiting you?

CodePipeline enables our clients to rapidly deliver features and be able to updates the code base with high quality through the automation of the processes of application development lifecycle (i.e. build, test, and release). Review collected by and hosted on G2.com.

Anubhb M.
AM
Developer
Information Technology and Services
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about AWS CodePipeline?

Coming from Jenkins, some serious features were needed to keep us on Codepipeline. One of them was the hosted deployment. For 1$ per active pipeline per month, it was a sweet deal. The service is highly scalable and deploys can be managed in auto scaling groups. Very easy to mirror pipelines. Application and pipeline change both can be deployed in a single commit. Codepipeline can be configured with IAM, to take actions on our behalf. Testing environments can be configured to only allow traffic from internal sources. It was very easy to move from Jenkins. Review collected by and hosted on G2.com.

What do you dislike about AWS CodePipeline?

We quickly hit the 20 pipelines limit per account that is imposed. Chaining pipelines is impossible if this limit is set, as that gets us to 20 even faster. Provider capability not that good, can mitigate it with jenkins but then what's the point of using it. Works very well for AWS, for other services, go figure. Review collected by and hosted on G2.com.

Recommendations to others considering AWS CodePipeline:

For deployment to AWS, codepipeline is quite good. If your requirement fits the bill, try it out. Review collected by and hosted on G2.com.

What problems is AWS CodePipeline solving and how is that benefiting you?

Faster and more robust deployment. Codepipeline allowed us to deploy our application releases in the fast track and test without much delay. Review collected by and hosted on G2.com.

Andrew R.
AR
Database Administrator
Information Technology and Services
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about AWS CodePipeline?

Loads to like with codepipeline. It is directly from amazon, so very well integrated with their s3 service. We can build, run tests, and deploy in one step, and that has gained them an upper hand. For the source provider, we can directly link up with github, however custom zip uploading is also supported if they are hosted in a s3 bucket. Very well integrated with jenkins, so the build and deployment step leverages it. Can deploy easily to most servers, if configured correctly. Review collected by and hosted on G2.com.

What do you dislike about AWS CodePipeline?

To configure it correctly, we needed to configure a host of things, The codepipeline jenkins pipeline is just the tip of the iceberg, we had to configure an IAM rule to allow it to execute AWS actions. After a few more config. steps, we could finally use codepipeline. Review collected by and hosted on G2.com.

Recommendations to others considering AWS CodePipeline:

Managing one service is far easier than clustering a few that barely work. Try testing it yourself. The configuration may seem daunting, don't let it scare you away. Configurability is AWSs' strength. Review collected by and hosted on G2.com.

What problems is AWS CodePipeline solving and how is that benefiting you?

We could finally build, run tests and deploy, all in one step. That has saved us quite a bit of time. The configuration was a pain, but we could do all this in one click. In business, time saved equates to money gained. Review collected by and hosted on G2.com.

Verified User in Transportation/Trucking/Railroad
UT
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about AWS CodePipeline?

- configurable configurations;

- 1-click deployment;

- organize dependencies in a multi project application;

- create a repeatable way to create artifacts that brings the application to production. Review collected by and hosted on G2.com.

What do you dislike about AWS CodePipeline?

- dependencies declariation the first time tend to be tricky. Review collected by and hosted on G2.com.

What problems is AWS CodePipeline solving and how is that benefiting you?

- deployment of multiple pieces of application without problems;

- creation of an e2 machine directly inside the pipeline using the paradigm of infrastructure as a code; Review collected by and hosted on G2.com.

Verified User in Higher Education
GH
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about AWS CodePipeline?

I appreciated that we only paid for what we used. And no commitment. Review collected by and hosted on G2.com.

What do you dislike about AWS CodePipeline?

Custom plugins were a great addition but required a lot of trial and error Review collected by and hosted on G2.com.

What problems is AWS CodePipeline solving and how is that benefiting you?

Integration and staying up to date Review collected by and hosted on G2.com.

Verified User in Wireless
GW
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about AWS CodePipeline?

AWS Code pipeline is a Software as a Service, no worries with setup and configuration. Review collected by and hosted on G2.com.

What do you dislike about AWS CodePipeline?

AWS Code Pipeline is nice but it makes you lock-in AWS Review collected by and hosted on G2.com.

What problems is AWS CodePipeline solving and how is that benefiting you?

Automated the deployment Review collected by and hosted on G2.com.