Update CHANGES.md with AWS ELB to NLB change

This commit is contained in:
Dalton Hubble 2018-02-22 21:36:35 -08:00
parent ceb5555222
commit 461fd46986
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Notable changes between versions.
#### AWS #### 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)) * 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. * 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 * Require terraform-provider-aws 1.7.0 or higher