Try our new research platform with insights from 80,000+ expert users

AWS CodeDeploy vs Spinnaker comparison

 

Comparison Buyer's Guide

Executive SummaryUpdated on Jan 7, 2025

Review summaries and opinions

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Categories and Ranking

AWS CodeDeploy
Ranking in Release Automation
4th
Average Rating
7.8
Reviews Sentiment
5.6
Number of Reviews
14
Ranking in other categories
No ranking in other categories
Spinnaker
Ranking in Release Automation
9th
Average Rating
8.0
Reviews Sentiment
6.5
Number of Reviews
4
Ranking in other categories
No ranking in other categories
 

Mindshare comparison

As of October 2025, in the Release Automation category, the mindshare of AWS CodeDeploy is 2.5%, up from 2.4% compared to the previous year. The mindshare of Spinnaker is 1.8%, up from 0.5% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Release Automation Market Share Distribution
ProductMarket Share (%)
AWS CodeDeploy2.5%
Spinnaker1.8%
Other95.7%
Release Automation
 

Featured Reviews

Mahadev Metre - PeerSpot reviewer
YAML configuration and cloud integration simplify tasks and enhance AWS resource flexibility
The features and capabilities of AWS CodeDeploy that I have found most valuable are that it is very user-friendly, and the codebase we can use there, specifically the tech stack, is YAML configuration. YAML is quite user-friendly itself, so if you just understand the basic concepts of YAML, then you're good to go. However, people face some problems with the YAML tech stack, as it is very strict with indentation and the placement of attributes. Overall, it's very strict with indentation and how it interprets our input. For example, in a stage where an environment is defined, there should be two spaces followed by an environment key and value. Knowing YAML is essential before working on AWS CodeDeploy, as the YAML file controls the service. AWS CodeDeploy's integration with other AWS services contributes significantly to scaling, monitoring, and security in my deployment processes by requiring IAM permissions. This is the only gateway for it to obtain permission to perform any tasks or triggers. One advantage we have with AWS CodeDeploy is its hassle-free accessibility through IAM roles and permissions. Being an AWS service, it operates on ARNs, which are identifiers. When we refer to these codes in IAM policies, we can give specific permissions while adhering to the least privileges rule of IAM. This makes it quite good and flexible with AWS resources, unlike third-party options.
Anurag Bandyopadhyay - PeerSpot reviewer
Useful to create custom pipelines
Regarding areas for improvement, one significant issue is the lack of maker-checker flows to ensure that newly created pipelines are accurate and tested. We currently use an in-house abstraction over Spinnaker to verify pipeline specs, environment variables, etc. It would be beneficial if Spinnaker could offer this functionality within their product.

Quotes from Members

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Pros

"AWS CodeDeploy operates on an on-demand basis. This means that you only pay for the exact duration of the deployment process. Whether it takes one minute, two minutes, or even longer, you're only charged for the time it takes to complete the deployment. You're not locked into paying for dedicated servers."
"I found the default settings of AWS CodeDeploy to be highly beneficial for my deployment workflows. For instance, when deploying a Node.js application, I manually installed the necessary components on my AWS instance, such as the web server required by developers. Then, I created deployment scripts for starting and stopping instances and performing the deployment itself. These scripts were stored alongside my code in GitHub, ensuring they executed seamlessly with the CI/CD pipeline. Since the project wasn't overly complex, I opted for the default settings, which proved to be efficient and straightforward for deployment."
"The product's initial setup phase is easy."
"CodeDeploy is quite easy to use within the AWS ecosystem."
"The most valuable features of AWS CodeDeploy are its integration with other AWS services to deploy applications."
"I can integrate it with other AWS services."
"I would suggest using AWS CodeDeploy if your applications are on AWS cloud platform, as it integrates well with multiple AWS services and automates scalability and infrastructure management."
"The product is easy to use."
"The most valuable feature of Spinnaker is the rollback."
"There is a good community around the product that makes troubleshooting possible."
"The tool's most valuable feature is its intuitive interface for converting existing Kubernetes specs into working pipelines. It's easy for anyone to deploy anything on any environment when they need to test or deploy for a specific merchant or use case. Instead of going into the specs and changing different variables, they can do it through the UI, which is very useful."
"Spinnaker is used for automating a variety of deployment tasks, infrastructure, provisioning tasks, and all kinds of things."
 

Cons

"AWS CodeDeploy's lack of ability to use independently without CodePipeline or CodeBuild makes it unstable."
"The documentation could be more detailed, especially for new users."
"AWS should provide its own templates in the console so that I don't need to go anywhere else to get the template for AWS CodeDeploy or AWS CodeBuild."
"An improvement for the end users would be easier implementation, especially regarding local testing tools for deployment."
"An improvement for the end users would be easier implementation, especially regarding local testing tools for deployment."
"The documentation could be more detailed, especially for new users."
"AWS CodeDeploy doesn't provide multiple plugins like Jenkins, which is a shortcoming where improvements are required."
"We have faced some issues and bugs along the way when it comes to stability."
"Spinnaker's configuration setup is too complicated and should be made easy."
"Log-wise, we need to understand why something has failed so that we can understand and try to fix it the moment the issue is reported. The solution could use more robust monitoring."
"Every time it goes to run a pipeline, it just generates a lot of data, and its database is not exactly tuned out of the box, meaning it is not tuned for high scalability."
"Regarding areas for improvement, one significant issue is the lack of maker-checker flows to ensure that newly created pipelines are accurate and tested. We currently use an in-house abstraction over Spinnaker to verify pipeline specs, environment variables, etc. It would be beneficial if Spinnaker could offer this functionality within their product."
 

Pricing and Cost Advice

"The product is free with EC2."
"AWS CodeDeploy has proven to be a cost-effective solution for us, especially considering the benefits we gain from using it. In terms of pricing, AWS is quite affordable, providing excellent value for the features and services it offers."
"It is costly."
"The product's price is normal."
"Since we are using a dedicated AWS environment, the solution's pricing is fine."
"Spinnaker is an open-source product. The tool is completely free for users."
"Spinnaker is a free-to-use, open-source solution."
"The solution is open-source."
report
Use our free recommendation engine to learn which Release Automation solutions are best for your needs.
868,787 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
15%
Computer Software Company
15%
University
10%
Manufacturing Company
8%
No data available
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
By reviewers
Company SizeCount
Small Business8
Midsize Enterprise4
Large Enterprise4
No data available
 

Questions from the Community

What is your experience regarding pricing and costs for AWS CodeDeploy?
Evaluating cost, it is important to note that the services provided by CodeDeploy can be expensive to purchase from other cloud platforms. However, depending on the services, it might be worth the ...
What is your primary use case for AWS CodeDeploy?
My usual use cases for AWS CodeDeploy involve utilizing it as an AWS service, which is a subservice of CodePipeline. AWS CodePipeline is a whole package of services which consists of AWS CodeDeploy...
What do you like most about Spinnaker?
The most valuable feature of Spinnaker is the rollback.
What needs improvement with Spinnaker?
Regarding areas for improvement, one significant issue is the lack of maker-checker flows to ensure that newly created pipelines are accurate and tested. We currently use an in-house abstraction ov...
 

Comparisons

 

Overview

 

Sample Customers

Expedia, Intuit, Royal Dutch Shell, Brooks Brothers
Information Not Available
Find out what your peers are saying about AWS CodeDeploy vs. Spinnaker and other solutions. Updated: September 2025.
868,787 professionals have used our research since 2012.