Commit ff122c85 by Nadeem Shahzad Committed by GitHub

Merge pull request #4067 from edx/nadeem/Upgrade-ec2_ami

Use ansible core module ec2_ami
parents e8f17d8b 7f758722
......@@ -57,7 +57,7 @@
register: instance_tags
- name: Create AMI
ec2_ami_2_0_0_1:
ec2_ami:
instance_id: "{{ instance_id }}"
name: "{{ edx_environment }} -- {{ deployment }} -- {{ play }} -- {{ extra_name_identifier }} -- {{ app_version[:7] }}"
region: "{{ ec2_region }}"
......
......@@ -2,7 +2,7 @@ ansible==2.2.0.0
PyYAML==3.12
Jinja2==2.8
MarkupSafe==0.23
boto==2.33.0
boto==2.48.0
ecdsa==0.11
paramiko==2.0.2
pycrypto==2.6.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment