cloudyr/aws.ec2

disassociate_ip not implemented correctly?

Closed this issue · 2 comments

It seems that the above API requires an AllocationIP based on the DisassociateAddress API doc request instead of allocation id. See this tentative PR for the changes I have made since to correct this.

PS: Ignore the changes to allocate_ip in that PR. they are related to the other issue I opened today

This works as currently implemented. I think the API docs are incorrect; I've submitted a suggested correction to them.