StarCluster icon indicating copy to clipboard operation
StarCluster copied to clipboard

Specify availability zone for spot history request

Open mcianfrocco opened this issue 9 years ago • 0 comments

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

mcianfrocco avatar Oct 06 '15 21:10 mcianfrocco