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

AWS CodePipeline Pros and Cons: Top 5 Advantages and Disadvantages

Quick AI Summary Based on G2 Reviews

Generated from real user reviews

Users appreciate the smooth integration and security of AWS CodePipeline, enhancing their DevOps workflow with ease. (4 mentions)
Users appreciate the easy integrations with GitHub and various AWS services, enhancing their deployment workflows. (3 mentions)
Users value the smooth integrations of AWS CodePipeline with various AWS services and source code repositories. (3 mentions)
Users value the s seamless integration with various services, enhancing their development workflow and simplifying deployments. (3 mentions)
Users appreciate the seamless integration of AWS CodePipeline with GitHub and other AWS services, enhancing their workflow. (2 mentions)
Users find the difficult setup of AWS CodePipeline especially challenging when managing cross-account configurations. (2 mentions)
Users face API limitations in CodePipeline, hindering tracking and dynamic variable support crucial for seamless execution. (1 mentions)
Users find AWS CodePipeline beginner-unfriendly, often struggling with IAM policies and roles, requiring extra time and effort. (1 mentions)
Users find the coding difficulties with AWS CodePipeline challenging, requiring significant time and effort to navigate IAM policies. (1 mentions)
Users find the complexity of IAM policies in AWS CodePipeline to be challenging and not beginner-friendly. (1 mentions)

Top Rated AWS CodePipeline Alternatives

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.

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.

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.

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.

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.

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.

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.

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.