Merge pull request #2917 from asherf/warns
Add new AWS Region: af-south-1
This commit is contained in:
commit
cd6dbe5b03
1 changed files with 5 additions and 0 deletions
|
|
@ -1512,6 +1512,11 @@ class RegionsAndZonesBackend(object):
|
||||||
regions.append(Region(region, "ec2.{}.amazonaws.com.cn".format(region)))
|
regions.append(Region(region, "ec2.{}.amazonaws.com.cn".format(region)))
|
||||||
|
|
||||||
zones = {
|
zones = {
|
||||||
|
"af-south-1": [
|
||||||
|
Zone(region_name="af-south-1", name="af-south-1a", zone_id="afs1-az1"),
|
||||||
|
Zone(region_name="af-south-1", name="af-south-1b", zone_id="afs1-az2"),
|
||||||
|
Zone(region_name="af-south-1", name="af-south-1c", zone_id="afs1-az3"),
|
||||||
|
],
|
||||||
"ap-south-1": [
|
"ap-south-1": [
|
||||||
Zone(region_name="ap-south-1", name="ap-south-1a", zone_id="aps1-az1"),
|
Zone(region_name="ap-south-1", name="ap-south-1a", zone_id="aps1-az1"),
|
||||||
Zone(region_name="ap-south-1", name="ap-south-1b", zone_id="aps1-az3"),
|
Zone(region_name="ap-south-1", name="ap-south-1b", zone_id="aps1-az3"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue