Software Alternatives & Reviews

AWS CloudFormation Reviews

AWS CloudFormation gives developers and systems administrators an easy way to create and manage a...

Social recommendations and mentions

We have tracked the following product recommendations or mentions on Reddit and HackerNews. They can help you see what people think about AWS CloudFormation and what they use it for.
  • A Guide to DevSecOps with API Gateway
    Use Infrastructure as Code (IaC): Use tools such as Terraform, Ansible, or CloudFormation to provision and manage your infrastructure. By using IaC, you can ensure that your API infrastructure is secure from the start and that security policies are enforced consistently. - Source: dev.to / 17 days ago
  • Deploy S3 hosted application using CodePipeline
    When you deploy your infrastructure using CloudFormation. You can make use of the outputs within the CodePipeline. Another option is to use a naming convention. I like to use the outputs as it removes the need to define a name upfront. Making it more robust when you re-use snippets or deploy your infrastructure more than once. - Source: dev.to / 13 days ago
  • Managing low-code environments with AWS CloudFormation and Azure Resource Manager
    AWS CloudFormation is an IaC service that allows developers to provision and manage resources in the AWS cloud. CloudFormation can be used to create and manage a collection of AWS resources, such as EC2 instances, RDS databases, and S3 buckets, that make up your low-code environment. - Source: dev.to / about 2 months ago
  • DevSecOps with AWS- Integrate Azure DevOps for CDK deployments Part-1
    AWS CloudFormation: Speed up cloud provisioning with infrastructure as code as code. - Source: dev.to / 2 months ago
  • Leveraging CodePipeline to deploy Terraform
    CloudFormation Template (CFT) to deploy a CodePipeline, CodeBuild Projects, and an S3 Bucket for state and artifact handling. - Source: dev.to / 2 months ago
  • AWS Beginner's Key Terminologies
    AWS CloudFormation (management & governance) AWS CloudFormation is a service that helps you model and set up your AWS resources so that you can spend less time managing those resources and more time focusing on your applications that run in AWS. Model and provision all your cloud infrastructure resources. Https://aws.amazon.com/cloudformation/. - Source: dev.to / 2 months ago
  • How to set up a custom email domain through SES and SNS using (mostly) CloudFormation
    CloudFormation (CF) CloudFormation is an IaaC service provided by AWS. It allows for resource provisioning through a yaml or json file. - Source: dev.to / 2 months ago
  • Pulumi and AWS SAM - How to convert Cloud Formation IAC to Pulumi
    AWS CloudFormation - https: Https://aws.amazon.com/cloudformation/. - Source: dev.to / 3 months ago
  • Rewriting my blog from scratch with NextJS
    All the infrastructure is defined via AWS CDK, a library on top of CloudFormation. The code is now in its own project. - Source: dev.to / 3 months ago
  • Build interactive maps with OpenStreetMap data on AWS
    You will use an AWS CloudFormation template to create a number of AWS resources, including an Amazon Location Service’s map resource, an Amazon Cognito Identity Pool, plus an IAM role and policy. The Identity Pool, and IAM role and policy are necessary to grant access to the map resource. This way a frontend application can send signed HTTP requests to Amazon Cognito and receive temporary, scoped-down credentials... - Source: dev.to / 3 months ago
  • New-Deploy containers directly to Amazon EKS clusters with AWS Marketplace for Containers
    Customers using Amazon EKS can now find and deploy third-party operational software to their EKS clusters via the EKS console or command-line interface (CLI), eksctl, AWS APIs, or infrastructure as code tools like AWS CloudFormation and Terraform. All software in the AWS Marketplace is constantly scanned for common vulnerabilities and exposures (CVEs), giving you peace of mind when deploying software to your EKS... - Source: dev.to / 3 months ago
  • Use AWS CloudFormation to create ShardingSphere HA clusters
    AWS CloudFormation is an infrastructure as code (IaC) service that allows you to easily model, provision, and manage all the cloud Services provided by AWS by custom templates. - Source: dev.to / 3 months ago
  • 4 ultimate reasons to prefer AWS CDK over Terraform
    Cloudformation is the Infrastructure as Code service of AWS. It has been active since 2011 (it seems like yesterday, but in the cloud era we are talking about geological eras before that), free of charge, and uses descriptive languages such as JSON and YAML (the latter as of 2016, to the relief of many) to create templates in which the resources to be created on AWS are defined. These templates are processed by... - Source: dev.to / 4 months ago
  • Paving the way to Serverless - AWS Application Composer
    You can work in two modes connected and unconnected. If you work in the connected mode you must have a browser that supports the File System Access AP, which will allow the web page to gain access to your local file system in order to read, write, or save files. As you design, Application Composer automatically creates/updates your AWS CloudFormation and AWS Serverless Application Model (AWS SAM) templates,... - Source: dev.to / 4 months ago
  • Uncomplicating cloud Security — Foundations (Part 1)
    AWS CloudFormation: can help with deploying compliant stacks. You can make sure that a stack is compliant by using AWS CloudFormation guard. - Source: dev.to / 4 months ago
  • ShardingSphere-on-Cloud & Pisanix replace Sidecar for a true cloud-native experience
    ShardingSphere-on-Cloud is capable of deploying and migrating ShardingSphere in a Kubernetes environment. With the help of AWS CloudFormation, Helm, Operator, and Terraform (coming soon) and other tools, it provides best practices with quick deployment, higher observability, security and migration, and high availability deployment in a cloud native environment. - Source: dev.to / 4 months ago
  • Deploying from Scratch - A journey in parts
    To start, log into your AWS account, navigate to the CloudFormation tool, and follow the steps to create a stack. - Source: dev.to / 5 months ago
  • Working With Terraform As A Noob - A Brief Overview
    I've worked with AWS CloudFormation and Terraform basically works the same - automate the deployment and configuration (to some extent) of cloud infrastructure. - Source: dev.to / 5 months ago
  • Well-Architected Review - Part II - Operational Excellence
    Design for Operations You should implement your entire workload as code. The benefit is that you can apply the same engineering discipline that you use for application code to your infrastructure. Use version control system like AWS Codecommit to enable tracking of changes and releases, and use AWS Cloudformation for your infrastructure templates. It is recommendable to test and validate changes to help limit... - Source: dev.to / 5 months ago
  • DevSecOps with AWS - Multi Environment deployments - Part 2
    AWS CloudFormation: Speed up cloud provisioning with infrastructure as code. - Source: dev.to / 6 months ago
  • Make your Cloudformation conditions mean something
    Within AWS Cloudformation it is possible to create conditions. You can use these conditions to change behavior of the stack, like create a resource only in some situations. It is tempting to use the environment as a base for your condition. Even the documentation of AWS has an example with the condition CreateProdResources. While performing some migrations I realised that these conditions don't mean anything, and... - Source: dev.to / 6 months ago

External sources with reviews and comparisons of AWS CloudFormation

Do not use AWS CloudFormation
CloudFormation being a layer of indirection makes it difficult to work with in multi-region/multi-account scenarios. With CloudFormation you have to create Stack Sets and IAM policies that allow the CloudFormation service to impersonate other roles. The prerequisite steps you have to take to use CloudFormation across multiple accounts also must be taken just to have CloudFormation spin up resources in multiple...
Why we use Terraform and not Chef, Puppet, Ansible, SaltStack, or CloudFormation
Of course, there are downsides to declarative languages too. Without access to a full programming language, your expressive power is limited. For example, some types of infrastructure changes, such as a rolling, zero-downtime deployment, are hard to express in purely declarative terms. Similarly, without the ability to do “logic” (e.g. if-statements, loops), creating generic, reusable code can be tricky...

Do you know an article comparing AWS CloudFormation to other products?
Suggest a link to a post with product alternatives.