This adds support for Azure VM instances by adding an --instance-provider flag. When not set, the default provider is AWS.
Note that like the current list of EC2 instances (resources/meta_dx.json), only a subset of Azure VM instance types are included for testing.
The Azure VM pricing table should be checked since I'm not sure what actual instance types DNAnexus uses. I just chose the closest ones from Azure's pricing page.
This adds support for Azure VM instances by adding an
--instance-provider
flag. When not set, the default provider is AWS.Note that like the current list of EC2 instances (
resources/meta_dx.json
), only a subset of Azure VM instance types are included for testing.The Azure VM pricing table should be checked since I'm not sure what actual instance types DNAnexus uses. I just chose the closest ones from Azure's pricing page.