No Module to support Elastic ip Addresses Feature

Hi,

The official documentation of ansible does not have a separate module to create and attach elastic IP addresses. But I found a thread on github issues of adding ‘ec2_eip’ module to core library to support elastic ip feature.(https://github.com/ansible/ansible/pull/3782).

So I would like to know, will it be included in future releases and as its not added in 1.3, how should I proceed to use it.

It’s a pull request that is likely to be included in 1.4

You can create a “./library” directory alongside your playbook, drop it in, and use it now.