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