diff --git a/sky/clouds/service_catalog/data_fetchers/fetch_lambda_cloud.py b/sky/clouds/service_catalog/data_fetchers/fetch_lambda_cloud.py index 152095cc15d..e4bb6e8547a 100644 --- a/sky/clouds/service_catalog/data_fetchers/fetch_lambda_cloud.py +++ b/sky/clouds/service_catalog/data_fetchers/fetch_lambda_cloud.py @@ -20,7 +20,6 @@ # List of all possible regions. REGIONS = [ - 'australia-southeast-1', 'europe-central-1', 'asia-south-1', 'me-west-1', @@ -28,9 +27,12 @@ 'asia-northeast-1', 'asia-northeast-2', 'us-east-1', + 'us-east-2', 'us-west-2', 'us-west-1', 'us-south-1', + 'us-south-2', + 'us-south-3', 'us-west-3', 'us-midwest-1', ]