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

Reviews from AWS customer

6 AWS reviews

External reviews

106 reviews
from and

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


5-star reviews ( Show all reviews )

    Luis Mario Ramos Santos

Has good scalability and is easy to integrate

  • May 17, 2023
  • Review provided by PeerSpot

What is most valuable?

It is easy to architect cloud infrastructure using the solution. Also, its simple interface helps in developing specific scripts.

What needs improvement?

They should provide more tutorials to understand the solution's use cases. Also, they include more specific features into it.

For how long have I used the solution?

I have been using the solution for three years.

What do I think about the stability of the solution?

It is a stable solution.

What do I think about the scalability of the solution?

It is a scalable solution.

How was the initial setup?

The solution's initial setup process is straightforward. It takes a couple of weeks to complete. Once you define everything, you can start working on it right away. The deployment happens almost immediately.

What other advice do I have?

I recommend the solution to others. I rate it ten out of ten.


    Mahmmoud Rabie

A stable solution for that helps to create a well-designed infrastructure

  • May 05, 2023
  • Review provided by PeerSpot

What is our primary use case?

We use the solution for three things. Firstly, to automate the infrastructure, like enabling Logpush to Datadog. Secondly, for Cloudflare AWS and Insight AWS. Thirdly, we use Terraform to create infrastructure.

How has it helped my organization?

It is one of the best things because now we have everything automated with Terraform. We didn't have an outage for the last three years because everything is written in a code, and every change we have made is recorded. If we didn't have a tool like Terraform, it would be extremely complex to achieve this level of maturity with infrastructure.

What is most valuable?

The state file is the most valuable feature because it helps one know what exactly one has.

What needs improvement?

The solution is complex when we use it for a loop. This is a problem, not because of the language itself, but because of how the infrastructure generally works. It's different from Python.

For how long have I used the solution?

I have been using the solution for three and a half years.

What do I think about the stability of the solution?

It is a stable solution. I rate it nine out of ten.

What do I think about the scalability of the solution?

The solution is not very scalable. I rate it six out of ten.

How was the initial setup?

The initial setup is complex.

What was our ROI?

We have seen ROI with the tool's use. 

What other advice do I have?

I plan to use the solution more in the future. I recommend people to use it as it is the best tool in the market at the moment to create infrastructure anywhere.

I rate it ten out of ten.


    Timo G.

Terraform, best thing for people working in operations since sliced bread

  • March 18, 2023
  • Review provided by G2

What do you like best about the product?
It gives me the ability to spin up or spin down infrastructure in a repeatable fashion without the worry that if someone manually deleted or changed something that I won't be able to recover from it. Helps me to repeat certain things by writing reusable modules.
What do you dislike about the product?
There isn't really anything I dislike besides the fact that if there is a bug in a terraform provider that I start realising how hard life without terraform really is.
What problems is the product solving and how is that benefiting you?
Building a cloud based platform that can scale. Where similiar teams have similiar applications then we provided them with all they need to deploy their app to the cloud using code.


    Alex P.

Incredible tool

  • January 25, 2023
  • Review provided by G2

What do you like best about the product?
I have to be fair - I can not imagine a modern software development company that does not use Terraform. There are almost no other tools that have the same abilities as terraform. I mean, there is a cloudformation, but I do not know who use it anymore
What do you dislike about the product?
Documentation is too complex for beginners, lack of proper good-practices handbook/whitepaper
What problems is the product solving and how is that benefiting you?
Write your infrastructure as a code, declarative approach


    Eduardo C.

Best IaC tool for cloud operation

  • November 07, 2022
  • Review provided by G2

What do you like best about the product?
It is useful in my case to build code and organize modules in order to fast deploy changes in cloud infrastructure.
What do you dislike about the product?
In its website should involve real cases as practical guide to help new engineers.
What problems is the product solving and how is that benefiting you?
Create reproducible infrastructure easily.


    Ayman M.

terraform

  • November 06, 2022
  • Review provided by G2

What do you like best about the product?
Terraform for DevOps performs orchestration configuration management much better than Ansible or Puppet.
What do you dislike about the product?
not many error handling details, and weak doing rollback
What problems is the product solving and how is that benefiting you?
application engine


    Tilak R.

Really good tool for provisioning infrastructure

  • October 07, 2022
  • Review provided by G2

What do you like best about the product?
It's on the fingertip to provision infrastructure using code and configuration using code.
What do you dislike about the product?
I like the way terraform is working. So there is no point of dislike for me.
What problems is the product solving and how is that benefiting you?
Terraform helps to create infrastructure using code and helps to reuse the same configuration multiple times.


    Health, Wellness and Fitness

Terraform is very good at managing your infrastructure

  • September 23, 2022
  • Review provided by G2

What do you like best about the product?
It helps to manage your infrastructure and detect any changes to the cloud or code
What do you dislike about the product?
It's not always correct, there are scenarios where Terraform plan would tell you it's going to create or destroy it, but it might not be able to do it because of dependencies
What problems is the product solving and how is that benefiting you?
Infrastructure as Code. We can keep all the cloud resources accountable and control them from code.


    Information Technology and Services

Terraform

  • August 25, 2022
  • Review provided by G2

What do you like best about the product?
It helped to deploy infrastructure quickly and reliably.it allows to provide infrastructure on any cloud provider and handle configuration.
What do you dislike about the product?
There is nothing to dislike about Terraform .
What problems is the product solving and how is that benefiting you?
It helps us to deploy and manage our azure infrastructure as a code.it handles low level components like storage,etc. and high level components like DNS entries,etc. as well.


    Aswath P.

Best tool to manage and automate the infrastructure

  • August 18, 2022
  • Review provided by G2

What do you like best about the product?
The best is its main features only that the automation capabilities where we can spinup the infrastructure in a click and for each and every resources there are documentation and code which we can refer there
What do you dislike about the product?
The only thing i dislike is the importing capabilities wher3 its possible but still its not that perfect when it comes to importing when the state file is stored in remote
What problems is the product solving and how is that benefiting you?
Hashicorp terraform is solving the main issues that once we setup the code then we can spinup the entire infrastructure in a click and don't need to go and do it manually