StarCluster
StarCluster copied to clipboard
Specify availability zone for spot history request
Hello,
I'm having trouble to get spot instance pricing for a specific availability zone when querying spot instance prices using starcluster. I have the following lines in my .starcluster/config file:
AWS_REGION_NAME = us-east-1
AWS_REGION_HOST = ec2.us-east-1.amazonaws.com
AVAILABILITY_ZONE = us-east-1e
But, when listing the spot instance price using:
$ starcluster spothistory [instance name]
It only returns the the 'first' zone in the list, which means us-east-1b for the us-east-1 region.
Am I indicating which availability zone incorrectly?
Thanks! mike