aws/amazon-ec2-instance-selector

sort by price

matti opened this issue · 1 comments

matti commented

usacase

ec2-instance-selector --region=eu-north-1 \
                --vcpus-max=2 \
                --memory-max=2 \
                --cpu-architecture x86_64 \
                --gpus 0 \
                --root-device-type ebs

returns 3 instances - which one is the cheapest?

@matti Instance type sorting has now been implemented for multiple instance fields (including spot and on demand price)! Checkout the readme for an example of its use: CLI Examples