Skip to content
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

[Feature]: Support smaller AWS CPU instances #2067

Open
jvstme opened this issue Dec 6, 2024 · 0 comments
Open

[Feature]: Support smaller AWS CPU instances #2067

jvstme opened this issue Dec 6, 2024 · 0 comments
Labels

Comments

@jvstme
Copy link
Collaborator

jvstme commented Dec 6, 2024

Problem

The smallest AWS CPU instance dstack supports is t2.small (1xCPU, 2GB RAM). Some workflows may benefit from cheaper instances with less RAM and a lower baseline burstable CPU performance.

Solution

Support instances from the t2, t3, and t3a families that are smaller than t2.small.

Supporting larger instances from these families is questionable, since dstack does not distinguish burstable instances, so the difference between low-performance (t2, t3) and higher-performance (c5, m5) instances won't be visible in the offers list.

Workaround

No response

Would you like to help us implement this feature by sending a PR?

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant