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

AWS CodeDeploy vs Red Hat Ansible Automation Platform 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
Red Hat Ansible Automation ...
Ranking in Release Automation
3rd
Average Rating
8.6
Reviews Sentiment
7.3
Number of Reviews
69
Ranking in other categories
Configuration Management (1st), Network Automation (1st)
 

Mindshare comparison

As of July 2025, in the Release Automation category, the mindshare of AWS CodeDeploy is 3.0%, up from 2.7% compared to the previous year. The mindshare of Red Hat Ansible Automation Platform is 5.8%, up from 4.5% compared to the previous year. It is calculated based on PeerSpot user engagement data.
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.
Muralitharan KS - PeerSpot reviewer
Efficient server management and detailed reporting with flexible deployment capabilities
We are primarily using Ansible for automation purposes as it is a configuration management tool. It is utilized for various activities such as DNS activity, changes to web servers, virtual host settings, and other day-to-day tasks, all of which are templated in Ansible Ansible allows us to manage…

Quotes from Members

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

Pros

"The biggest feature of AWS CodeDeploy is its scalability."
"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."
"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."
"CodeDeploy is very stable. I rate it a 10 for stability."
"CodeDeploy is quite easy to use within the AWS ecosystem."
"The product's initial setup phase is easy."
"It's just like every other AWS resource I use. It gets the job done."
"It is very flexible."
"Role-based access control and agentless architecture are the main features which may attract users."
"The most valuable feature is that it is easy to build playbooks. The learning curve is not that steep."
"It is agentless. I don't have to think about which client system my unit has understanding in or not, because I can execute from my system. It will go and configure it, and any module that it is looking for will be shipped out."
"Ansible Tower offers use a UI where we can see all the pushes that have gone into the server."
"It has made our infrastructure more testable. We are able to build our infrastructure in CI, then are more confident in what we are deploying will work, not breaking everything."
"There are new modules available, which help to simplify the workflow. That is what we like about it."
"The automation capabilities streamline deployment processes, providing reliability and reducing manual intervention and errors."
"It does not require staff for deployment and maintenance. It just works."
 

Cons

"An improvement for the end users would be easier implementation, especially regarding local testing tools for deployment."
"Improvements could be made to AWS CodeDeploy in terms of its agent's compatibility across different operating systems. Currently, there are instances where the agent may not work seamlessly with certain integrations, leading to issues with registering protocols on authorized servers."
"AWS CodeDeploy's lack of ability to use independently without CodePipeline or CodeBuild makes it unstable."
"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."
"The documentation could be more detailed, especially for new users."
"The documentation could be more detailed, especially for new users."
"Deployment and stability should be improved."
"AWS CodeDeploy doesn't provide multiple plugins like Jenkins, which is a shortcoming where improvements are required."
"Some of the Cisco modules could be expanded, which would be great, along with not having to do so much coding in the background to make it work."
"The SSM connection access needs improvement"
"It is a little slow on the network side because every time you call a module, it's initiating an SSH or an API call to a network device, and it just slows things down."
"What I'm trying to figure out, personally, is, when doing mass updates, how I can parallelize that a little bit better. It seems right now - and maybe, it's a shortcoming on my end - that I run through one set of servers, and then another set of servers, ad then another set of servers, but it seems like I could throw a lot of these checks out. Different types of servers, like web servers and DB servers, if I could parallelize that a little bit to make everything run a little bit more efficiently, that would help."
"We are very satisfied with what we have. From a management point of view, whatever makes it easier for my team to help customers write their own playbooks would be something very beneficial. Everything is going as a service. Creating playbooks can become much more consumer-oriented so that customers do not need to contact us to write their own playbooks."
"When you set up Playbooks, I may have one version of the Playbook, but another member of the team may have a different vision, and we will not know which version is correct. We want to have one central repository for managing the different versions of Playbooks, so we can have better collaboration among team members. This is our use case for using Git version control."
"On the Dashboard, when you view a template run, it shows all the output. There is a search filter, but it would be nice to able to select one server in that run and then see all that output from just that one server, instead of having to do the search on that one server and find the results."
"The product could do a better job at building infrastructure."
 

Pricing and Cost Advice

"The product's price is normal."
"It is costly."
"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."
"Since we are using a dedicated AWS environment, the solution's pricing is fine."
"The pricing is okay."
"If you only need to use Ansible, it's free for any end-user, but when you require Ansible Tower, you need to pay per Ansible Tower server."
"Red Hat's open source approach was a factor when choosing Ansible, since the solution is free as of right now."
"Red Hat Ansible Automation Platform is an affordable solution."
"Like many Red Hat products, they have a no-cost version of the web application (AWX, formerly Ansible Tower), but you are on your own to install and it is a little more complicated than just installing Ansible."
"I am using the community edition of the solution which is free."
"We use the open-source version of the solution."
"Ansible is a lot more competitive than any of the others. Its setup was also straightforward. In fact, we just implemented Ansible on OpenShift, so that is how we are running the Ansible Automation Platform now."
report
Use our free recommendation engine to learn which Release Automation solutions are best for your needs.
860,745 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Computer Software Company
16%
Financial Services Firm
13%
University
9%
Manufacturing Company
7%
Financial Services Firm
18%
Educational Organization
13%
Computer Software Company
12%
Manufacturing Company
8%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
 

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?
I remember it was a Node.js API that I deployed to some EC2 instances. I was trying to use PM2, a process manager, to deploy the application to the end users.
What is the difference between Red Hat Satellite and Ansible?
Red Hat Satellite has proven to be a worthwhile investment for me. Both its patch management and license management have been outstanding. If you have a large environment, patching systems is much ...
How does Ansible compare to Microsoft Endpoint Configuration Manager (SCCM)?
Microsoft Endpoint Configuration Manager takes knowledge and research to properly configure. The length of time that the set up will take depends on the kind of technical architecture that your org...
What do you like most about Red Hat Ansible Automation Platform?
The most valuable features of the solution are automation and patching.
 

Also Known As

No data available
Ansible
 

Overview

 

Sample Customers

Expedia, Intuit, Royal Dutch Shell, Brooks Brothers
HootSuite Media, Inc., Cloud Physics, Narrative, BinckBank
Find out what your peers are saying about AWS CodeDeploy vs. Red Hat Ansible Automation Platform and other solutions. Updated: July 2025.
860,745 professionals have used our research since 2012.