Problem
dstack currently does not support provisioning AWS B200 (p6-b200) instances. These next-generation NVIDIA Blackwell GPU (b200) instances are important for deep learning and AI workloads. The code restricts AWS instance families via a hardcoded allowlist and does not include p6/p6-b200 types, so users cannot select them for compute jobs.
Solution
Add support for AWS B200 (p6-b200) instances by including the relevant family in the instance allowlist and ensuring proper image selection and quota handling.
Workaround
Currently, there are no workarounds to use B200s with dstack; users can only provision supported instance families (e.g., p5, g5, etc.). Users who need Blackwell GPUs have to manage infrastructure outside of dstack.
Would you like to help us implement this feature by sending a PR?
Yes
Problem
dstack currently does not support provisioning AWS B200 (p6-b200) instances. These next-generation NVIDIA Blackwell GPU (b200) instances are important for deep learning and AI workloads. The code restricts AWS instance families via a hardcoded allowlist and does not include p6/p6-b200 types, so users cannot select them for compute jobs.
Solution
Add support for AWS B200 (p6-b200) instances by including the relevant family in the instance allowlist and ensuring proper image selection and quota handling.
Workaround
Currently, there are no workarounds to use B200s with dstack; users can only provision supported instance families (e.g., p5, g5, etc.). Users who need Blackwell GPUs have to manage infrastructure outside of dstack.
Would you like to help us implement this feature by sending a PR?
Yes