> ## Documentation Index
> Fetch the complete documentation index at: https://mage-staging.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Multi-development environment in the cloud

> Mage is designed and built to be cloud native.

We recommend running your development environment and production environment in
the cloud. Use Mage's maintained [Terraform scripts](https://github.com/mage-ai/mage-ai-terraform-templates)
to deploy to cloud.

You can manage your cloud development environment with Mage. Each developer on
your team can have access to their own Mage server with a unique IP.

Each developer's environment will run on cloud resources but won't impact other
developers' environments or their code. The code each developer writes is stored
under a separate directory that won't conflict with other developers' code.

Mage currently natively supports creating dev environments in these cloud providers:

* [AWS ECS](/production/developing-in-the-cloud/cloud-dev-environments/aws-ecs)
* [Google Cloud Run](/production/developing-in-the-cloud/cloud-dev-environments/cloud-run)
* [Kubernetes](/production/developing-in-the-cloud/cloud-dev-environments/kubernetes)

If you run into issues deploying your infrastructure, feel free to reach out in our
[Slack](https://www.mage.ai/chat).

Your team can use [Git for version control](/getting-started/setting-up-git) in the cloud.

<Frame>
  <img src="https://github.com/mage-ai/assets/blob/main/multi-dev-cloud-env.jpg?raw=true" />
</Frame>
