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.
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