From bee27dd32afbe4d8c92ff42f5b8458ecb34e85c8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 2 Oct 2024 18:33:24 +0000 Subject: [PATCH] importer: Update a few AWS locations Signed-off-by: Michael Tremer --- src/scripts/location-importer.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/scripts/location-importer.in b/src/scripts/location-importer.in index 33613b7..3e651b4 100644 --- a/src/scripts/location-importer.in +++ b/src/scripts/location-importer.in @@ -2238,9 +2238,10 @@ class CLI(object): "ap-southeast-1" : "SG", "ap-southeast-2" : "AU", "ap-southeast-3" : "MY", - "ap-southeast-4" : "AU", - "ap-southeast-5" : "NZ", # Auckland, NZ + "ap-southeast-4" : "AU", # Melbourne + "ap-southeast-5" : "MY", # Malaysia "ap-southeast-6" : "AP", # XXX: Precise location not documented anywhere + "ap-southeast-7" : "AP", # XXX: Precise location unknown # Canada "ca-central-1" : "CA", @@ -2260,6 +2261,9 @@ class CLI(object): "me-central-1" : "AE", "me-south-1" : "BH", + # Mexico + "mx-central-1" : "MX", + # South America "sa-east-1" : "BR", -- 2.47.3