Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Additional Network Interfaces Support #358

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

peterbeams
Copy link

EC2 instances have multiple network interfaces attached to them allowing them to be multihomed in more than one subnet in a VPC.

I've added the additional_network_interfaces config option, which takes an array of the additional adapters to create and attach after the machine has booted. This has to be done after boot because at the moment if you specify more than 1 network adapter when creating the machine you cannot get a public IP. Attaching the adapters after lets the machine boot with the public IP, then addtional adapters are created and attached to mulithome the machine.

Readme.md updated with the config samples.

@refinedcranberry
Copy link

will this ever be merged?!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants