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.
AB
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: April 2024.
768,740 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.
DD
Nov 11, 2020
The nested stacks would be one of the more valuable features.
OB
Jan 9, 2021
Its ability to treat infrastructure's code is valuable. It makes things automatable and reproducible.
SA
Mar 16, 2020
The integration of the solution is very good.
Bertin Fonge - PeerSpot reviewer
Oct 6, 2023
What I like best about AWS CloudFormation is that it is a quick and simple way to deploy various applications, like WordPress.
Udhay Prakash Pethakamsetty - PeerSpot reviewer
Feb 23, 2024
Versioning makes our work easy.
MW
Jan 2, 2023
CloudFormation gives us control of AWS and any Cloud infrastructure. It creates the whole stack for Cloud services technologies so it's easy to manage the whole system.
 

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.
AB
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: April 2024.
768,740 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.
DD
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.
OB
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.
SA
Mar 16, 2020
The solution needs to offer better support to other cloud vendors.
Bertin Fonge - PeerSpot reviewer
Oct 6, 2023
One area where AWS CloudFormation could improve is by offering more flexibility in creating custom templates.
Udhay Prakash Pethakamsetty - PeerSpot reviewer
Feb 23, 2024
There is less support for on-premise environments.
MW
Jan 2, 2023
If you are a developer or a more technical person, it's very difficult to learn the complete syntax or because CloudFormation includes a new way to write infrastructure code.