libcloud icon indicating copy to clipboard operation
libcloud copied to clipboard

AWS requires Interface to be specified when using elasticIP

Open ghowett opened this issue 3 years ago • 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).

ghowett avatar Nov 21 '22 09:11 ghowett