aws / aws-parallelcluster

AWS ParallelCluster is an AWS supported Open Source cluster management tool to deploy and manage HPC clusters in the AWS cloud.

Home Page:https://github.com/aws/aws-parallelcluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: price-capacity-optimized

gns-build-server opened this issue · comments

We have been using Parallelcluster 2.x with SGE for quite some time, manually editing the autoscaling groups, and using the "price-capacity-optimized" spot allocation strategy introduced to ASGs in late 2022: https://aws.amazon.com/blogs/compute/introducing-price-capacity-optimized-allocation-strategy-for-ec2-spot-instances/

We've more recently switched to Parallelcluster 3 with Slurm, and find that our only AllocationStrategy options are "lowest-price" or "capacity-optimized". We'd like to be able to use price-capacity-optimized, but it's not an option:
https://docs.aws.amazon.com/parallelcluster/latest/ug/Scheduling-v3.html#yaml-Scheduling-SlurmQueues-AllocationStrategy

I suspect many here may be very interested in having this AllocationStrategy available.

Thanks,
Dan

I have added this feature request to our backlog.

I have made a pull request for this feature. It would be great for someone from AWS team to review.