AWS CloudFormation

4.5
Overall rating
Reviews

4.5
Overall rating
Reviews

About AWS CloudFormation

AWS CloudFormation is designed to help businesses create a collection of AWS resources by provisioning and updating the data. The platform allows DevOps teams to automatically create cloud infrastructure and related application models. AWS CloudFormation enables users to manage the complete infrastructure or AWS resources via a text file. It lets administrators deploy application resources using built-in templates and reuse templates to replicate a cloud infrastructure in multiple environments. Additionally, IT professionals can use the application to preview proposed changes to a stack and its effect on running resources. It supports integration with various other solutions such as AWS Service Catalog, AWS Identity and Access Management (IAM) and AWS Config. AWS CloudFormation offers a usage-based pricing and support is extended via phone, email, FAQs and other online measures.
AWS CloudFormation Software - AWS CloudFormation design interface
AWS CloudFormation video
AWS CloudFormation Software - AWS CloudFormation design interface - thumbnail

AWS CloudFormation pricing

AWS CloudFormation has a free version and offers a free trial.

Starting Price:
Not provided by vendor
Free Version:
Yes
Free trial:
Yes

Alternatives to AWS CloudFormation

GitLab

4.6 (1159 Reviews)
GitLab is a cloud-based project management platform that allows software developers to develop and manage codes...

Google Cloud Storage

4.8 (2277 Reviews)
Cloud Storage by Google is a data storage platform, which helps businesses of all sizes store data with multiple...

Ansible Automation Platform

4.6 (9 Reviews)
Red Hat Ansible Automation Platform is a cloud-based IT automation tool, which assists businesses of all sizes with...

Oracle Cloud Infrastructure (OCI)

4.6 (14 Reviews)
Oracle Cloud Infrastructure has all the services you need to migrate, build, and run all your IT, from existing...

Google Cloud

4.7 (2083 Reviews)
Featuring G-Suite and GCP, Google Cloud is a platform that provides a reliable and easy-to-use set of solutions that...

IBM Cloud

4.5 (28 Reviews)
IBM Cloud is an Platform-as-a-Service solution that provides businesses with a secure public cloud to manage data and...

Microsoft Azure

4.6 (1898 Reviews)
Azure is a comprehensive computing platform, providing cloud infrastructure, products and services, developer tools,...

DigitalOcean

4.7 (140 Reviews)
DigitalOcean is a cloud management software designed to help businesses streamline application development and database...

Heroku

4.6 (304 Reviews)
Heroku is a cloud-based application development platform that supports multiple programming languages. It helps...

Puppet Enterprise

4.4 (24 Reviews)
Puppet Enterprise is an IT management solution that helps businesses handle IT infrastructure configuration and...

Chef Enterprise Automation Stack

4.4 (36 Reviews)
Chef Enterprise Automation Stack is a configuration management solution that helps DevOps teams streamline application...

Terraform

4.8 (44 Reviews)
Terraform is a cloud infrastructure automation solution designed to help businesses with provisioning and managing...

SpinupWP

4.9 (50 Reviews)
SpinupWP is a cloud-based server management software that helps businesses host WordPress sites. It bridges the gap...

Harness

4.5 (32 Reviews)
Harness is a CDaaS software designed to help DevOps teams automate and streamline continuous delivery, continuous...

Bitbucket

4.6 (1338 Reviews)
Bitbucket is a collaborative Git solution that allows users to review codes with pull requests. Users can have...

Browse AWS CloudFormation Reviews

89 of 89 reviews
Sort by:
Chetan
Chetan
  • Industry: Computer Software
  • Company size: 10,000+ Employees
  • Used Daily for 1+ year
  • Review Source
Value for Money
5
Functionality
4
Ease of Use
4
Customer Support
5

5
Reviewed on 13/4/2021

The best IAC tool for AWS Cloud

If your entire infrastructure is in AWS cloud, then this is the best IAC tool. I would say even better than Terraform in certain aspects if you are not aiming multicloud or hybrid cloud

Pros

It is easy to provision AWS resources and update them. It supports rollback. It also allows seeing the changes that will be applied using changesets. It is transactional , either all the resources are updated or none are.

Cons

The error messages when running the Cloudformation stacks are sometimes not easy to decipher.

Alternatives Considered

Terraform

Reasons for Switching to AWS CloudFormation

We have clear strategy that we will be using only AWS cloud. Cloudformation is better compared to Terraform when it comes to state management of the infra, the possibility of rollback and the transactional nature. In Terraform we have to explicitly maintain the state in S3 bucket. Cloudformation takes care of this as it is managed service. Being transactional , we are guaranteed that the infra will always be in consistent state.
Verified Reviewer
  • Industry: Information Technology & Services
  • Company size: 5,001–10,000 Employees
  • Used Daily for 2+ years
  • Review Source
Value for Money
4
Functionality
4
Ease of Use
4
Customer Support
5

5
Reviewed on 10/12/2022

AWS's take on IaC

Overall good, but not the market leader. Would be good to start using IaC but there are better solutions.

Pros

Included as a service in the AWS platform, can be used to provision infrastructure and services.

Cons

It's not vendor neutral which can be a problem with multi-cloud deployment which can be a problem, the competitor Terraform has many more features.

Alternatives Considered

Terraform

Reasons for Choosing AWS CloudFormation

Much better IaC tool, cloud agnostic and supports multi-cloud deployments.

Switched From

Terraform

Reasons for Switching to AWS CloudFormation

Not this time.
Justin
  • Industry: Computer Software
  • Company size: 201–500 Employees
  • Used Monthly for 6-12 months
  • Review Source
Value for Money
0
Functionality
4
Ease of Use
2
Customer Support
0

3
Reviewed on 12/4/2022

Not enough compelling reasons to use over Terraform

CloudFormation may be ideal for you if you're a 100% AWS shop and have no intention whatsoever of looking at outside products.

However, consider the vibrant community that Terraform has. It's a real alternative, and AWS has even picked up development of the Terraform provider for AWS.

Pros

CloudFormation, like many other services, is designed for AWS from the ground up. It's supported by the developers, and it shows in how you're able to roll back changes, etc, which can't be done with Terraform.

Cons

The syntax is significantly more confusing (to me) than Terraform. HashiCorp's HCL makes it a lot easier to write and visualize what I'm trying to create. CloudFormation only works on AWS; if you'll be working on anything else, you'll have to learn a different tool.

Pius
  • Industry: Internet
  • Company size: 2–10 Employees
  • Used Daily for 1+ year
  • Review Source
Value for Money
4
Functionality
4
Ease of Use
5
Customer Support
4

4
Reviewed on 28/5/2022

AWS CloudFormation

It's been a learning experience working with AWS CloudFormation. When I started, it was a little overwhelming for me with so many bits working together. Now that I have a grasp on it, I can easily deploy really powerful error-free stacks from the AWS marketplace error-free.

Pros

Scaling up! It's so easy to scale up and scale down your EC2 instance depending on your requirement at any particular time. This saves your costs hourly and in the long run.

Cons

Not much is wrong with CloudFormation on AWS. However, it is not easy for a first-time no-code builder to deploy an error-free stack. You have to know what you are doing when deploying a stack or updating it! As a no-code builder like myself, I made many mistakes setting up my first stack. So please watch tutorials and go through enough learning material and equip yourself to deploy your stack correctly.

Alternatives Considered

DigitalOcean

Reasons for Switching to AWS CloudFormation

The documentation for the software I was deploying was more comprehensive for AWS than it was for digital ocean. Being a NoCode builder, I couldn't risk going it alone on DigitalOcean without support.
Vincent
  • Industry: Information Technology & Services
  • Company size: 2–10 Employees
  • Used Weekly for 2+ years
  • Review Source
Value for Money
4
Functionality
5
Ease of Use
3
Customer Support
0

4
Reviewed on 26/3/2022

Great cloud templating solution for AWS.

Pros

Very comprehensive and low level schema that allows capability to template up the desired cloud solution

Cons

Cloudformation can sometimes fail to update stacks due to drift issues.

Have to be extra cautious changing some resource parameters, can cause 'new' instances to of the resources to be created instead of updating the existing resource.

Alternatives Considered

Microsoft Azure and Google Cloud

Reasons for Choosing AWS CloudFormation

More mature product and cheaper to run resourc es

Switched From

Heroku

Reasons for Switching to AWS CloudFormation

cheaper
Feterzon
Feterzon
  • Industry: Oil & Energy
  • Company size: 1,001–5,000 Employees
  • Used Monthly for Free Trial
  • Review Source
Value for Money
4
Functionality
4
Ease of Use
5
Customer Support
5

5
Reviewed on 23/6/2023

CloudFormation for managing the cloud

Pros

It's powerful for managing the cloud using one dashboard

Cons

it not easy as know, need more detail of the knowledge

Aditya
Aditya
  • Industry: Computer Software
  • Company size: 2–10 Employees
  • Used Daily for 1-5 months
  • Review Source
Value for Money
5
Functionality
5
Ease of Use
3
Customer Support
4

4
Reviewed on 6/10/2021

One of the best cloud services

My overall experience was nice, It takes your application to a whole different level. Right now, A lot of companies are using cloud services to make thier application much more robust and easy to use and I feel one of the leading cloud providers are AWS.

Pros

The best thing about AWS Cloud is that, It has a lot of different features that we can use to make our app much more robust, fast and easy to use. It proivdes us with functions like cloud watch and email sending which we can use to keep an watch on our application and notify the developer whenever something happens.

Cons

The documentation for AWS Cloud is not upto the mark, As a begineer I found it a bit too hard to understand. A lot of the things were not clear and I was only able to make use of the features with the help of my superior

Ramindu
Ramindu
  • Industry: Computer Software
  • Company size: 10,000+ Employees
  • Used Daily for 2+ years
  • Review Source
Value for Money
5
Functionality
4
Ease of Use
5
Customer Support
4

5
Reviewed on 24/8/2021

CloudFormation is the go-to solution to automate infrastructure builds on AWS

Pros

AWS CloudFormation is a infrastructure-as-code solution that allows you to bootstrap infrastructure and services within the AWS space. It contains a very comprehensive set of features to build out infrastructure with the necessary security controls and service integrations that you would need.

Cons

AWS CloudFormation has a steep learning curve for a service that only supports AWS.

Hardik
Hardik
  • Industry: Consumer Goods
  • Company size: 10,000+ Employees
  • Used Weekly for 2+ years
  • Review Source
Value for Money
5
Functionality
5
Ease of Use
5
Customer Support
5

5
Reviewed on 17/2/2022

Remove time spent doing repetitive task in cloud provisioning with cloudformation

Pros

providing a configuration, provisions the cloud resource as required very instantly. saves a lot of time. can also export existing resource as configuration

Cons

can provide integrations with ide tools like extension for VS Code for even simpler interface.

Shefali
Shefali
  • Industry: Retail
  • Company size: 10,000+ Employees
  • Used Daily for 1+ year
  • Review Source
Value for Money
4
Functionality
5
Ease of Use
4
Customer Support
5

5
Reviewed on 28/12/2021

Must to drive infrastructure-as-code best practices

AWS CloudFormation has helped out organization to adopt infrastructure-as-code best practices and have much needed cost savings on cloud infrastructure.

Pros

Infrastructure-as-code best practices, infrastructure configuration in a template based approach, infrastructure automation provisioning, cost savings, no manual overhead

Cons

Need support for multi cloud Infrastructure configurations similar to Terraform tool

Irina
  • Industry: Computer Software
  • Company size: 51–200 Employees
  • Used Monthly for 1-5 months
  • Review Source
Value for Money
0
Functionality
5
Ease of Use
5
Customer Support
0

5
Reviewed on 21/11/2023

A great way to deploy cloud infrastructure

Pros

I like that you can easily pick up and move infrastructure when needed programmatically.

Cons

I have not found any downside to cloud formation

Omer
Omer
  • Industry: Information Technology & Services
  • Company size: Self Employed
  • Used Weekly for 1+ year
  • Review Source
Value for Money
5
Functionality
4
Ease of Use
3
Customer Support
4

4
Reviewed on 13/4/2022

Valuable tool for DevOps and infrastructure engineers

CloudFormation had a bit of a learning curve, but once we laid out these foundations, the development, debugging, and deployment became faster and more reliable.

Pros

CloudFormation helped us build our infrastructure quickly and reliably on AWS. Without much knowledge about infrastructure or AWS, we could use the documentation, references, and code samples of CloudFormation stacks provided by AWS and the OSS community to build our infrastructure. Instead of navigating AWS Console and being confused, we could copy/paste the resource name or configuration property to Google and quickly know what it's for and how to use it. Sharing knowledge among team members is automatic since anyone can look at the code to see the current state of the infrastructure. CloudFormation will save you plenty of time if you have multiple environments for your application. You create one template and use it for all of your environments, knowing that they will behave as expected.

Cons

CloudFormation templates cannot have complex logic, making them easy to understand, but this limited logic support sometimes forced us to create separate files for our development and production environments.

Verified Reviewer
  • Industry: Information Technology & Services
  • Company size: 5,001–10,000 Employees
  • Used Weekly for 2+ years
  • Review Source
Value for Money
4
Functionality
5
Ease of Use
5
Customer Support
4

4
Reviewed on 14/10/2022

Spin up infrastructure at ease

Its amazing...with studio also you don't need to even write the code just drag and drop resources and you're ready to go.

Pros

Very easy to use ..just you need to write yaml or json code for creating infrastructure and it will create all the resources you need smoothly. Also, it does not make you pay for doing this..its free, you just need to pay for resources created.

Cons

Everything's awesome but one version control system should be integrated to maintain version of stacks

Verified Reviewer
  • Industry: Banking
  • Company size: 10,000+ Employees
  • Used Weekly for 2+ years
  • Review Source
Value for Money
5
Functionality
4
Ease of Use
4
Customer Support
5

5
Reviewed on 8/6/2021

Help to build AWS Infra on clicks.

Overall it is very good service to minimize and reuse all infra building work.

Pros

AWS CloudFormation help to automate and deployment of AWS Infrastructure. It is easy to build Templates and and deploy infra into different AWS accounts. and you can easily maintain versioning so if you want build older version infra will be easy. The best thing with AWS is Technical support, There is lot of support documentation and training videos available. Also AWS technical support team is available for 24X7.

Cons

When we do setup multiple AWS Services using AWS console to migrate it to different account AWS cloudFormation has little complex procedure. I feel happy if AWS cloudFormation template gets created with click.

Verified Reviewer
  • Industry: Marketing & Advertising
  • Company size: 201–500 Employees
  • Used Weekly for 6-12 months
  • Review Source
Value for Money
3
Functionality
4
Ease of Use
4
Customer Support
4

4
Reviewed on 26/3/2022

The AWS review

Pros

It assists us in a variety of ways in completing our tasks. With cloud formation, managing, adding, updating, and deleting resources is also a breeze. It has fantastic community support, which I can use to refer to and put into effect the finest deployment tactics. I utilise a combination of CloudFormation and CodePipeline to automate the delivery of numerous resources such that their integrity and customizations are not compromised.

Cons

It's as easy as it seems; you can create a template that will launch various Amazon services. There is no equivalent.

Verified Reviewer
  • Industry: Banking
  • Company size: 1,001–5,000 Employees
  • Used Daily for 1+ year
  • Review Source
Value for Money
4
Functionality
4
Ease of Use
4
Customer Support
4

4
Reviewed on 18/4/2021

Great application for viewing your deployment logs

Great service which addresses the deployment needs.

Pros

This service is a great way to look at the recent build, deployment logs for your services deployed on the cloud in various environments.

Cons

The builds sometimes take more time in running and the deployment logs are not displayed. Sometimes the stacks needs to be deleted if it can't be rollbacked.

Praveen Kumar
Praveen Kumar
  • Industry: Information Services
  • Company size: 201–500 Employees
  • Used Monthly for 1+ year
  • Review Source
Value for Money
5
Functionality
4
Ease of Use
4
Customer Support
5

4
Reviewed on 2/8/2021

AWS CloudFormation: Same place to use multiple AWS services

I am very happy with the features and the ease to create resources on the AWS cloud.

Pros

We use this service to create multiple resources on the AWS cloud infrastructure. Like EC2, VPC, Route53, etc we create these services through CloudFormation.

Cons

Sometimes it takes more time to find the CloudFormation templates to create the resources on the AWS cloud.

Justin Emanuel
Justin Emanuel
  • Industry: Pharmaceuticals
  • Company size: 1,001–5,000 Employees
  • Used Daily for Free Trial
  • Review Source
Value for Money
5
Functionality
5
Ease of Use
5
Customer Support
5

5
Reviewed on 11/11/2020

AWS we love Lambda

Multiple locations and databases . Some services aren't available everywhere .US Virgina servers is awesome and had Evey new update

Pros

AWS has a great CMS IAM were easy to use to add users . Setting admins and restrictions to Accounts were easy to setup up.

Cons

2 factor authentication sometime would rest multiple times durning server run time which causes disrubtions .wehn scaling up servers you may get over charged .

Ernesto
Ernesto
  • Industry: Information Technology & Services
  • Company size: 201–500 Employees
  • Used Monthly for 1+ year
  • Review Source
Value for Money
5
Functionality
5
Ease of Use
3
Customer Support
5

5
Reviewed on 31/12/2021

Quickly replicate your infrastructure or environment

We turned mandatory to add every micro service deployed to the CloudFormation template.

Pros

AWS gave us a way to start multiple services from a JSON or YAML file, CloudFormation. It is also possible to maintain, debug and assign environment variables that can be migrated easily to any other region.

Cons

There is no counterpart. It is as simple as it sounds, you can design a template that can start multiple Amazon services, no catch.

Molly
  • Industry: Information Technology & Services
  • Company size: 10,000+ Employees
  • Used Weekly for 1+ year
  • Review Source
Value for Money
0
Functionality
4
Ease of Use
5
Customer Support
0

5
Reviewed on 17/2/2022

Great Product

Pros

CloudFormation makes managing AWS resources a breeze. Consistent deployments across all regions has been an absolute game changer. The interface is very user friendly

Cons

Deleting resources can sometimes be a pain. It would be good to have a "force delete" option that will blitz resources regardless of the deletion policy.

David
  • Industry: Media Production
  • Company size: 5,001–10,000 Employees
  • Used Weekly for 1+ year
  • Review Source
Value for Money
0
Functionality
4
Ease of Use
4
Customer Support
0

4
Reviewed on 15/5/2021

Infrastructure as code

Pros

Cloudformation makes it possible to deploy stacks that create and update services by simply updating a template. I usually use it with the AWS CDK because I’m a JavaScript developer. It makes it very easy to spin up new environments very easy.

Cons

It can be slow to update and create. Sometimes it fails to delete and you have to delete the stack manually.

Giuseppe
Giuseppe
  • Industry: Information Technology & Services
  • Company size: 2–10 Employees
  • Used Weekly for Free Trial
  • Review Source
Value for Money
0
Functionality
5
Ease of Use
4
Customer Support
0

4
Reviewed on 8/6/2022

Best way to create your AWS cloud infrastructure templates.

Pros

The tool allows you to design your infrastructure with a fairly simple and understandable syntax.

Cons

It is not compatible with other cloud systems as do other tools that remain disconnected from the cloud used.

Sahil
  • Industry: Information Technology & Services
  • Company size: 501–1,000 Employees
  • Used Monthly for 1+ year
  • Review Source
Value for Money
0
Functionality
5
Ease of Use
4
Customer Support
0

4
Reviewed on 26/4/2022

Manage your AWS infrastructure with CloudFormation

Pros

Give you full power to develop, deploy and manage your cloud infrastructure

Cons

A bit complex to start with
Sometimes you will need to dig online for proper documentation with an example

George
  • Industry: Information Technology & Services
  • Company size: 2–10 Employees
  • Used Monthly for Free Trial
  • Review Source
Value for Money
0
Functionality
5
Ease of Use
4
Customer Support
0

4
Reviewed on 5/1/2023

Best documentation out there

Pros

The documentation oh my word. I was new to cloud computing but the docs were very helpful

Cons

The only downside for me is the cost probably due to exchange rate in my country

Mohd Zaidi
  • Industry: Retail
  • Company size: Self Employed
  • Used Daily for Free Trial
  • Review Source
Value for Money
4
Functionality
4
Ease of Use
5
Customer Support
4

5
Reviewed on 5/1/2025

"Powerful Infrastructure Automation with a Learning Curve"

Overall, AWS CloudFormation offers a powerful and reliable way to manage infrastructure as code, simplifying resource provisioning and enabling consistency across environments. Its tight integration with AWS services and features like stack updates, rollback, and drift detection streamline operations.

Pros

AWS CloudFormation is widely appreciated for its ability to simplify infrastructure management through automation

Cons

While it integrates well with AWS services, working with non-AWS resources or hybrid cloud setups can be cumbersome and often requires custom resources.

Verified Reviewer
  • Industry: Education Management
  • Company size: 5,001–10,000 Employees
  • Used Weekly for Free Trial
  • Review Source
Value for Money
3
Functionality
5
Ease of Use
4
Customer Support
5

4
Reviewed on 4/1/2025

The AWS Cloud Formation Review

Overall, AWS Cloud Formation is quite good for those who is sure about the further work with AWS and need powerful automation. Therefore, it has improved management of infrastructure and not without disadvantages. If you are open to invest the time in getting to know it and you are working mostly within the AWS environment, yes it is. But if you have to move your data or instance across different cloud providers, then maybe there are other means better suited for you.

Pros

One of the greatest strengths for me has been the creation of the resource control infrastructure for automating infrastructure creation. Rather than having to set each resource up individually I am able to specify them in a template and then launch everything at once. This has has reduced the amount of time I take and ''eliminates” tasks that would require my attention.

Cons

Templates used with Cloud Formation are in JSON or YAML and to start getting the picture, things can get a bit complicated…😊 Anyone who is just beginning to use such software must admit that the process is rather intimidating at the beginning stages. Until I felt at ease, I had to invest quite studying the syntax that was employed in the language.

Verified Reviewer
  • Industry: Computer Software
  • Company size: 11–50 Employees
  • Used Daily for 2+ years
  • Review Source
Value for Money
5
Functionality
5
Ease of Use
5
Customer Support
5

4
Reviewed on 1/1/2025

Best Service Provider Software

overall good experience with aws cloudFormation there is may feature which providing better performance for your data and application . i like to suggest to all if you want better service then you can got with aws CloudFromation thanks

Pros

AWS cloud formation is great thing because many benefits of this like deployment speed ,scaling ,service intergration etc.

Cons

nothing like this everything is working fine only one thing that if you are perfect in RND that means you can do easily everything.

Abhishek
Abhishek
  • Industry: Information Technology & Services
  • Company size: 10,000+ Employees
  • Used Daily for 2+ years
  • Review Source
Value for Money
4
Functionality
4
Ease of Use
5
Customer Support
4

5
Reviewed on 3/1/2025

Automating resources

Managing, update , create of resources under one roof is possible with Cloud formation. The product is very productive and best thing is ease of integration with rest AWS services.

Pros

1. Ease of integration for AWS and other services.
2. Properly documented and extremely smooth deployment process.
3. Ability to write IAAS quickly and with automation for smooth maintenance and replication activities.

Cons

1. Difficult to start with because learning the product is quite tricky.
2. Can be use for AWS hosted machines and services.
3. Managing and balancing billing is difficult.

Dimple
Dimple
  • Industry: Accounting
  • Company size: 51–200 Employees
  • Used Daily for 1+ year
  • Review Source
Value for Money
5
Functionality
5
Ease of Use
5
Customer Support
5

5
Reviewed on 31/12/2024

Reliable Code infrastructure with Powerful Automation

Highly Effective to ensure consistency.Automation is biggest strength.

Pros

Provides Automation it's deploy all stacks in a single command.

Cons

Template size limitations deal with large setups

salman
salman
  • Industry: Accounting
  • Company size: Self Employed
  • Used Weekly for Free Trial
  • Review Source
Value for Money
5
Functionality
5
Ease of Use
5
Customer Support
5

5
Reviewed on 4/1/2025

AWS Cloud Formation: Automating Cloud Infrastructure with Precision and Consistency

Overall, I have enjoyed using AWS Cloud Formation, particularly when it comes to automation and scalability. Defining infrastructure as code using templates means repeatable and consistent deployments across multiple environments. For someone new to JSON or YAML, it may take some time to learn, but once you get used to it, it saves so much time and minimizes the amount of errors you would otherwise make manually. Features include things like change sets and drift detection, which provide additional safety and control during update. However, debugging complex stacks is a bit tricky, and for very large environments, performance may be slower.

Pros

I like how AWS Cloud F makes infrastructure management possible to automate by consistent, repeatable deployments with templates. Integration with other services and safety features, such as change sets and drift detection, provides flexibility as well as security.

Cons

I like how AWS Cloud Formation will automatically create and manage infrastructure as code, and ensure consistency and repeatability across environments

Vasanthi
  • Industry: Computer & Network Security
  • Company size: 51–200 Employees
  • Used Daily for 6-12 months
  • Review Source
Value for Money
4
Functionality
4
Ease of Use
4
Customer Support
3

4
Reviewed on 2/1/2025

Applications and Deployment Scope

It has been utilized organization-wide for managing stacks. This approach has facilitated the creation of specific environments for testing changes per branch using GIT, thereby reducing the number of bugs introduced into Production. Additionally, its high configurability allows for resource preservation, enabling the formation of stacks with either basic or comprehensive configurations.

Pros

Facilitates cloud infrastructure management by enabling users to create, modify, and remove AWS resources in a controlled and consistent way.

Cons

Due to its role as a layer of abstraction, Cloud Formation can be challenging to manage in multi-region and multi-account environments.

Karina
Karina
  • Industry: Consumer Services
  • Company size: 2–10 Employees
  • Used Weekly for 6-12 months
  • Review Source
Value for Money
5
Functionality
4
Ease of Use
5
Customer Support
5

5
Reviewed on 28/12/2024

Good to know about AWS CloudFormation

AWS CloudFormation is a powerful tool for managing and deploying cloud infrastructure as code, enabling consistent deployments and easier management of complex setups. However, its YAML/JSON syntax has a steep learning curve, and managing complex deployments often requires tools like CDK or Serverless Framework.

Pros

It's capability to efficiently manage and deploy complex cloud infrastructure through reusable, automated processes using text-based templates.

Cons

It's rigidity and complexity in implementing changes.

Danielle
  • Industry: Nonprofit Organisation Management
  • Company size: 51–200 Employees
  • Used Daily for 1-5 months
  • Review Source
Value for Money
5
Functionality
5
Ease of Use
5
Customer Support
5

5
Reviewed on 4/1/2025

Call Hub Is A Phenomenal Platform To Use For Organizing

My overall experience has been positive. It has been a pleasant experience to utilize this service.

