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
Show file tree
Hide file tree
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
Next Next commit
update or remove screenshots
  • Loading branch information
EdwardAngert committed Feb 5, 2025
commit 4e395833830542da8333f532171ab378b4006b2c
Binary file removed docs/images/platforms/aws/launch.mp4
Binary file not shown.
Binary file modified docs/images/platforms/aws/marketplace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/platforms/aws/workspace.png
Binary file not shown.
13 changes: 3 additions & 10 deletions docs/install/cloud/ec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ connect over HTTP, HTTPS, and SSH.

![AWS Security Groups](../../images/platforms/aws/security-groups.png)

We recommend keeping the default instance type (`t2.xlarge`, 4 cores and 16 GB
You should keep the default instance type (`t2.xlarge`, 4 cores and 16 GB
memory) if you plan on provisioning Docker containers as workspaces on this EC2
instance. Keep in mind this platforms is intended for proof-of-concept
instance. Keep in mind this platform is intended for proof-of-concept
deployments and you should adjust your infrastructure when preparing for
production use. See: [Scaling Coder](../../admin/infrastructure/index.md)

Expand All @@ -34,16 +34,11 @@ Be sure to add a keypair so that you can connect over SSH to further
After launching the instance, wait 30 seconds and navigate to the public IPv4
address. You should be redirected to a public tunnel URL.

<video autoplay playsinline loop>
<source src="https://github.com/coder/coder/blob/main/docs/images/platforms/aws/launch.mp4?raw=true" type="video/mp4">
Your browser does not support the video tag.
</video>

That's all! Use the UI to create your first user, template, and workspace. We
recommend starting with a Docker template since the instance has Docker
pre-installed.

![Coder Workspace and IDE in AWS EC2](../../images/platforms/aws/workspace.png)
![Coder Workspace and IDE in AWS EC2](../../images/admin/users/organizations/workspace-list.png)

## Configuring Coder server

Expand All @@ -52,8 +47,6 @@ Given you created or added key-pairs when launching the instance, you can
[configure your Coder deployment](../../admin/setup/index.md) by logging in via
SSH or using the console:

<!-- TOOD(@kylecarbs): fix this weird formatting (https://imgur.com/a/LAUY3cT) -->

```sh
ssh ubuntu@<ec2-public-IPv4>
sudo vim /etc/coder.d/coder.env # edit config
Expand Down
Loading