I'm trying to assign an EIP to an ec2 instance using the guide for the aws_eip module. However for some reason the aws_eip module has some issue with device_id
. I am using ansible 1.9.4:
TASK: [associate an elastic IP with an instance] ******************************
failed: [localhost] => {"failed": true}
msg: unsupported parameter for module: device_id
FATAL: all hosts have already failed -- aborting
I assume it wants me to use something other than device_id. What should I use?