apache/libcloud

AWS requires Interface to be specified when using elasticIP

ghowett opened this issue · 0 comments

Feature Request

When setting an elastic IP for an AWS instance that is using multiple interfaces you must specify the interface you wish to use with the elasticIP.

Currently the method does not allow you to specify the interface: ex_associate_address_with_node(node, elastic_ip).

I propose adding an optional parameter to this function that would allow you to define the interface.

Such as: ex_associate_address_with_node(node, elastic_ip, interface).