vagrant-aws support for multiple network interfaces
AWS EC2 instances have support for two network interfaces but vagrant-aws assumes and only seems to support one.
I would like to request support for this feature to be able to use vagrant-aws when provisioning VMs with multiple network interfaces.
_W
I've encountered a somewhat-related problem: when my provisioner (ansible) creates and attaches a second ENI with a security group that doesn't allow ssh, subsequent vagrant commands (such as vagrant ssh) use that address and are unable to connect. I already use aws.ssh_host_attribute = :private_ip_address, but that isn't enough since both ENIs have private addresses.
When (if? :disappointed: ) this issue is addressed, hopefully issues such as mine would be addressed as well.