From 26b012720fca700b0d2ad17d49bf47662301814c Mon Sep 17 00:00:00 2001 From: Matthew McClean Date: Fri, 21 Nov 2025 13:58:35 -0800 Subject: [PATCH] added support for AWS ap-southeast-4 region --- sky/catalog/data_fetchers/fetch_aws.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sky/catalog/data_fetchers/fetch_aws.py b/sky/catalog/data_fetchers/fetch_aws.py index 050021f35b8..483639e717e 100644 --- a/sky/catalog/data_fetchers/fetch_aws.py +++ b/sky/catalog/data_fetchers/fetch_aws.py @@ -60,6 +60,7 @@ 'ap-northeast-2', 'ap-southeast-1', 'ap-southeast-2', + 'ap-southeast-4', 'ap-northeast-1', ] US_REGIONS = ['us-east-1', 'us-east-2', 'us-west-1', 'us-west-2']