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 4

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.
Faisal I.
FI
Jr - DevOps Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about AWS CodePipeline?

I like the integration of codepipeline with SCM tools like github bitbucket. It is really helpful if you dont want jenkins server for ci/cd and want to optimize your cost it can really help you out in that regard. Review collected by and hosted on G2.com.

What do you dislike about AWS CodePipeline?

I am still implementing it and find nothing to dislike. Everything is perfect till yet just enjoying using it. Review collected by and hosted on G2.com.

Recommendations to others considering AWS CodePipeline:

Best for beginners in DevOps Review collected by and hosted on G2.com.

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

I have to create pipeline to deploy code on s3 bucket for static hosting and it did wonders for me it was so easy to set up it with bitbucket and codebuild. I just completed my task before the deadline which was given to me to complete this task. Review collected by and hosted on G2.com.

DA
Founder
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
Business partner of the seller or seller's competitor, not included in G2 scores.
What do you like best about AWS CodePipeline?

CodePipeline allowed us to seamlessly manage multiple complex Jira Data Center application environments.

Blue/Green CodeDeploy feature combined with support for application load balancing, which allows you to move changes in and out of application clusters so you can you can maintain zero down time deployments.

CodeBuild supports my Atlassian Bitbucket Cloud that is linked to my Jira Agile product development applications and was easy to setup and configure. I am able to link my Atlassian DevOps suite with my AWS computing environments. It works in conjunction with the Bitbucket Cloud Pipeline feature.

CodeDeploy also support CloudFormation templates so you can manage entire environments along with your deploys of code to application servers. Review collected by and hosted on G2.com.

What do you dislike about AWS CodePipeline?

Some initial configuration and setup challenges with roles and policies. The pipeline creation process had problems going between CodePipeline and CodeBuild when creating objects. Review collected by and hosted on G2.com.

Recommendations to others considering AWS CodePipeline:

Create your CodeBuild artifacts prior to creating your CodePipeline, the inline creation of CodeBuild in the CodePipeline creation process was problematic. After creating CodeBuild projects it didn't complete and return to the CodePipeline screen as expected. Otherwise if you are working to deploy on AWS EC2, ECS or S3 it is easy to maintain and update as required. The blue/green deployment feature and application load balancing feature are rather useful as are the deployment rollback features. The CodeDeploy service also allows on-premise server deployments and CloudFormation deployments for managing entire environments. It supports your computing environments both inside AWS and within your local network. It encapsulates the Review collected by and hosted on G2.com.

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

DevOps automation for configuration management and deployment management of application and database servers across development, test, staging and production. Review collected by and hosted on G2.com.

Harika C.
HC
DevOps Engineer
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?

1. AWS Codepipeline, helps to automate the build, test, release and deploy of the applications written in any language to cloud hosted services or on-premise services.

2. I really love the Infra as Code being compatible with Codepipeline. It integrates the best with Terraform.

3. Unlike other open source CICD tools, CodePipeline need not be installed. AWS provides agents to carry out build & release operations.

4. Like the other CI CD providers, AWS CodePipeline do provide many features to carry out the DevOps operations.

5. Some DevOps Engineers work with YAML files to carryout pipeline operations. AWS CodePipeline supports the YAML files too.

6. Great to use when there are multi cloud deployments for the same application code.

7. When it is the AWS SaaS itself the deployment platform, instead of moving out in search of other CI CD tools, AWS CodePipeline can help to carry out such operations without exposing the keys outside. Review collected by and hosted on G2.com.

What do you dislike about AWS CodePipeline?

The UI of codepipeline is a bit complex. Can be made simpler. Review collected by and hosted on G2.com.

Recommendations to others considering AWS CodePipeline:

I would recommend the AWS Codepipeline with the fellow DevOps Engineers as it versatile CI CD tools provided by the AWS to carry out DevOps operations. Review collected by and hosted on G2.com.

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

1. I integrated AWS Codepipeline with AWS EC2 &S3. S3 as source to pull up some files and create an EC2 instance dynamically from terraform script and deploy those files to spin up instance (EC2).

2. Integrated Jenkins, S3 and Codepipeline. Jenkins as CI server, pushes artifacts to S3. AWS Codepipeline gets triggered and pulls the artifacts from S3, deploys them to AWS services. I had chosen this to not get the deployment keys exposed to outside. Review collected by and hosted on G2.com.

Dhanuka W.
DW
Build Engineer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about AWS CodePipeline?

I really enjoyed how easy it was to configure within the UI and also being able to integrate so easily with terraform is also great! Review collected by and hosted on G2.com.

What do you dislike about AWS CodePipeline?

I really do not enjoy how restrictive it is with plugins/addons when compared to systems like teamcity, jenkins. Review collected by and hosted on G2.com.

Recommendations to others considering AWS CodePipeline:

