Dalton Hubble
2018-03-10 22:50:29 -08:00
parent 9fb1e1a0e2
commit 35f3b1b28c
4 changed files with 8 additions and 1 deletions

View File

@ -5,6 +5,8 @@ resource "aws_lb" "ingress" {
internal = false
subnets = ["${var.subnet_ids}"]
enable_cross_zone_load_balancing = true
}
# Forward HTTP traffic to workers