Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

281 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Vaibhav S.

Ansible: The masterpiece without hassle A graceful tool for configuration-management and deployment.

  • March 07, 2020
  • Review provided by G2

What do you like best about the product?
Time saving:- Administration tasks such as patching systems can be done quickly and remotely at ease with the help of packaging module, updating and rebooting a system, restarting virtual machines can be done conveniently and efficiently.
Easy configuration management language: - It uses YAML language to write playbooks which is very easy to understand that can be used from developer to n/w admin.
Agentless remote systems:- It requires no agents to install on remote system
Native protocols:- Depending upon device types It uses native protocol like SSH for Unix, WinRM for windows etc.
Cloud native infrastructure management:- It can be used in the process of container build, Cluster management, application life-cyles and many more.
It is open source, you can also write your own plugins, Ansible tower which is easy to use web-based ui.
What do you dislike about the product?
It is platform dependent therefore the code written in one OS will not work on another.
It is slow as compared to other tool like salt
Push model is slow.
Ansible doesn,t fail fast if there is any config error:- There is no feature to check the modules on pre-conditions. So in ansible with minimum syntax check it moves forward till it reaches the module with an error while altering the host config and leaving your host in partially config state.
What problems is the product solving and how is that benefiting you?
It is used for application deployment without going directly to the desk which saves our time.
It is easy to use as compared to power shell.
Recommendations to others considering the product:
If you need to setup configuration management tool and deployment tool urgently. Ansible is the best platform for setting up your IT environment. As it is very easy to pick up concepts and start working on and documentation is also readable. It is understandable right from network administrator to manager, developer .


    Amit S.

One of best Config Management and Orchestration tool

  • March 02, 2020
  • Review provided by G2

What do you like best about the product?
Very simple and powerful tool for automation in complex muti-tier application environment.
What do you dislike about the product?
Log debugging is complex and not straigt forward task.
What problems is the product solving and how is that benefiting you?
Automation of deployment of micro-services in k8s infrastructure using playbooks. Automating services build and deployment.
Recommendations to others considering the product:
Nice and easy way to automate service deployment in complex and dynamic development environment.


    Computer Hardware

Amazing automation tool

  • February 29, 2020
  • Review provided by G2

What do you like best about the product?
it is agent less make it easy to use it, NON-IT person can use Ansible’s playbooks,it useful for IT orchestrating and deployment
What do you dislike about the product?
We can't do execute tasks parallel and custom module is hard to debug.
What problems is the product solving and how is that benefiting you?
I am automation developer, i uses to deploy infra on cloud platform, testcases testing automation
Recommendations to others considering the product:
Yes, Use Ansible for repetitive tasks


    Sradhanand P.

A Cloud provisioning solution

  • February 29, 2020
  • Review provided by G2

What do you like best about the product?
1. Easy to setup and deploy stack for cloud servers
2. Its Agent-less architecture handles it using ssh or paramiko modules as it is written in python
3. Security aspects it is highly preferred as it uses ssh for communication
What do you dislike about the product?
The only thing i dislike is Its comparatively slow than other cloud provisioning tools eg. Salt as it uses ssh for communication between nodes..
While salt uses ZeroMQ. which is fast
What problems is the product solving and how is that benefiting you?
1. Cloud provisioning
2. application deployment
3. software updates and upgrades on cloud servers.


    Avni T.

Best deployment tool and configuration.

  • February 28, 2020
  • Review provided by G2

What do you like best about the product?
we can configure several machines from the single Ansible. Server in-built modules are provided and is very easy to use.I would recommend to go through the official Ansible docs for beginners also try using the best practices from starting.should have basic knowledge of python prior using ansible.Always search for existing modules.Read all error messages carefully before moving further.
What do you dislike about the product?
Error messages should give detailed information about the error.
What problems is the product solving and how is that benefiting you?
Automating test cases, single playbook can be used for multiple machines.
Using ansible makes things easy.
can deploy same thing on several machines.
Recommendations to others considering the product:
we can configure several machines from the single Ansible. Server in-built modules are provided and is very easy to use.Always search for existing modules.Read all error messages carefully before moving further.I would recommend to go through the official Ansible docs for beginners also try using the best practices from starting.should have basic knowledge of python prior using ansible.Automating test cases, single playbook can be used for multiple machines.
Using ansible makes things easy.
can deploy same thing on several machines.


    Abhishek Y.

Best automation, configuration, deployment tool.

  • February 28, 2020
  • Review provided by G2

What do you like best about the product?
We can manage, configure several machine from the single ansible controller without using any client. Several in-built modules already available and is very simple to use.

For beginners I would recommend to go through the official Ansible docs thoroughly.
Try using the best practices from starting on wards
Should have basic knowledge of python and yaml prior using ansible.
Always search for the existing modules available.
Read the error msg carefully while debugging the failure of ansible playbook execution.
What do you dislike about the product?
The error response is not much informative, should have more detailed information in case of error.
What problems is the product solving and how is that benefiting you?
Configuring multiple server/machines through single playbook.
Automating the test cases.

Using ansible to run the test cases is simple and can be scheduled.
using roles to reduce redundancy

For beginners I would recommend to go through the official Ansible docs thoroughly.
Try using the best practices from starting on wards
Should have basic knowledge of python and yaml prior using ansible.
Always search for the existing modules available.
Read the error msg carefully while debugging the failure of ansible playbook execution.
Recommendations to others considering the product:
We can manage, configure several machine from the single ansible controller without using any client. Several in-built modules already available and is very simple to use.
For beginners I would recommend to go through the official Ansible docs thoroughly.
Try using the best practices from starting on wards
Should have basic knowledge of python and yaml prior using ansible.
Always search for the existing modules available.

Configuring multiple server/machines through single playbook.
Automating the test cases.

Using ansible to run the test cases is simple and can be scheduled.
using roles to reduce redundancy

Read the error msg carefully while debugging the failure of ansible playbook execution.


    Amar V.

Ansible is a good tool for automation.

  • February 28, 2020
  • Review provided by G2

What do you like best about the product?
The best thing about the Ansible is that it is easy to learn. It can be used to automate deployment.
What do you dislike about the product?
Some times it is very difficult to find out the reason for any errors.
What problems is the product solving and how is that benefiting you?
We are using it to deploy UI application using NGINX server on kubernetes cluster.


    Jelson C.

A great and powerful tool for automation

  • February 28, 2020
  • Review provided by G2

What do you like best about the product?
I have been using it for automating the deployment procedures for various projects that I have been a part of.
What do you dislike about the product?
If at all the deployment procedure is long and the execution fails at a particular point, it is painful to run the entire automation script from the start.
What problems is the product solving and how is that benefiting you?
I have been using it to build and deploy projects that I had been a part of. It reduces time drastically in terms of the actually manual execution of the commands used to build and deploy.
Recommendations to others considering the product:
It is easy to understand and can be learnt really fast. Saves time in automating deployments and creating builds.


    Computer Networking

Ansible is good configruration tools for multiple system simultaneously.

  • February 26, 2020
  • Review provided by G2

What do you like best about the product?
use for automation for system & router configuration
What do you dislike about the product?
if any error occurs then difficult to understand using error logs
What problems is the product solving and how is that benefiting you?
I have use for kubernetes & micro service deployment automation
Recommendations to others considering the product:
yes , i am always advise to use ansible


    Arbaaz K.

Anisble is the best automation platform that I used till now. It's fast, efficient and easy to use.

  • February 23, 2020
  • Review provided by G2

What do you like best about the product?
The best thing about Ansible is it's short learning curve. Anyone new to it gets a good understanding of it in very short time. It's very easy to learn and it can be used in a wide range of scenarios.
What do you dislike about the product?
Till now I have not faced any problem using Ansible.
What problems is the product solving and how is that benefiting you?
We have used it to automate the process of creating kubernetes cluster. This is a tedious task, but ansible makes it easy.
Recommendations to others considering the product:
This is a good automation platform, it can be used to automate a lot of things, you can use it with ease.