add ap-southeast-3 zone (#4688)

This commit is contained in:
Matt Ossman 2021-12-14 05:34:35 -05:00 committed by GitHub
parent 6ae7c54607
commit cf2461a14e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 0 deletions

View File

@ -1940,6 +1940,7 @@ class RegionsAndZonesBackend(object):
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
"ca-central-1",
"eu-central-1",
"eu-north-1",
@ -2110,6 +2111,23 @@ class RegionsAndZonesBackend(object):
zone_id="apse2-az2",
),
],
"ap-southeast-3": [
Zone(
region_name="ap-southeast-3",
name="ap-southeast-3a",
zone_id="apse3-az1",
),
Zone(
region_name="ap-southeast-3",
name="ap-southeast-3b",
zone_id="apse3-az2",
),
Zone(
region_name="ap-southeast-3",
name="ap-southeast-3c",
zone_id="apse3-az3",
),
],
"eu-central-1": [
Zone(region_name="eu-central-1", name="eu-central-1a", zone_id="euc1-az2"),
Zone(region_name="eu-central-1", name="eu-central-1b", zone_id="euc1-az3"),

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -225,6 +225,11 @@ template = {
"32": EXAMPLE_AMI_ID,
"64": EXAMPLE_AMI_ID2,
},
"ap-southeast-3": {
"64HVM": "NOT_YET_SUPPORTED",
"32": EXAMPLE_AMI_ID,
"64": EXAMPLE_AMI_ID2,
},
"us-west-2": {
"64HVM": "NOT_YET_SUPPORTED",
"32": EXAMPLE_AMI_ID,

View File

@ -265,6 +265,7 @@ template = {
"RegionMap": {
"ap-southeast-1": {"AMI": EXAMPLE_AMI_ID},
"ap-southeast-2": {"AMI": EXAMPLE_AMI_ID},
"ap-southeast-3": {"AMI": EXAMPLE_AMI_ID},
"us-west-2": {"AMI": EXAMPLE_AMI_ID},
"us-east-1": {"AMI": EXAMPLE_AMI_ID},
"ap-northeast-1": {"AMI": EXAMPLE_AMI_ID},