AWS CloudFormation vs Terraform vs troposphere

Need advice about which tool to choose?Ask the StackShare community!

AWS CloudFormation

1.6K
1.3K
+ 1
88
Terraform

18.8K
14.7K
+ 1
344
troposphere

22
27
+ 1
0
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of AWS CloudFormation
Pros of Terraform
Pros of troposphere
  • 43
    Automates infrastructure deployments
  • 21
    Declarative infrastructure and deployment
  • 13
    No more clicking around
  • 3
    Any Operative System you want
  • 3
    Atomic
  • 3
    Infrastructure as code
  • 1
    CDK makes it truly infrastructure-as-code
  • 1
    Automates Infrastructure Deployment
  • 0
    K8s
  • 121
    Infrastructure as code
  • 73
    Declarative syntax
  • 45
    Planning
  • 28
    Simple
  • 24
    Parallelism
  • 8
    Well-documented
  • 8
    Cloud agnostic
  • 6
    It's like coding your infrastructure in simple English
  • 6
    Immutable infrastructure
  • 5
    Platform agnostic
  • 4
    Extendable
  • 4
    Automation
  • 4
    Automates infrastructure deployments
  • 4
    Portability
  • 2
    Lightweight
  • 2
    Scales to hundreds of hosts
  • 0
    Infrastructure as code

Sign up to add or upvote prosMake informed product decisions

Cons of AWS CloudFormation
Cons of Terraform
Cons of troposphere
  • 4
    Brittle
  • 2
    No RBAC and policies in templates
  • 1
    Doesn't have full support to GKE
    Be the first to leave a con

    Sign up to add or upvote consMake informed product decisions

    - No public GitHub repository available -

    What is AWS CloudFormation?

    You can use AWS CloudFormation’s sample templates or create your own templates to describe the AWS resources, and any associated dependencies or runtime parameters, required to run your application. You don’t need to figure out the order in which AWS services need to be provisioned or the subtleties of how to make those dependencies work.

    What is Terraform?

    With Terraform, you describe your complete infrastructure as code, even as it spans multiple service providers. Your servers may come from AWS, your DNS may come from CloudFlare, and your database may come from Heroku. Terraform will build all these resources across all these providers in parallel.

    What is troposphere?

    The troposphere library allows for easier creation of the AWS CloudFormation JSON by writing Python code to describe the AWS resources. troposphere also includes some basic support for OpenStack resources via Heat.

    Need advice about which tool to choose?Ask the StackShare community!

    What companies use AWS CloudFormation?
    What companies use Terraform?
    What companies use troposphere?

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with AWS CloudFormation?
    What tools integrate with Terraform?
    What tools integrate with troposphere?

    Sign up to get full access to all the tool integrationsMake informed product decisions

    Blog Posts

    JavaScriptGitHubNode.js+29
    14
    13801
    GitHubPythonReact+42
    49
    41191
    GitHubPythonNode.js+47
    55
    73175
    GitHubGitPython+22
    17
    14422
    GitHubDockerAmazon EC2+23
    12
    6748
    What are some alternatives to AWS CloudFormation, Terraform, and troposphere?
    AWS CodeDeploy
    AWS CodeDeploy is a service that automates code deployments to Amazon EC2 instances. AWS CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during deployment, and handles the complexity of updating your applications.
    Chef
    Chef enables you to manage and scale cloud infrastructure with no downtime or interruptions. Freely move applications and configurations from one cloud to another. Chef is integrated with all major cloud providers including Amazon EC2, VMWare, IBM Smartcloud, Rackspace, OpenStack, Windows Azure, HP Cloud, Google Compute Engine, Joyent Cloud and others.
    AWS Elastic Beanstalk
    Once you upload your application, Elastic Beanstalk automatically handles the deployment details of capacity provisioning, load balancing, auto-scaling, and application health monitoring.
    AWS Config
    AWS Config is a fully managed service that provides you with an AWS resource inventory, configuration history, and configuration change notifications to enable security and governance. With AWS Config you can discover existing AWS resources, export a complete inventory of your AWS resources with all configuration details, and determine how a resource was configured at any point in time. These capabilities enable compliance auditing, security analysis, resource change tracking, and troubleshooting.
    Azure Resource Manager
    It is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure subscription. You use management features, like access control, locks, and tags, to secure and organize your resources after deployment.
    See all alternatives