Skip to content

Commit

Permalink
add az to AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Oct 11, 2022
1 parent 068d2e8 commit c543aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/clouds/service_catalog/data_fetchers/fetch_aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c543aaf

Please sign in to comment.