From 461fd469862a0496031b967fcdf5e2e6baf0ef32 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Thu, 22 Feb 2018 21:36:35 -0800 Subject: [PATCH] Update CHANGES.md with AWS ELB to NLB change --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 590cec34..fc45c792 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,7 @@ Notable changes between versions. #### AWS +* Switch apiserver elastic load balancer to a network load balancer ([#136](https://github.com/poseidon/typhoon/pull/136)) * Switch Ingress elastic load balancer to a network load balancer ([#141](https://github.com/poseidon/typhoon/pull/141)) * AWS (NLBs)(https://aws.amazon.com/blogs/aws/new-network-load-balancer-effortless-scaling-to-millions-of-requests-per-second/) can handle millions of RPS with high throughput and low latency. * Require terraform-provider-aws 1.7.0 or higher