Skip to content

EC2 Instance Selector v2.0.0

Compare
Choose a tag to compare
@bwagner5 bwagner5 released this 30 Jul 12:58
1c00141

New Features 馃帄 馃コ

  • You can now specify --memory and --gpu-memory-total as a byte quantity such as "4gb", "12tb", or "612mb". If you just specify an integer with no unit, ec2-instance-selector will default to use GiB. NOTE: the previous versions would always use MiB, so this is a breaking change. (#36)

Removals

  • The singular --availability-zone flag has been removed. This flag was previously deprecated in favor of the plural --availability-zones flag which will do an intersection of instance types available in all of the availability zones given. (#42)

Tests

  • New e2e tests have been added! (#41)

Other: