Merge pull request #2917 from asherf/warns
Add new AWS Region: af-south-1
This commit is contained in:
commit
cd6dbe5b03
@ -1512,6 +1512,11 @@ class RegionsAndZonesBackend(object):
|
||||
regions.append(Region(region, "ec2.{}.amazonaws.com.cn".format(region)))
|
||||
|
||||
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": [
|
||||
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"),
|
||||
|
Loading…
Reference in New Issue
Block a user