mirror of
https://github.com/nickpoida/og-aws.git
synced 2025-03-09 15:40:06 +00:00
ALB gotchas about HTTP/2 (#272)
* ALB gotchas about HTTP/2 * Update README.md Rephrase as suggested
This commit is contained in:
parent
8c99bfe3b8
commit
6b83e0661a
1 changed files with 2 additions and 0 deletions
|
@ -941,6 +941,8 @@ 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 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue