vagrant-aws icon indicating copy to clipboard operation
vagrant-aws copied to clipboard

vagrant-aws support for multiple network interfaces

Open williamcaban opened this issue 10 years ago • 1 comments

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

williamcaban avatar May 28 '15 02:05 williamcaban

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.

mpictor avatar Jul 20 '17 18:07 mpictor