mirror of
https://github.com/coder/coder.git
synced 2026-06-04 05:28:20 +00:00
00d292d764
## Summary - **Removed** `docs/install/cloud/ec2.md` — the standalone EC2 install guide. - **Renamed** `docs/install/cloud/aws-mktplc-ce.md` → `docs/install/cloud/aws-marketplace.md` for a clearer, more discoverable filename. - **Updated** `docs/manifest.json`: replaced the "AWS EC2" entry with "AWS Marketplace" pointing to the renamed file. - **Updated** `docs/install/cloud/index.md`: fixed the internal link to the renamed file.
47 lines
1.3 KiB
Markdown
47 lines
1.3 KiB
Markdown
# Cloud Platforms
|
|
|
|
We provide install guides and example templates for deploying Coder to your
|
|
cloud of choice.
|
|
|
|
<div class="tabs">
|
|
|
|
## AWS
|
|
|
|
We publish Coder Community Edition on the AWS Marketplace. Follow the tutorial here:
|
|
|
|
- [Install Coder Community Edition from AWS Marketplace](./aws-marketplace.md)
|
|
|
|
Alternatively, install the [CLI binary](../cli.md) on any Linux machine or
|
|
follow our [Kubernetes](../kubernetes.md) documentation to install Coder on an
|
|
existing Kubernetes cluster.
|
|
|
|
For EKS-specific installation guidance, see the [AWS section in Kubernetes installation docs](../kubernetes.md#aws).
|
|
|
|
## GCP
|
|
|
|
We publish a GCP Marketplace listing with Coder pre-installed. Follow the
|
|
tutorial here:
|
|
|
|
- [Install Coder on GCP Compute Engine](./compute-engine.md)
|
|
|
|
Alternatively, install the [CLI binary](../cli.md) on any Linux machine or
|
|
follow our [Kubernetes](../kubernetes.md) documentation to install Coder on an
|
|
existing GKE cluster.
|
|
|
|
## Azure
|
|
|
|
Use the following guide to run Coder on an Azure VM:
|
|
|
|
- [Install Coder on an Azure VM](./azure-vm.md)
|
|
|
|
Alternatively, install the [CLI binary](../cli.md) on any Linux machine or
|
|
follow our [Kubernetes](../kubernetes.md) documentation to install Coder on an
|
|
existing GKE cluster.
|
|
|
|
## Other
|
|
|
|
Is your cloud missing? Check [unofficial](../other/index.md) install methods or
|
|
install the [standalone binary](../cli.md).
|
|
|
|
</div>
|