GitHub is integrated into v2 in a weird way. It's confusing.

So do propper research before you use it. Review collected by and hosted on G2.com.

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

Codepipeline is very benefitial when dealing with webservers and cloud infastructure. being able to very easily deploy code and other content into amazon services like ECS and EC2 can be very cost efficient.

1. AWS Codepipeline, helps to automate the build, test, release and deploy of the applications written in any language to cloud hosted services or on-premise services.

2. I really love the Infra as Code being compatible with Codepipeline. It integrates the best with Terraform.

3. Unlike other open source CICD tools, CodePipeline need not be installed. AWS provides agents to carry out build & release operations.

4. Like the other CI CD providers, AWS CodePipeline do provide many features to carry out the DevOps operations.

5. Some DevOps Engineers work with YAML files to carryout pipeline operations. AWS CodePipeline supports the YAML files too.

6. Great to use when there are multi cloud deployments for the same application code.

7. When it is the AWS SaaS itself the deployment platform, instead of moving out in search of other CI CD tools, AWS CodePipeline can help to carry out such operations without exposing the keys outside.

Setting up a pipeline is very easy through the CLI with stages, actions, and transitions. For advanced users, CLI support is amazing. If all your code, Tools & Infra is in AWS, Codepipeline is your best option to create pipelines. Review collected by and hosted on G2.com.

Aakash G.
AG
Systems Analyst
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about AWS CodePipeline?

Setting up a pipeline is very easy through the CLI with stages, actions, and transitions. For advanced users, CLI support is amazing. If all your code, Tools & Infra is in AWS, Codepipeline is your best option to create pipelines. Review collected by and hosted on G2.com.

What do you dislike about AWS CodePipeline?

Debugging is a bit tedious and complex job. AWS can and should bring in more functionalities where pipelines can have better UI and a Dashboard would surely be welcomed. Review collected by and hosted on G2.com.

Recommendations to others considering AWS CodePipeline:

If you are in the AWS ecosystem, you won't need to look outside for other tools for building your pipelines. Review collected by and hosted on G2.com.

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

We implemented Codepipeline for a couple of applications that are hosted on AWS. Helped us move away from multiple tools, hosting them, patching servers, and all the leg work that was required to run the pipelines. This has helped us reduce our operational efficiency and releases are much easier and faster now. Review collected by and hosted on G2.com.

Reyansh K.
RK
SRE/DevOps Engineer
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?

I like the user interface and the ease of adding multiple stages into the deployment pipeline. I like the seamless experience it provides and the fact that it allows users to deploy on ECS, EC2, Lambda, and S3. Review collected by and hosted on G2.com.

What do you dislike about AWS CodePipeline?

I dislike the way GitHub is integrated into v2. It's confusing. Review collected by and hosted on G2.com.

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

We use it for pretty much all sorts of deployment. We use it to deploy our backend written in Node.js and Java. Deployment on the autoscaling group is so much easy with AWS Codepipeline. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about AWS CodePipeline?

CodePipeline is able to take our software from an S3 bucket and able to trigger a code deploy deployment enabling us to use to become a autoscaling and 100% uptime solution, it is really easy to use and get set up and can be used with loads of different solutions Review collected by and hosted on G2.com.

What do you dislike about AWS CodePipeline?

there isn't really anything I dislike about it, it's a solution that if you spend enough time with that can really save your bacon. Review collected by and hosted on G2.com.

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

we are using codepipelines as one of AWS services for deploying out software and being able to do code deployments without having to take the software offline while we do this, using other features like code deploy, S3 and autoscaling we have been able to create a Blue / Green deployment that has been a game-changer for us Review collected by and hosted on G2.com.

Sachin C.
SC
Software Developer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about AWS CodePipeline?

Simplicity of AWS CodePipeline it's very easy and docs are awesome. Review collected by and hosted on G2.com.

What do you dislike about AWS CodePipeline?

AWS CodePipeline doesn't provide more control over pipelines. Review collected by and hosted on G2.com.

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

Deployments problems are solved Review collected by and hosted on G2.com.

JL
software engineer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about AWS CodePipeline?

it works like a charm, it more useable than other cicd pipelines Review collected by and hosted on G2.com.

What do you dislike about AWS CodePipeline?

nothin in particular, everything works.. Review collected by and hosted on G2.com.

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

automation Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
CI
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
Business partner of the seller or seller's competitor, not included in G2 scores.
What do you like best about AWS CodePipeline?

It is a very well mature tool in the space of software development and also in the infrastructure development space Review collected by and hosted on G2.com.

What do you dislike about AWS CodePipeline?

It’s support of multi cloud ☁️ reachability Review collected by and hosted on G2.com.

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

We have been able to develop software codes as well as infrastructure as Code In a fully automated manner which is fantastic it requires no manual intervention whatsoever Review collected by and hosted on G2.com.