From c543aaf77986c575fb7b04eddf3b5ccc1f8fd7c7 Mon Sep 17 00:00:00 2001 From: Zhanghao Wu Date: Mon, 10 Oct 2022 17:10:49 -0700 Subject: [PATCH] add az to AWS --- sky/clouds/service_catalog/data_fetchers/fetch_aws.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/clouds/service_catalog/data_fetchers/fetch_aws.py b/sky/clouds/service_catalog/data_fetchers/fetch_aws.py index a68940083ac..2e674cce295 100644 --- a/sky/clouds/service_catalog/data_fetchers/fetch_aws.py +++ b/sky/clouds/service_catalog/data_fetchers/fetch_aws.py @@ -40,7 +40,7 @@ USEFUL_COLUMNS = [ 'InstanceType', 'AcceleratorName', 'AcceleratorCount', 'vCPUs', 'MemoryGiB', - 'GpuInfo', 'Price', 'SpotPrice', 'Region' + 'GpuInfo', 'Price', 'SpotPrice', 'Region', 'AvailabilityZone' ] # NOTE: the hard-coded us-east-1 URL is not a typo. AWS pricing endpoint is