summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/ec2.py
diff options
context:
space:
mode:
authorDing Deng <d@0x44.org>2014-11-08 23:30:26 +0800
committerDing Deng <d@0x44.org>2014-11-08 23:30:26 +0800
commitb63ca685df9a3bd19a48051f0f9d9c59ce8cdb54 (patch)
tree9cb9cb44d3ae5670634d393483c4300aa5d5d698 /lib/ansible/module_utils/ec2.py
parent24bebd85b4f281c7bb4b9da22fc0600065724e4d (diff)
downloadansible-b63ca685df9a3bd19a48051f0f9d9c59ce8cdb54.tar.gz
Support new AWS regions: cn-north-1, eu-central-1.
Diffstat (limited to 'lib/ansible/module_utils/ec2.py')
-rw-r--r--lib/ansible/module_utils/ec2.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ansible/module_utils/ec2.py b/lib/ansible/module_utils/ec2.py
index b4558ef0a4..417e1b9521 100644
--- a/lib/ansible/module_utils/ec2.py
+++ b/lib/ansible/module_utils/ec2.py
@@ -36,6 +36,8 @@ AWS_REGIONS = [
'ap-northeast-1',
'ap-southeast-1',
'ap-southeast-2',
+ 'cn-north-1',
+ 'eu-central-1',
'eu-west-1',
'sa-east-1',
'us-east-1',