Try our new research platform with insights from 80,000+ expert users

Pros & Cons summary

Buyer's Guide

Get pricing advice, tips, use cases and valuable features from real users of this product.
Get the report

Prominent pros & cons

PROS

AWS CloudFormation automates infrastructure management, reducing human error and saving time in deploying resources.
Nested stacks and the reusability of templates enhance organizational efficiency by simplifying the management of complex infrastructures.
Infrastructure as code allows for programmable infrastructure management, enabling scalable and flexible configurations.
AWS CloudFormation supports the rapid provisioning of environments, which enhances development and deployment workflows.
The use of JSON for template creation simplifies initial setup for beginners, ensuring easy adoption and integration within existing systems.

CONS

AWS CloudFormation lacks intuitive design and can be challenging to learn, especially for beginners.
AWS CloudFormation struggles with cross-account dynamic references due to multi-tenant configuration issues, leading to limitations in referencing objects in other accounts.
There is a delay in AWS services becoming fully compatible with AWS CloudFormation, causing a lag in utilizing the latest AWS services.
AWS CloudFormation is restricted to AWS, posing a limitation for users wanting multi-cloud or hybrid setups, unlike Terraform.
JSON, used by AWS CloudFormation, lacks support for commands, looping, and conditionals, making code difficult to manage and share across teams.
 

AWS CloudFormation Pros review quotes

Varun Akuthota - PeerSpot reviewer
Apr 2, 2024
I would rate the scalability a nine out of ten. We use it every day.
RoopeshKumar - PeerSpot reviewer
Apr 3, 2024
I appreciate the flexibility of infrastructure as code. With CloudFormation, we can define ground rules, control usage limits, and scale our infrastructure up or down programmatically. Having this level of control through code on infra is a major benefit. That's the beauty of CloudFormation.
reviewer1303905 - PeerSpot reviewer
Mar 5, 2020
There is a cost-benefit to using CloudFormation that comes about because of the automation that it provides.
Learn what your peers think about AWS CloudFormation. Get advice and tips from experienced pros sharing their opinions. Updated: November 2024.
816,406 professionals have used our research since 2012.
Bireshwar Adhikary - PeerSpot reviewer
Jan 20, 2023
Automations make it pretty easy to provision AWS, development, or deployment environments.
reviewer1259031 - PeerSpot reviewer
Nov 11, 2020
The nested stacks would be one of the more valuable features.
Jean Dedji - PeerSpot reviewer
Apr 19, 2024
CloudFormation itself is free to use. You will be charged for the resources you deploy using CloudFormation.
reviewer1470954 - PeerSpot reviewer
Jan 9, 2021
Its ability to treat infrastructure's code is valuable. It makes things automatable and reproducible.
Jennifer G Chavez - PeerSpot reviewer
Oct 22, 2024
It is really easy to make changes to your template and update it.
SA
Mar 16, 2020
The integration of the solution is very good.
Mbula Mboma - PeerSpot reviewer
Nov 12, 2024
AWS CloudFormation makes infrastructure deployment easy.
 

AWS CloudFormation Cons review quotes

Varun Akuthota - PeerSpot reviewer
Apr 2, 2024
For improvement, it's crucial that AWS provides options in terms of computing services, DB related services, and machine learning solutions. If I'm not hands-on with a particular service, like machine learning applications, I struggle to write the CloudFormation code.
RoopeshKumar - PeerSpot reviewer
Apr 3, 2024
For a beginner, it's kind of difficult to set up. So, the user does need some knowledge in order to do it.
reviewer1303905 - PeerSpot reviewer
Mar 5, 2020
This tool is not intuitive and there are others that are easier to understand.
Learn what your peers think about AWS CloudFormation. Get advice and tips from experienced pros sharing their opinions. Updated: November 2024.
816,406 professionals have used our research since 2012.
Bireshwar Adhikary - PeerSpot reviewer
Jan 20, 2023
Provisioning a large environment or a large number of services takes a bit more time than with Terraform.
reviewer1259031 - PeerSpot reviewer
Nov 11, 2020
As soon as they manage to parametrize the whole thing and to implement parameters at all levels, it will become automatically a lot more flexible.
Jean Dedji - PeerSpot reviewer
Apr 19, 2024
If Amazon could extend CloudFormation to other cloud platforms, that would be good. Currently, it is only limited to AWS.
reviewer1470954 - PeerSpot reviewer
Jan 9, 2021
CloudFormation is not particularly good at handling cross-account dynamic references. If you try to refer to an object that CloudFormation has created in a separate AWS account, it tends to fall apart. That's because it is a byproduct of the multi-tenant configuration. This is the most glaring shortcoming in my perspective because you can't dynamically reference objects in other accounts that CloudFormation has created, but it is not a shortcoming that you can't overcome. This is the only pain point that I've come across that didn't have a workaround natively. Sometimes the confirmation is slow, and it could be faster. The downside to CloudFormation when you're fully embracing it is that the AWS services do not get released immediately fully CloudFormation enabled. If you need to use the latest AWS service that just got announced or reinvented, you're not going to be able to continue with CloudFormation for the first X number of months. This is because they develop the products separately, and then they hand it to the CloudFormation team, which later on develops a CloudFormation integration. So, if you need to be on the newest thing AWS has, CloudFormation is often going to be a constraint that prevents you from doing that.
Jennifer G Chavez - PeerSpot reviewer
Oct 22, 2024
Everything in AWS has room for improvement.
SA
Mar 16, 2020
The solution needs to offer better support to other cloud vendors.
Mbula Mboma - PeerSpot reviewer
Nov 12, 2024
The Infrastructure Composer is not fully complete, making it necessary to tweak the code manually after generating it, which could be improved.