Skip to content

docs: update aws instance recommendations #17344

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 2 commits into from
Apr 10, 2025
Merged
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
make lint/fmt
  • Loading branch information
EdwardAngert committed Apr 10, 2025
commit feb57a38c972fe1f26786fc64c9ac8e3d861facb
12 changes: 6 additions & 6 deletions docs/admin/infrastructure/validated-architectures/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,12 @@ such as `m5` or `c5`, instead of burstable instances, such as `t3`.
Burstable instances can experience significant performance degradation once
CPU credits are exhausted, leading to poor user experience under sustained load.

| Component | Recommended Instance Type | Reason |
|-----------|---------------------------|-----------|
| coderd nodes | `m5` | Balanced compute and memory for API and UI serving. |
| Provisioner nodes | `c5` | Compute-optimized performance for faster builds. |
| Workspace nodes | `m5` | Balanced performance for general development workloads. |
| Database nodes | `db.m5` | Consistent database performance for reliable operations. |
| Component | Recommended Instance Type | Reason |
|-------------------|---------------------------|----------------------------------------------------------|
| coderd nodes | `m5` | Balanced compute and memory for API and UI serving. |
| Provisioner nodes | `c5` | Compute-optimized performance for faster builds. |
| Workspace nodes | `m5` | Balanced performance for general development workloads. |
| Database nodes | `db.m5` | Consistent database performance for reliable operations. |

### Networking

Expand Down
Loading