mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
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.
11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
region = "us-east-1"
|
|
instance_type = "t3.medium"
|
|
server_count = "3"
|
|
client_count = "2"
|
|
windows_client_count = "0"
|
|
profile = "dev-cluster"
|
|
|
|
# Example overrides:
|
|
# nomad_local_binary = "../../pkg/linux_amd/nomad"
|
|
# nomad_local_binary_client_windows = ["../../pkg/windows_amd64/nomad.exe"]
|