Alternatives to Scalr logo

Alternatives to Scalr

RightScale, Terraform, Cloudify, CloudBolt, and AWS CloudFormation are the most popular alternatives and competitors to Scalr.
21
34
+ 1
26

What is Scalr and what are its top alternatives?

Scalr is a remote state & operations backend for Terraform with access controls, policy as code, and many quality of life features.
Scalr is a tool in the Infrastructure Build Tools category of a tech stack.

Top Alternatives to Scalr

  • RightScale
    RightScale

    Automation is the core of RightScale, freeing you to run efficient, scalable, and highly-available applications. Our multi-cloud integration enables you to choose your own clouds, providing freedom to work with any vendor in a rapidly changing market. And rest assured knowing that you have visibility and control over all of your resources in one place. To take advantage of best practices, we encourage you to tap into cloud expertise provided by our service, support, and partner networks when building and managing your infrastructure. ...

  • Terraform
    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. ...

  • Cloudify
    Cloudify

    Orchestrate real apps on the cloud with Cloudify, an open source application management framework that allows users to manage even the most complex apps by automating their DevOps processes. ...

  • CloudBolt
    CloudBolt

    Deploys in minutes. Simple to use. Easy to extend. Centralize workload automation and orchestration, achieve unparalleled hybrid cloud visibility and cost-savings, and deliver self-service IT for your developers. ...

  • AWS CloudFormation
    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. ...

  • Packer
    Packer

    Packer automates the creation of any type of machine image. It embraces modern configuration management by encouraging you to use automated scripts to install and configure the software within your Packer-made images. ...

  • Pulumi
    Pulumi

    Pulumi is a cloud development platform that makes creating cloud programs easy and productive. Skip the YAML and just write code. Pulumi is multi-language, multi-cloud and fully extensible in both its engine and ecosystem of packages. ...

  • AWS Cloud Development Kit
    AWS Cloud Development Kit

    It is an open source software development framework to model and provision your cloud application resources using familiar programming languages. It uses the familiarity and expressive power of programming languages for modeling your applications. It provides you with high-level components that preconfigure cloud resources with proven defaults, so you can build cloud applications without needing to be an expert. ...

Scalr alternatives & related posts

RightScale logo

RightScale

