Skip to content

docs: update EC2 docs with new screenshots and steps #16462

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

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
add steps to select coder from marketplace
  • Loading branch information
EdwardAngert committed Feb 11, 2025
commit ac95be0c206d4555cd3c142604b7cb5f08375ad7
16 changes: 12 additions & 4 deletions docs/install/cloud/ec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,22 @@ To launch a Coder AMI EC2 instance:
1. Open the [Amazon EC2 console](https://console.aws.amazon.com/ec2/) and
confirm that you're logged in.

1. Access the
[Coder AMI in the AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-zaoq7tiogkxhc).
1. Select **Launch instance**.

1. Assign a name and, optionally, additional tags.

1. In the **Application and OS Images** section, use the search bar to search for `coder`.

Select the **AWS Marketplace AMIs** tab, then **Select** next to the
**Coder** AMI.

![Coder on AWS Marketplace](../../images/platforms/aws/marketplace.png)

1. Select **View purchase options** to continue to the configuration screen.
You can also access the
[Coder AMI directly](https://aws.amazon.com/marketplace/pp/prodview-zaoq7tiogkxhc),
then select **View purchase options** to continue to the configuration screen.

1. Name your instance and in the **Instance type** section, use the dropdown
1. Name your instance, then in the **Instance type** section, use the dropdown
list to select `t2.xlarge` (4 vCPU, 16 GiB memory)

Keep in mind this platform is intended for proof-of-concept deployments and
Expand Down