From: Michael Tremer Date: Mon, 2 Mar 2026 15:03:10 +0000 (+0000) Subject: importer: Add some more AWS regions X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;ds=inline;p=location%2Flibloc.git importer: Add some more AWS regions It does not seem to be very plausible that me-west-1 is in Israel, as there seems to be a separate region called il-central-1 already. This is just the best information I have right now. Signed-off-by: Michael Tremer --- diff --git a/src/scripts/location-importer.in b/src/scripts/location-importer.in index 1ff818c..fb4dead 100644 --- a/src/scripts/location-importer.in +++ b/src/scripts/location-importer.in @@ -2250,6 +2250,7 @@ class CLI(object): "ap-northeast-2" : "KR", "ap-northeast-3" : "JP", "ap-east-1" : "HK", + "ap-east-2" : "TW", "ap-south-1" : "IN", "ap-south-2" : "IN", "ap-southeast-1" : "SG", @@ -2277,12 +2278,14 @@ class CLI(object): # Middle East "me-central-1" : "AE", "me-south-1" : "BH", + "me-west-1" : "IL", # Tel Aviv, but not confirmed # Mexico "mx-central-1" : "MX", # South America "sa-east-1" : "BR", + "sa-west-1" : "CL", # Undocumented, likely located in Berlin rather than Frankfurt "eusc-de-east-1" : "DE",