19
27
0
Manage all of your cloud infrastructure with a single, integrated solution.
19
27
+ 1
0
PROS OF RIGHTSCALE
    Be the first to leave a pro
    CONS OF RIGHTSCALE
      Be the first to leave a con

      related RightScale posts

      Terraform logo

      Terraform

      17.9K
      14.1K
      345
      Describe your complete infrastructure as code and build resources across providers
      17.9K
      14.1K
      + 1
      345
      PROS OF TERRAFORM
      • 122
        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
      CONS OF TERRAFORM
      • 1
        Doesn't have full support to GKE

      related Terraform posts

      Emanuel Evans
      Senior Architect at Rainforest QA · | 20 upvotes · 1.5M views

      We recently moved our main applications from Heroku to Kubernetes . The 3 main driving factors behind the switch were scalability (database size limits), security (the inability to set up PostgreSQL instances in private networks), and costs (GCP is cheaper for raw computing resources).

      We prefer using managed services, so we are using Google Kubernetes Engine with Google Cloud SQL for PostgreSQL for our PostgreSQL databases and Google Cloud Memorystore for Redis . For our CI/CD pipeline, we are using CircleCI and Google Cloud Build to deploy applications managed with Helm . The new infrastructure is managed with Terraform .

      Read the blog post to go more in depth.

      See more
      Praveen Mooli
      Engineering Manager at Taylor and Francis · | 18 upvotes · 3.8M views

      We are in the process of building a modern content platform to deliver our content through various channels. We decided to go with Microservices architecture as we wanted scale. Microservice architecture style is an approach to developing an application as a suite of small independently deployable services built around specific business capabilities. You can gain modularity, extensive parallelism and cost-effective scaling by deploying services across many distributed servers. Microservices modularity facilitates independent updates/deployments, and helps to avoid single point of failure, which can help prevent large-scale outages. We also decided to use Event Driven Architecture pattern which is a popular distributed asynchronous architecture pattern used to produce highly scalable applications. The event-driven architecture is made up of highly decoupled, single-purpose event processing components that asynchronously receive and process events.

      To build our #Backend capabilities we decided to use the following: 1. #Microservices - Java with Spring Boot , Node.js with ExpressJS and Python with Flask 2. #Eventsourcingframework - Amazon Kinesis , Amazon Kinesis Firehose , Amazon SNS , Amazon SQS, AWS Lambda 3. #Data - Amazon RDS , Amazon DynamoDB , Amazon S3 , MongoDB Atlas

      To build #Webapps we decided to use Angular 2 with RxJS

      #Devops - GitHub , Travis CI , Terraform , Docker , Serverless

      See more
      Cloudify logo

      Cloudify

      15
      18
      0
      Cloud Orchestration and Automation Made Easy
      15
      18
      + 1
      0
      PROS OF CLOUDIFY
        Be the first to leave a pro
        CONS OF CLOUDIFY
          Be the first to leave a con

          related Cloudify posts

          CloudBolt logo

          CloudBolt

          6
          16
          0
          Enterprise Hybrid Cloud Management Platform
          6
          16
          + 1
          0
          PROS OF CLOUDBOLT
            Be the first to leave a pro
            CONS OF CLOUDBOLT
              Be the first to leave a con

              related CloudBolt posts

              AWS CloudFormation logo

              AWS CloudFormation

              1.5K
              1.3K
              88
              Create and manage a collection of related AWS resources
              1.5K
              1.3K
              + 1
              88
              PROS OF AWS CLOUDFORMATION
              • 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
              CONS OF AWS CLOUDFORMATION
              • 4
                Brittle
              • 2
                No RBAC and policies in templates

              related AWS CloudFormation posts

              Joseph Kunzler
              DevOps Engineer at Tillable · | 9 upvotes · 201.8K views

              We use Terraform because we needed a way to automate the process of building and deploying feature branches. We wanted to hide the complexity such that when a dev creates a PR, it triggers a build and deployment without the dev having to worry about any of the 'plumbing' going on behind the scenes. Terraform allows us to automate the process of provisioning DNS records, Amazon S3 buckets, Amazon EC2 instances and AWS Elastic Load Balancing (ELB)'s. It also makes it easy to tear it all down when finished. We also like that it supports multiple clouds, which is why we chose to use it over AWS CloudFormation.

              See more

              I use Terraform because it hits the level of abstraction pocket of being high-level and flexible, and is agnostic to cloud platforms. Creating complex infrastructure components for a solution with a UI console is tedious to repeat. Using low-level APIs are usually specific to cloud platforms, and you still have to build your own tooling for deploying, state management, and destroying infrastructure.

              However, Terraform is usually slower to implement new services compared to cloud-specific APIs. It's worth the trade-off though, especially if you're multi-cloud. I heard someone say, "We want to preference a cloud, not lock in to one." Terraform builds on that claim.

              Terraform Google Cloud Deployment Manager AWS CloudFormation

              See more
              Packer logo

              Packer

              582
              561
              42
              Create identical machine images for multiple platforms from a single source configuration
              582
              561
              + 1
              42
              PROS OF PACKER
              • 27
                Cross platform builds
              • 9
                Vm creation automation
              • 4
                Bake in security
              • 1
                Good documentation
              • 1
                Easy to use
              CONS OF PACKER
                Be the first to leave a con

                related Packer posts

                John Kodumal

                LaunchDarkly is almost a five year old company, and our methodology for deploying was state of the art... for 2014. We recently undertook a project to modernize the way we #deploy our software, moving from Ansible-based deploy scripts that executed on our local machines, to using Spinnaker (along with Terraform and Packer) as the basis of our deployment system. We've been using Armory's enterprise Spinnaker offering to make this project a reality.

                See more
                Pulumi logo

                Pulumi

                254
                287
                25
                Modern Infrastructure as Code
                254
                287
                + 1
                25
                PROS OF PULUMI
                • 8
                  Infrastructure as code with less pain
                • 4
                  Best-in-class kubernetes support
                • 3
                  Simple
                • 3
                  Can use many languages
                • 2
                  Great CLI
                • 2
                  Can be self-hosted
                • 2
                  Multi-cloud
                • 1
                  Built-in secret management
                CONS OF PULUMI
                  Be the first to leave a con

                  related Pulumi posts

                  AWS Cloud Development Kit logo

                  AWS Cloud Development Kit

                  190
                  96
                  0
                  A framework for defining cloud infrastructure in code
                  190
                  96
                  + 1
                  0
                  PROS OF AWS CLOUD DEVELOPMENT KIT
                    Be the first to leave a pro
                    CONS OF AWS CLOUD DEVELOPMENT KIT
                      Be the first to leave a con

                      related AWS Cloud Development Kit posts