mitchellh / vagrant-aws

Use Vagrant to manage your EC2 and VPC instances.
MIT License
2.61k stars 572 forks source link

Multiple Network Interfaces #287

Open VMTrooper opened 10 years ago

VMTrooper commented 10 years ago

Hello Everyone,

Is it possible to assign multiple network interfaces, NOT multiple IPs, to AWS instances via Vagrant? I tried using aws.elastic_ip=true hoping that an additional NIC would get assigned, but that was an incorrect expectation.

I need to create two interfaces per instance for the environment that I'm building, and it would be great if anyone can advise how this may be possible via Vagrant.

Thanks, Trevor

williamcaban commented 9 years ago

I need two interface per instance as well. Did you find if is possible to create two interfaces with Vagrant AWS?