Skip to main content

Introduction

Multy is an open-source tool that makes it easy to deploy the same infrastructure configuration on different clouds.

While tools such as Terraform are great for allowing users to deploy any resource in any cloud, they require infrastructure teams to know all the necessary providers inside-out.

As an example, let's say that a company has spent the last few years building out their infrastructure in AWS with Terraform. In order to avoid vendor lock-in, leverage a better deal (lower prices/credits) or increase resilience, they have decided to change their infrastructure to Azure. The AWS and Azure providers are not compatible, and this change essentially requires a full end-to-end rewrite.

This is changing with Multy. Instead of writing the same configuration for each provider, Multy offers a single cloud-agnostic API that handles the complexities behind the scenes to deploy your infrastructure on any cloud.

multycloud

note

Multy is currently in beta and should not be used for production. Expect frequent breaking changes.