Pros

Call Hub is what we use for work. I like that the calls are clear with no interruptions.

Cons

The call lists have had the same numbers under different state reps so basically we are calling the same people twice for no reason.

Advait
Advait
  • Industry: Information Services
  • Company size: 2–10 Employees
  • Used Monthly for 1+ year
  • Review Source
Value for Money
4
Functionality
5
Ease of Use
3
Customer Support
5

4
Reviewed on 13/1/2025

Great Product for building stable Infrastructure

Perfect for freshers and people who stick to AWS Services, easy to use and understand if familiar with yaml/json. Overall a good product

Pros

The best part is that it is pretty easy to use and felt easy to understand when i had started as a newbie, and i could integrate it with other AWS softwares, which further improved integration and connectivity. The VPS deployment is also very fast and easy to maintain. The readymade templates further made my job very easy. Good implementation of IAAS

Cons

Although i appreciate the integration with other AWS softwares, it still limits me from integrating it with other cloud platforms, also the yaml/json files sometimes are a pain to work with so you need some patience while dealing with it

Soumyajit
  • Industry: Information Technology & Services
  • Company size: 10,000+ Employees
  • Used Weekly for 2+ years
  • Review Source
Value for Money
4
Functionality
4
Ease of Use
4
Customer Support
5

4
Reviewed on 16/12/2024

one of the simplest IaC tool

using for many of our clients. using this tool this is so eary to create AWS infra.

Pros

This become so easy for the developers to create the templates and makes the Admin's life too easy.

Cons

should have been cloud agnosic as it could have helped for multi-cloud or Hybrid cloud environment.

Verified Reviewer
  • Industry: Information Technology & Services
  • Company size: 51–200 Employees
  • Used Weekly for 6-12 months
  • Review Source
Value for Money
5
Functionality
5
Ease of Use
5
Customer Support
5

5
Reviewed on 3/1/2025

Automate Faster with AWS CloudFormation

Pros

A very reliable and efficient technique for creating infrastructure stacks.

Cons

The service can be too expensive for small businesses.

Cynthia
  • Industry: Professional Training & Coaching
  • Company size: 51–200 Employees
  • Used Weekly for 1+ year
  • Review Source
Value for Money
5
Functionality
5
Ease of Use
5
Customer Support
5

5
Reviewed on 5/1/2025

A good alternative over other Cloud services

I'm on the test end, and the experience has been smooth. Granted, it hasn't been that long, but we haven't had any issues with it and our team has only praises for the service.

Pros

Our go-to for important and big files that require massive distribution. Our tech team implemented this with ease and chose it over other alternatives.

Cons

Can't think of a contra, to be honest. Deployment was fast and they got to it almost immediately.

Mohammad
  • Industry: Computer Software
  • Company size: Self Employed
  • Used Weekly for 1+ year
  • Review Source
Value for Money
4
Functionality
5
Ease of Use
5
Customer Support
5

5
Reviewed on 29/12/2024

Best Services

My experience in amazon web services best

Pros

Amazon web services are best platformbest

Cons

It's are some where costs are high and it's complicated to understand

Miguel
  • Industry: Information Technology & Services
  • Company size: 11–50 Employees
  • Used Weekly for 6-12 months
  • Review Source
Value for Money
0
Functionality
4
Ease of Use
3
Customer Support
0

4
Reviewed on 30/10/2024

Great tool for IaC

Pros

Really nice and powerful way of building infrastructure stacks.

Cons

A bit too complex to use sometimes (especially the IAM part).

Alternatives Considered

Terraform

Reasons for Switching to AWS CloudFormation

Not trivial - in some cases clients already had existing stacks.
Verified Reviewer
  • Industry: Information Technology & Services
  • Company size: 51–200 Employees
  • Used Daily for 1+ year
  • Review Source
Value for Money
5
Functionality
5
Ease of Use
5
Customer Support
5

5
Reviewed on 15/2/2024

Best automation stack

Pros

we can automate provisioning and decommission as well

Cons

We didn’t find any difficulty in using cloud formation

Julie
  • Industry: Consumer Services
  • Company size: Self Employed
  • Used Daily for Free Trial
  • Review Source
Value for Money
3
Functionality
4
Ease of Use
2
Customer Support
3

2
Reviewed on 23/12/2024

Good but confused

It's ok and I'd recommend advanced users to utilize it

Pros

It has a lot of features that were user friendly

Cons

Navigating and understanding how to use it was confusing

Subash
  • Industry: Hospital & Health Care
  • Company size: 10,000+ Employees
  • Used Daily for 1-5 months
  • Review Source
Value for Money
4
Functionality
5
Ease of Use
4
Customer Support
5

4
Reviewed on 3/1/2025

Review by a cloud practitioner

Pros

It has templates for infrastructure as code.which helps me to save time.

Cons

There can be tutorials powered by AWS itself. So that anyone with basic knowledge can also have ease of access

Shivani
  • Industry: Insurance
  • Company size: 1,001–5,000 Employees
  • Used Monthly for 1+ year
  • Review Source
Value for Money
5
Functionality
5
Ease of Use
5
Customer Support
4

5
Reviewed on 5/1/2025

Shivani’s AWS CloudFormation review

Pros

I really appreciated the way AWS CloudFormation simplifies infrastructure management by using templates. It allows for consistent and repeatable deployments, which saves time and reduces errors. I also liked how it integrates seamlessly with other AWS services, making it easier to manage resources as code

Cons

The steep learning curve and vague error messages, especially with complex templates, are what I liked least about AWS CloudFormation.

Verified Reviewer
  • Industry: Information Technology & Services
  • Company size: 11–50 Employees
  • Used Weekly for Free Trial
  • Review Source
Value for Money
4
Functionality
5
Ease of Use
4
Customer Support
5

4
Reviewed on 4/1/2025

My Experience with AWS CloudFormation

overall experience with AWS CloudFormation has been positive.
1. Integration with AWS Ecosystem
2. Streamlined Infrastructure Management

Overall its reliable tool for manage project infra as code.
It has some pin points but they are manageable with best practices and Experience.

Pros

I can define my infrastructure in code so that making it easier to manage and reproduce.
We can also use Yaml or Json to describe our AWS resources.

Cons

When a update fails in it, error messages are vague, finding the root cause of an issue is requires to Check CloudWatch Logs or manually check stats.

Govind
  • Industry: Information Services
  • Company size: Self Employed
  • Used Weekly for 6-12 months
  • Review Source
Value for Money
3
Functionality
5
Ease of Use
5
Customer Support
3

5
Reviewed on 14/12/2024

Review for AWS CloudFormation

overall experince with AWS CloudFormation is good.

Pros

its interface is very good and easy to navigate

Cons

sometimes it is slow so that time delay sucks.

Harish
  • Industry: Information Technology & Services
  • Company size: 11–50 Employees
  • Used Weekly for 1-5 months
  • Review Source
Value for Money
3
Functionality
5
Ease of Use
4
Customer Support
5

4
Reviewed on 4/1/2025

Using AWS CloudFormation as software engineer

Pros

We use cloudformation to create and manage collection of related AWS resources in an way human intervention would not be required and things can be automated.
When we deploy stack of services they will charge us only for the resources consumed by us.

Cons

Template syntax is it JSON or YAML can have learing curve when someone new to this comes into picture .
With YAML syntax we have to be carful cause it is based on tabs and spaces

Abhay
  • Industry: Computer & Network Security
  • Company size: 11–50 Employees
  • Used Monthly for 2+ years
  • Review Source
Value for Money
0
Functionality
5
Ease of Use
4
Customer Support
0

5
Reviewed on 2/1/2025

Abhay’s AWS

Pros

It’s very convenient to use. It has user friendly surface.

Cons

There are a lot of functions that require more training.

Franco
  • Industry: Research
  • Company size: 2–10 Employees
  • Used Monthly for 1+ year
  • Review Source
Value for Money
1
Functionality
4
Ease of Use
4
Customer Support
4

4
Reviewed on 23/12/2024

AWS for Small Business

Ok, it is a good product but needs price adjustment.

Pros

It was easy to upload and save data. Simple and effective.

Cons

Too expensive for the service if your a small business

Yoo Jin
  • Industry: Education Management
  • Company size: 11–50 Employees
  • Used Weekly for Free Trial
  • Review Source
Value for Money
5
Functionality
4
Ease of Use
4
Customer Support
5

4
Reviewed on 20/12/2024

AWS cloud Review

overall, AWS is valuable tool for managing the cloud.

Pros

It is a great product to create and use the resources.

Cons

Sometimes it can be complicated to use and require experience.

Jyoti
  • Industry: Accounting
  • Company size: Self Employed
  • Used Weekly for Free Trial
  • Review Source
Value for Money
5
Functionality
5
Ease of Use
4
Customer Support
5

5
Reviewed on 19/12/2024

AWS CloudFormation: Easy way

AWS CloudFormation is the best infrastructure for handling and managing AWS resources.

Pros

It's so easy to handle for different resources quickly and consistently.

Cons

it isn't easy to work with in multi-region and multi-account scenarios.

89 reviews

Related categories