Fix docs mentions of ELBs to NLBs

* Typhoon AWS clusters use an NLB rather than an ELB,
since v1.10.5
* Add a few missing links in CHANGES
This commit is contained in:
Dalton Hubble
2018-08-21 21:25:22 -07:00
parent bbf2c13eef
commit ea365b551a
4 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@ resource "aws_route53_record" "apiserver" {
name = "${format("%s.%s.", var.cluster_name, var.dns_zone)}"
type = "A"
# AWS recommends their special "alias" records for ELBs
# AWS recommends their special "alias" records for NLBs
alias {
name = "${aws_lb.nlb.dns_name}"
zone_id = "${aws_lb.nlb.zone_id}"