Skip to content

Add AWS experimental_instance_types setting - #4069

Merged
jvstme merged 1 commit into
masterfrom
aws_p5en
Jul 27, 2026
Merged

Add AWS experimental_instance_types setting#4069
jvstme merged 1 commit into
masterfrom
aws_p5en

Conversation

@jvstme

@jvstme jvstme commented Jul 27, 2026

Copy link
Copy Markdown
Collaborator

Add an AWS backend setting that accepts a list of
instance type names to allow provisioning in
addition to the standard supported instance
families. Only works for instance types included
in dstack's pricing catalog (gpuhunt).

Today, this setting can be used to test the
p5en.48xlarge instance type, which wasn't yet
tested internally at dstack.

experimental_instance_types: [p5en.48xlarge]
$ dstack offer -b aws --instance-type p5en.48xlarge
 #   BACKEND           RESOURCES                                              INSTANCE TYPE  PRICE      
 1   aws (us-east-2)   cpu=192 mem=2048GB disk=100GB gpu=H200:141GB:8 (spot)  p5en.48xlarge  $26.6319   
 2   aws (us-west-2)   cpu=192 mem=2048GB disk=100GB gpu=H200:141GB:8 (spot)  p5en.48xlarge  $26.9512   
 3   aws (us-east-1)   cpu=192 mem=2048GB disk=100GB gpu=H200:141GB:8 (spot)  p5en.48xlarge  $27.1928   
 4   aws (eu-north-1)  cpu=192 mem=2048GB disk=100GB gpu=H200:141GB:8 (spot)  p5en.48xlarge  $38.3825   
 5   aws (us-east-2)   cpu=192 mem=2048GB disk=100GB gpu=H200:141GB:8         p5en.48xlarge  $63.296    
 6   aws (us-east-1)   cpu=192 mem=2048GB disk=100GB gpu=H200:141GB:8         p5en.48xlarge  $63.296    
 7   aws (us-west-2)   cpu=192 mem=2048GB disk=100GB gpu=H200:141GB:8         p5en.48xlarge  $63.296    
 8   aws (eu-north-1)  cpu=192 mem=2048GB disk=100GB gpu=H200:141GB:8         p5en.48xlarge  $67.7267   
 9   aws (us-west-1)   cpu=192 mem=2048GB disk=100GB gpu=H200:141GB:8         p5en.48xlarge  $79.12     
 10  aws (us-west-1)   cpu=192 mem=2048GB disk=100GB gpu=H200:141GB:8 (spot)  p5en.48xlarge  $79.12

Add an AWS backend setting that accepts a list of
instance type names to allow provisioning in
addition to the standard supported instance
families. Only works for instance types included
in `dstack`'s pricing catalog (`gpuhunt`).

Today, this setting can be used to test the
`p5en.48xlarge` instance type, which wasn't yet
tested internally at `dstack`.

```yaml
experimental_instance_types: [p5en.48xlarge]
```
@jvstme
jvstme merged commit 58282b1 into master Jul 27, 2026
24 checks passed
@jvstme
jvstme deleted the aws_p5en branch July 27, 2026 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant