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

Chef SaaS

Progress Chef | 1

Reviews from AWS Marketplace

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

External reviews

77 reviews
from G2

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


    Aiman N.

A Great Configuration Management tool

  • November 01, 2018
  • Review provided by G2

What do you like best about the product?
- Great centralized features: data bags (central data storage), encrypted data bags, restricting script (cookbook) version on given nodes...etc.
- Amazing ruby-based syntax. This what makes Chef my preferred configuration management tool over other tools that use their own DSL. You can always use Ruby directly for complex tasks
- Open source: Chef has an open source version that does not lack important features
- Ability to test your Chef scripts (recipes and cookbooks) using automated InSpec tests
What do you dislike about the product?
- There is some learning curve involved, but it's worth it
- It might be an overkill for simple automations
What problems is the product solving and how is that benefiting you?
Automates compute nodes configuration, so solves problems like: environment inconsistencies, speed up deploying new nodes, ..etc


    Computer Software

Cooking with infrastructure as code

  • September 25, 2018
  • Review provided by G2

What do you like best about the product?
Once you're familiar with Chef, it's a very powerful tool for ensuring that your servers are all provisioned in the exact same way, and committing those choices to source control. There is a fairly active open source, and a lot of community cookbooks already exist for common tasks.
What do you dislike about the product?
Reasonably challenging to get up and running with, especially if you aren't coming from a Ruby background. The documentation lags somewhat and I occasionally found myself digging into source code to understand a behavior.
What problems is the product solving and how is that benefiting you?
Automating and standardizing server configuration. Reducing the number of errors that arise from server configuration drift.


    Earl W.

Automation meets DevOps

  • April 28, 2018
  • Review provided by G2

What do you like best about the product?
It works on most platforms windows and Linux many flavors. Robust offering
What do you dislike about the product?
Server head must be Linux. Not a bad thing.
What problems is the product solving and how is that benefiting you?
Server build similar to Desired State
Recommendations to others considering the product:
A proven leader in Automation software


    setu s.

Repeatable Infrastructure has been made easy

  • April 15, 2018
  • Review provided by G2

What do you like best about the product?
IT infrastructure can be saved /reused as when required. Less time to create infrastructure
What do you dislike about the product?
Difficult to learn the language for beginners
What problems is the product solving and how is that benefiting you?
1) Faster time to market
2) Less human error
3) Robust infrastrcuture


    Information Technology and Services

Chef to automate your infra

  • February 05, 2018
  • Review provided by G2

What do you like best about the product?
Easy to understand, configure the management of your infrastructure
What do you dislike about the product?
available documentation is less as compare to other tools,
What problems is the product solving and how is that benefiting you?
we need to deploy a software developed by our developer, our infrastructure is very complex with different OS, environment, DBs, explorers, with the help of CHEF we did this within stipulated time without any issues.
Recommendations to others considering the product:
Easy to learn, implement, configure, distribute over the landscape, Ruby is the main attraction, can cook the best food for you with its available cookbooks for your infrastructure to automate


    Food & Beverages

Exective chef at a university

  • December 22, 2017
  • Review provided by G2

What do you like best about the product?
Being able to feed people with simpe ingrednts
What do you dislike about the product?
At times the lack of knowdgle of the time it takes to make a dish
What problems is the product solving and how is that benefiting you?
Meeting food cost
Recommendations to others considering the product:
Not at this time


    Phil A.

Longtime user and fan of Chef

  • December 21, 2017
  • Review verified by G2

What do you like best about the product?
The Chef DK allows you to have a full CI/CD workflow for your infrastructure as code. With chef you can stick to the community cookbooks and boilerplate resources or you can make it do anything you like with raw ruby.
What do you dislike about the product?
As everyone says it can be a bit daunting to get started. Most new development seems to be targeted at enterprises.
What problems is the product solving and how is that benefiting you?
With Chef, there's no excuse not to have your entire infrastructure as code.
Recommendations to others considering the product:
It's worth spending a bit more time up front to understand the product than you might with other configuration management solutions. The benefit is much more power and a massive community.


    Christopher M.

Chef'ing up Liferay

  • November 22, 2017
  • Review provided by G2

What do you like best about the product?
I like chef because it uses DSL for configuration instead of XML, Rackspace supports it very well, etc. However the absolute best thing about Chef is the concept of recipes where you can get your platform up and configured extremely easily if that platform has a chef recipe. In addition most large platforms do have chef recipes so it's great! Also, I like that it;s open source
What do you dislike about the product?
Some of the things i dislike about chef, and this might jkust be a criticism of configuration management in general, is that you need pretty much a full team to support it. Sometimes I feel like it adds more complexity instead of kless.
What problems is the product solving and how is that benefiting you?
The biggest issue we are solving with Chef is the knowledge gap that exists in new employees when first learning out platforms. previous it would take months for new developers to become effective because they spend several months fighting with the platform, build tools, etc. Chef makes this much less of a hassle
Recommendations to others considering the product:
Learn it well before you try to incorporate it in your enterprise


    Evan W.

Infrastructure as code never looked so intimidating and yet hopeful

  • September 13, 2016
  • Review verified by G2

What do you like best about the product?
The ability to code infrastructure and then run it in action from a single line command is amazing. Imagine spinning up not just 1, but an entire stack of services at once (a whole ecosystem). That's the power of Chef.
What do you dislike about the product?
The problems are myriad. Chef does not have an easy way to pick up for beginners. Most cookbooks are focused on Linux, not Windows. And whenever a deployment breaks, tracing it is a huge pain as there stacktrace is not very informative.
What problems is the product solving and how is that benefiting you?
Chef solves the problem of continuously updating and deploying your software ecosystem from scratch for different purposes and even clients. This helps to make infrastructure development verifiable and repeatable.


    Sahil S.

Best tool for unifying development environment in a large team.

  • June 20, 2016
  • Review verified by G2

What do you like best about the product?
Chef provides tools for for IT automation and after trying other tools. Its a master client model and is based in Ruby which was really helpful since we were also developing applications in Ruby on Rails.

The best thing about chef is the collection of modules and configuration recipes. Also, its based around Git which everyone is familiar with and 'Knife' tool is very helpful during installations.
What do you dislike about the product?
Learning curve is steep but since we were already using Ruby it was a bit easy for us. Apart from that, its a not a smiple tool, It can lead to very large code bases and complicated environments quickly. One needs to be aware of that. Also, it doesn't support push functionality which other alternatives does.

Chef documentation can also be a little sketchy from time to time. They are more focused on making it work than writing documentations and doesn't provide as much platform support as other alternatives does.
What problems is the product solving and how is that benefiting you?
We use chef's Application Automation tool 'Habitat' to unify the development enviroment among a large team which can be a disaster while working with frameworks like Ruby on Rails.