Skip to content

docs: link to eks steps from aws section #17646

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/install/cloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ cloud of choice.
We publish an EC2 image with Coder pre-installed. Follow the tutorial here:

- [Install Coder on AWS EC2](./ec2.md)
- [Install Coder on AWS EKS](../kubernetes.md#aws)

Alternatively, install the [CLI binary](../cli.md) on any Linux machine or
follow our [Kubernetes](../kubernetes.md) documentation to install Coder on an
existing EKS cluster.
existing Kubernetes cluster.

For EKS-specific installation guidance, see the [AWS section in Kubernetes installation docs](../kubernetes.md#aws).

## GCP

Expand Down
Loading