AWS CloudFormation vs Red Hat Ansible Automation Platform comparison

Cancel
You must select at least 2 products to compare!
Microsoft Logo
7,149 views|4,752 comparisons
91% willing to recommend
Amazon Web Services (AWS) Logo
1,289 views|814 comparisons
96% willing to recommend
Red Hat Logo
13,713 views|9,436 comparisons
97% willing to recommend
Comparison Buyer's Guide
Executive Summary

We performed a comparison between AWS CloudFormation and Red Hat Ansible Automation Platform based on real PeerSpot user reviews.

Find out in this report how the two Configuration Management solutions compare in terms of features, pricing, service and support, easy of deployment, and ROI.
To learn more, read our detailed AWS CloudFormation vs. Red Hat Ansible Automation Platform Report (Updated: May 2024).
771,157 professionals have used our research since 2012.
Featured Review
Quotes From Members
We asked business professionals to review the solutions they use.
Here are some excerpts of what they said:
Pros
"Microsoft Endpoint Manager is not expensive overall, especially for small environments.""It has improve our organization through the remote management of non-domain joined devices.""Fortunately, now everything is streamlined into a single, unified platform.""The solution is easy to use and it has good performance.""Its protection policies are most valuable. It protects mobile devices as well as individual apps. It is pretty scalable, and its documentation is also pretty good. It is also pretty straightforward to deploy.""The overall user experience is quite nice. I have no complaints from end users regarding their devices enrolled in Intune.""The synchronization of Intune with other Microsoft solutions is a valuable feature.""It helps implement conditional access policies to restrict mobile users from accessing potentially dangerous emails."

More Microsoft Intune Pros →

"The solution has helped with automation. I don't have to worry about provisioning machines and ensuring everything is set up. AWS CloudFormation takes care of the entire infrastructure for me.""There is a cost-benefit to using CloudFormation that comes about because of the automation that it provides.""The nested stacks would be one of the more valuable features.""AWS CloudFormation has automated the resource-building process, thereby removing the scope of human errors. We can tag the resources which help the billing process.""The integration of the solution is very good.""Automations make it pretty easy to provision AWS, development, or deployment environments.""It is easy to work from the console and deploy new database services.""I would rate the scalability a nine out of ten. We use it every day."

More AWS CloudFormation Pros →

"The most valuable feature of Ansible is repeatability because when you're working at the DoD, you want things to be cookie-cutter and replicable.""The most valuable features of the solution are its configuration management, drift management, workflow templates with the visual UI, and graphical workflow representation.""RBAC is great around Organizations and I can use that backend as our lab. Ingesting stuff into the JSON logs, into any sort of logging collector; it works with Splunk and there are other collectors as well. It supports Sumo and that helps, I can go create reports in Sumo Logic. Workflows are an interesting feature. I can collect a lot of templates and create a workflow out of them.""I like Ansible's ease of use. If you have Linux skills, you can create a reusable template for the dependencies and other configurations. I can store the templates in a repository and share them with my customers or other developers. It's a popular solution, so there is a large user base that can share templates.""It enabled me to take the old build manifest and automated everything. So when it came time to spin everything up, it was quick and simple. I could spin it up and test it out. And then, when it came time to roll production, it was a done deal. When we expanded to multiple data centers, it was same thing: Change a few IP addresses, change some names, and off we went.""We can manage all the configuration consistency between all our servers.""I like the inventory management. It's a very nice, simple, concise way to keep all that data together. And the API allows us to use it even for things that are not Ansible.""Ansible is agentless. So, we don't need to set up any agent into the computer we are interacting with. The only prerequisite is that the host with which we are going to interact must have the Python interpreter installed on it. We can connect to a host and do our configuration by using Ansible."

More Red Hat Ansible Automation Platform Pros →

Cons
"It would be beneficial to have a more straightforward understanding of Intune's capabilities, presented in a simplified manner.""I have a lot of Apple products in my environment. It would be nice to have an improved integration of Apple products with Microsoft Intune without Jam.""There should be more focus on mobile device security and integration.""Microsoft Intune lacks the ability to provide seamless remote assistance or remote control.""Intune should be much more granular in terms of supporting more Android cellular devices.""I wanted to check if there is any provision at the Intune level to restrict certain things, such as a website, but unfortunately, that feature is available only in Microsoft Defender. Intune has web filtering capabilities, but they are only useful for protection from malicious websites, whereas we would like to be able to restrict a website. For example, YouTube is a clean website. No one would identify it as a malicious website, but if we want to stop the end-users from going to that website, we have to go for another product, such as Microsoft Defender or another third-party proxy solution. It would be great if this capability is included in Intune.""The Mac integration has room for improvement.""What would make this product better is adding more security policies and features in the next upgrade."

More Microsoft Intune Cons →

"There is less support for on-premise environments.""CloudFormation is not particularly good at handling cross-account dynamic references. If you try to refer to an object that CloudFormation has created in a separate AWS account, it tends to fall apart. That's because it is a byproduct of the multi-tenant configuration. This is the most glaring shortcoming in my perspective because you can't dynamically reference objects in other accounts that CloudFormation has created, but it is not a shortcoming that you can't overcome. This is the only pain point that I've come across that didn't have a workaround natively. Sometimes the confirmation is slow, and it could be faster. The downside to CloudFormation when you're fully embracing it is that the AWS services do not get released immediately fully CloudFormation enabled. If you need to use the latest AWS service that just got announced or reinvented, you're not going to be able to continue with CloudFormation for the first X number of months. This is because they develop the products separately, and then they hand it to the CloudFormation team, which later on develops a CloudFormation integration. So, if you need to be on the newest thing AWS has, CloudFormation is often going to be a constraint that prevents you from doing that.""The solution needs to offer better support to other cloud vendors.""Provisioning a large environment or a large number of services takes a bit more time than with Terraform.""AWS CloudFormation allows you to use the code templates written in JSON and YAML, but not directly in Python. Adding this feature would be beneficial.""For improvement, it's crucial that AWS provides options in terms of computing services, DB related services, and machine learning solutions. If I'm not hands-on with a particular service, like machine learning applications, I struggle to write the CloudFormation code.""The code we write in AWS CloudFormation is pretty big compared to Terraform. We need to have more modules in the solution. A library should also be there where we can save code lines. A dashboard feature would be good for designers.""What could be improved in AWS CloudFormation is its user interface, in terms of graphical design, I prefer WYSIWYG."

More AWS CloudFormation Cons →

"The area which I feel can be improved is the custom modules. For example, there are something like 106 official modules available in the Ansible library. A year ago, that number was somewhere around 58. While Ansible is improving day by day, this can be improved more. For instance, when you need to configure in the cloud, you need to write up a module for that.""Some of the modules in Ansible could be a bit more mature. There is still a little room for further development. Some performance aspects could be improved, perhaps in the form of parallelism within Ansible.""It needs better documentation.""There is always room for improvement in features or customer support.""It would be helpful to have templates for common configurations. It would make it much easier and faster rather than creating a whole script. The templates would decrease the learning curve as well.""In Community, there's a lot of effort towards testing, standardizing, and testing for module development to role development, which is why Molecule is now becoming real. Same thing with Zuul, which we are starting to implement. Zulu tests out modules from third-party sources, like ourselves, and verifies that the modules work before they are committed to the code. Currently, Ansible can't do this with all the modules out there.""The solution should add a nice self-service portal.""The user interface on the Ansible Tower product could be better, but it is functional."

More Red Hat Ansible Automation Platform Cons →

