spotsaas-logo
Get Listed
AWS CloudFormation - New SaaS Software

AWS CloudFormation Reviews in January 2025: User Ratings, Pros & Cons

Streamline your cloud workflows with ease.

4.3

Add to compare

AWS CloudFormation offers custom pricing plan

AWS CloudFormation Reviews & Ratings

4.3

Very Good

Based on 268 ratings & 185 reviews

Rating Distribution

Excellent

(121)

Very Good

(59)

Good

(2)

Poor

(1)

Terible

(2)

Log in Required to View Reviews

Filter results

Sort by :

Relevance
Relevance
Highest-Rated
Lowest-Rated
Least-Recent
Most-Recent

Share this page

Showing 171-180 out of 185

AU

Anonymous User

03/08/16

4 out of 5

"Invaluable tool for AWS resource provisioning"

What do you like best about AWS CloudFormation? Ability to define infrastructure as code, apply versioning and other SDLC-like methods, ability to automate resource provisioning, creating a repeatable process, applicable across environments and locations. What do you dislike about AWS CloudFormation? JSON is a difficult format to work with. It's great for transporting data, but not for programming logic or defining structures. Recommendations to others considering AWS CloudFormation: It is ...

Read more

AU

Anonymous User

09/17/23

3.5 out of 5

"Review of AWS' IaC tool - Cloud formation"

What do you like best about AWS CloudFormation? - Great to stay in the AWS ecosystem. Out of the box support for all AWS resources. - In-built state management and drift detection so what's in code vs what's in cloud is easily identified. What do you dislike about AWS CloudFormation? - Uses YAML Syntax. Gets complicated when you start using it for all your resources. Managing Geeta difficult. Resting YAML code is tiring. - Option to not rollback completely on failures. What problems is AWS ...

Read more

YD

Yusuf D

02/09/23

3.5 out of 5

"One of the best features of AWS to mange the Infra"

What do you like best about AWS CloudFormation? As its part of AWS, It easy to mange and troubleshoot and getting support from AWS.The best part is you get pre-defined template and its supporrt both Yaml and Json.You can create a an entire infrastructure with just one file. What do you dislike about AWS CloudFormation? Not easy to start working on it.Some service are not supported.Use cases and documents need to be more understandable. What problems is AWS CloudFormation solving and how is ...

Read more

AU

Anonymous User

10/19/22

3.5 out of 5

"CloudFormation is great for small-to-medium scale implementations"

What do you like best about AWS CloudFormation? Relatively easy to understand and write up. The editor is readily available in AWS Console. Massive adoption by 3rd-party tools, agents and integrations. Straightforward template management. What do you dislike about AWS CloudFormation? Implementation at scale can be troublesome. Multi-account templating is virtually impossible. Version control is not supported. CloudFormation is hard to combine with other automation, in most cases the choice ...

Read more

HD

Hamit D

12/28/21

3.5 out of 5

"Easiest way to create Streaming Cluster"

What do you like best about AWS CloudFormation? I am using it to create a clustering solution for my streaming needs. It is really fast and easy to use! What do you dislike about AWS CloudFormation? Actually nothing. I like it and keep using it. What problems is AWS CloudFormation solving and how is that benefiting you? As I said the best part is it is really easy to use and it is really fast to configure.

VS

Vinod S

12/09/19

3.5 out of 5

"IAAS made simple using cloudformation"

What do you like best about AWS CloudFormation? It is pretty easy to build infrastructure using YAML or JSON very quickly. Learning curve was very short What do you dislike about AWS CloudFormation? There are many areas that still need to be included for building them using CF and also there are some areas that need improvement What problems is AWS CloudFormation solving and how is that benefiting you? Ability to build infrastructure on cloud without adding more costs and very minimal skill ...

Read more

AU

Anonymous User

11/29/18

3.5 out of 5

"Allows us to stand up new environments at click of a button"

What do you like best about AWS CloudFormation? Biggest win is the ability to stand up and down new environments for experimentation What do you dislike about AWS CloudFormation? Updating CF scripts is a bit complicated, there is a UI to review your CF but it is not very intuitive What problems is AWS CloudFormation solving and how is that benefiting you? Our entire infrastructure is built on the CloudFormation script

AU

Anonymous User

11/28/18

3.5 out of 5

"CloudFormation Review"

What do you like best about AWS CloudFormation? Declaratively defining infrastructure. 'deploy' command either creates a new stack OR updates an existing stack, making deployments idempotent. What do you dislike about AWS CloudFormation? JSON syntax is difficult to use. Needs better support for querying or referencing existing resources in the account What problems is AWS CloudFormation solving and how is that benefiting you? Ability to define aws infrastructure as code is critical to ...

Read more

AU

Anonymous User

11/28/18

3.5 out of 5

"Cloudformation Review"

What do you like best about AWS CloudFormation? I love how easy it is to deploy large amounts of infrastructure. What do you dislike about AWS CloudFormation? I think this has been fixed recently but if something is manually modified outside the template there can be large issues. If an IAM role is already created CF does not like it. I feel like it should be known that if a role already exists that is fine. I could probably tweek this by changing my CF setup but I feel like it should do ...

Read more

AU

Anonymous User

11/27/18

3.5 out of 5

"Speedup integration new features"

What do you like best about AWS CloudFormation? Best tool for deploy infrastructure in AWS What do you dislike about AWS CloudFormation? It takes too long to integrate new features that are already available in the SDK. What problems is AWS CloudFormation solving and how is that benefiting you? I use CFN to describe and deploy our infastructure in multiple environment. Infrastructure as a Code.