open-nomad/e2e/terraform/userdata
Tim Gross 147b16243d
e2e: use more recent instance type (#8954)
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.
2020-09-23 14:27:52 -04:00
..
README.md E2E AMI cleanup (#8697) 2020-08-20 10:09:31 -04:00
ubuntu-bionic.sh e2e: use more recent instance type (#8954) 2020-09-23 14:27:52 -04:00
windows-2016.ps1 e2e: documentation and minor tweaks to configs (#8912) 2020-09-17 09:20:18 -04:00

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.