Pricing and Cost Advice
  • "Consider the Microsoft Enterprise Mobility Suite rather than choosing specific sub-components, e.g. only Microsoft Intune."
  • "There is a cost benefit of using Microsoft Intune because of the packaging with other Microsoft products."
  • "Microsoft Intune is a cost effective choice. It is less expensive than other products on the market."
  • "The purchase of the product was handled by someone else."
  • "I have no comment on pricing of the solution."
  • "The product is offered as part of a Microsoft standard bundle. The pricing can be competitive to Airwatch, and Maas360."
  • "For Microsoft 365 E5 clients, cost is not an issue as this product is one of the benefits."
  • "The price of Intune is included with the license for Office 365, so we don't have to pay anything extra for it."
  • More Microsoft Intune Pricing and Cost Advice →

  • "This solution is free to use and does not require a license."
  • "AWS CloudFormation doesn't have any cost because it's only the resources that you deploy with the solution that'll incur costs."
  • "If you compared serverless and container-based, serverless is less expensive. If you use certain instances the price can increase and become too expensive."
  • "The price of the solution is good because it is scalable."
  • "The solution's cost is normal, neither cheap nor expensive."
  • "The pricing is not notably high."
  • "The product is free."
  • "The tool is free for the AWS environment."
  • More AWS CloudFormation Pricing and Cost Advice →

  • "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."
  • "The cost is high, but it still works well."
  • "We went with product because we have a subscription for Red Hat."
  • "Ansible Tower is free. Until they lower the cost, we are holding off on purchasing the product."
  • "Red Hat's open source approach was a factor when choosing Ansible, since the solution is free as of right now."
  • "You don't need to buy agents on servers or deploy expense management when using the solution, which affected our decision to go with it."
  • "The cost is determined by the number of endpoints."
  • "We're charged between $8 to $13 a month per license."
  • More Red Hat Ansible Automation Platform Pricing and Cost Advice →

    report
    Use our free recommendation engine to learn which Configuration Management solutions are best for your needs.
    771,157 professionals have used our research since 2012.
    Questions from the Community
    Top Answer:Microsoft Intune is a great tool for managing a mobile device fleet while keeping access control. The solution makes it… more »
    Top Answer:Microsoft Intune is a great configuration management tool and has a lot of good things going for it. Here are some of… more »
    Top Answer: Microsoft Intune offers not only an easy-to-deploy data protection and productivity management solution, but also… more »
    Top Answer:AWS Cloud automation reduces the time needed to create AWS resources.
    Top Answer:AWS CloudFormation's pricing is cheaper than that of other cloud providers.
    Top Answer:When I used AWS CloudFormation, I wrote the CloudFormation file. It would help all users if AWS improved the… more »
    Top Answer:Red Hat Satellite has proven to be a worthwhile investment for me. Both its patch management and license management have… more »
    Top Answer:Microsoft Endpoint Configuration Manager takes knowledge and research to properly configure. The length of time that the… more »
    Top Answer:The most valuable features of the solution are automation and patching.
    Comparisons
    Also Known As
    Intune, MS Intune, Microsoft Endpoint Manager
    CloudFormation
    Ansible
    Learn More
    Overview

    Microsoft Intune is a comprehensive cloud-based service that allows you to remotely manage mobile devices and mobile applications without worrying about the security of your organization’s data. Device and app management can be used on company-owned devices as well as personal devices.

    In an increasingly mobile workforce, Microsoft Intune keeps your sensitive data safe while on the move. Microsoft Intune makes it possible for your team members to work anywhere using their mobile devices. Microsoft Intune provides both the flexibility and the control needed for securing all your data on the cloud, no matter where the device with the data is located.

    Microsoft Intune Device Management Key Features

    With Microsoft Intune Device Management you can:

    • Ensure devices and apps are compliant with your security requirements.
    • Rapidly deploy and authenticate apps on all company devices.
    • Remotely access devices to troubleshoot issues or to remove data from them.
    • Generate reports for all devices in the system.
    • Monitor the way users access and share information to protect company information.
    • Set rules and configure settings on personal and organization-owned devices to access data and networks.
    • Create user groups and device groups, allowing you to rapidly access many users and devices simultaneously.

    Mobile Application Management

    Mobile application management in Intune is designed to protect your organization’s data at the application level.

    With Microsoft Intune Application Management you can:

    • Configure apps to run with specific settings enabled.
    • Update existing apps that are already on the device.
    • See reports on which apps are used and monitor their usage.
    • Selectively wipe organization data from apps.
    • Add mobile apps to user groups and devices.

    As part of Microsoft's Enterprise Mobility + Security (EMS) suite, Intune integrates with Microsoft Entra ID for access control and with Azure Information Protection for data protection. It also integrates with Microsoft 365 Applications.

    Reviews from Real Users

    Microsoft Intune stands out among its competitors for a number of reasons. Two major ones are its ability to secure all devices under its management and the flexibility that the solution offers its users.

    A computing services manager notes, "Its security is most valuable. It gives us a way to secure devices, not only those that are steady. We do have a few tablets and other devices, and it is a way for us to secure these devices and manage them. We know they're out there and what's their status. We can manage their life cycle and verify that they're updated properly."

    The head of IT engineering at a financial services company writes, "The one feature we find most useful is the Mobile Application Manager. There are two types: we have the complete MDM and the Mobile Application Manager (MAM). We don't give our users phones, it is their own personal phone, and we need to allow them to have access to the company details on their phone. We need to create a balance between their own personal data and the company data. We deploy the Mobile Application Manager for them so that we won't be able to interfere with their own personal data."

    AWS CloudFormation provides a common language for you to model and provision AWS and third party application resources in your cloud environment. AWS CloudFormation allows you to use programming languages or a simple text file to model and provision, in an automated and secure manner, all the resources needed for your applications across all regions and accounts. This gives you a single source of truth for your AWS and third party resources.

    Red Hat Ansible Automation Platform is a powerful network automation solution that allows organizations to handle every aspect of their application launch process within a single product. It enables users to share their automations so that teams within an organization can collaborate on various projects with ease. Ansible Automation Platform is designed to be used by all employees involved in the network automation process.

    Red Hat Ansible Automation Platform Benefits

    Some of the ways that organizations can benefit by choosing to deploy Red Hat Ansible Automation Platform include:


    • Maximum benefit for reduced overhead. Ansible Automation Platform is an all-in-one solution that can enable users to do the jobs of multiple products with one. Users do not need to purchase multiple products to handle their network automation and application development needs. It is equipped with prefabricated content from more than one hundred companies that are partnered with it.


    • Scalable. Ansible Automation Platform is a highly scalable solution. It can easily be scaled up so that automations can be extended across the various devices that make up an organization’s network.


    • Flexibility. Ansible Automation Platform is highly flexible. It enables users to tackle any and all automation-related tasks.


    Red Hat Ansible Automation Platform Features


    • Automation analytics. Ansible Automation Platform comes equipped with an automation analytics feature. This feature enables organizations to measure the effects of their automations and plan how they are going to implement automations moving forward. It makes it easy for administrators to spot anomalies in their automations and resolve them before they can escalate and become major issues.


    • Integration suite. Ansible Automation Platform gives organizations access to a wide variety of integrations that enable them to connect to Ansible’s partners. Now users can augment their capabilities without needing to purchase additional solutions that will enable them to run features that are not normally a part of Ansible’s array of tools. The Ansible environment is built to handle the wide variety of integrations that their partners offer. In order to accomplish this it includes the APIs that users need in order to fully benefit from the integrations. 


    • Centralized interface. Ansible Automation Platform comes with a centralized GUI interface that enables users to manage all of their network automation and application creation activities from a single location. Businesses can guarantee that their operations are going to be handled efficiently and according to a single standard. The management process is greatly simplified. All of the tools that users need are located in one place.


    Reviews from Real Users

    Red Hat Ansible Automation Platform is a highly effective solution that stands out when compared to many of its competitors. Two major advantages it offers are its automation manager and its comprehensive centralized GUI-based management interface.

    MD J., a solution architect at STBL, says, “The automation manager is very good and makes things easier for customers with multi-cloud platforms.”

    Aankit G., a Consultant at Pi DATACENTERS, writes, “We like the GUI-based interface for the tower. Before, we only had a command-line interface to run all the Ansible tasks. Now, the Ansible tower provides the complete GUI functionality to run, manage, and create the templates and the Ansible jobs. This includes the code and YAML file we can create. The GUI interface is the added advantage of this solution, including some integration with the different plugins.”

    Sample Customers
    Mitchells and Buzzers, Callaway
    Nextdoor, Coinbase, Expedia
    HootSuite Media, Inc., Cloud Physics, Narrative, BinckBank
    Top Industries
    REVIEWERS
    Financial Services Firm19%
    Computer Software Company18%
    Comms Service Provider10%
    Energy/Utilities Company6%
    VISITORS READING REVIEWS
    Educational Organization23%
    Computer Software Company12%
    Government7%
    Financial Services Firm7%
    REVIEWERS
    Computer Software Company30%
    Construction Company10%
    Wellness & Fitness Company10%
    Non Profit10%
    VISITORS READING REVIEWS
    Financial Services Firm19%
    Computer Software Company13%
    Educational Organization6%
    Retailer6%
    REVIEWERS
    Financial Services Firm18%
    Government15%
    Computer Software Company13%
    Healthcare Company10%
    VISITORS READING REVIEWS
    Educational Organization25%
    Financial Services Firm14%
    Computer Software Company11%
    Government7%
    Company Size
    REVIEWERS
    Small Business38%
    Midsize Enterprise14%
    Large Enterprise48%
    VISITORS READING REVIEWS
    Small Business20%
    Midsize Enterprise33%
    Large Enterprise47%
    REVIEWERS
    Small Business37%
    Midsize Enterprise23%
    Large Enterprise40%
    VISITORS READING REVIEWS
    Small Business22%
    Midsize Enterprise9%
    Large Enterprise69%
    REVIEWERS
    Small Business28%
    Midsize Enterprise9%
    Large Enterprise62%
    VISITORS READING REVIEWS
    Small Business13%
    Midsize Enterprise33%
    Large Enterprise54%
    Buyer's Guide
    AWS CloudFormation vs. Red Hat Ansible Automation Platform
    May 2024
    Find out what your peers are saying about AWS CloudFormation vs. Red Hat Ansible Automation Platform and other solutions. Updated: May 2024.
    771,157 professionals have used our research since 2012.

    AWS CloudFormation is ranked 8th in Configuration Management with 28 reviews while Red Hat Ansible Automation Platform is ranked 1st in Configuration Management with 58 reviews. AWS CloudFormation is rated 8.4, while Red Hat Ansible Automation Platform is rated 8.6. The top reviewer of AWS CloudFormation writes "Pretty easy setup with great automations for provisioning that save time and money". On the other hand, the top reviewer of Red Hat Ansible Automation Platform writes "Capable of broad integrations with easy-to-operate infrastructure and user controls". AWS CloudFormation is most compared with AWS Systems Manager, Spring Cloud, Red Hat Satellite, Microsoft Configuration Manager and Chef, whereas Red Hat Ansible Automation Platform is most compared with Red Hat Satellite, Microsoft Configuration Manager, VMware Aria Automation, Microsoft Azure DevOps and BMC TrueSight Server Automation. See our AWS CloudFormation vs. Red Hat Ansible Automation Platform report.

    See our list of best Configuration Management vendors.

    We monitor all Configuration Management reviews to prevent fraudulent reviews and keep review quality high. We do not post reviews by company employees or direct competitors. We validate each review for authenticity via cross-reference with LinkedIn, and personal follow-up with the reviewer when necessary.