From 7742e91b1e9900b3c8b8700760d4408c5d822942 Mon Sep 17 00:00:00 2001 From: Thanos Baskous Date: Fri, 28 Oct 2016 18:22:29 -0700 Subject: [PATCH] Capitalization and pluralization in ALB gotcha --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ce453b..aaea9c1 100644 --- a/README.md +++ b/README.md @@ -942,7 +942,7 @@ ALB ### ALB Gotchas and Limitations - 🔸ALBs only support HTTP/2 over HTTPS (no plain-text HTTP/2). -- 🔸ALBs only support HTTP/2 to external clients and not to internal resources (Instance/Container). +- 🔸ALBs only support HTTP/2 to external clients and not to internal resources (instances/containers). - ALBs support HTTP routing but not port-based TCP routing. - ALBs do not (yet) support routing based on HTTP “Host” header or HTTP verb. - Instances in the ALB's target groups have to either have a single, fixed healthcheck port (“EC2 instance”-level healthcheck) or the healthcheck port for a target has to be the same as its application port (“Application instance”-level healthcheck) - you can't configure a per-target healthcheck port that is different than the application port.