147b16243d
Newer EC2 instances are both cheaper and have generally better performance. The dnsmasq configuration had a hard-coded interface name, so in order to accomodate instances with more recent networking that result in so-called predictable interface names, the dnsmasq configuration needs to be replaced at runtime with userdata to select the default interface. |
||
---|---|---|
.. | ||
README.md | ||
ubuntu-bionic.sh | ||
windows-2016.ps1 |
README.md
userdata
These scripts are copied up to instances via Terraform provisioning and
executed once on first boot by
cloud-init
. Userdata scripts
should contain configuration specific to an instance but not configuration
specific to a given deployment of Nomad.