mirror of
https://github.com/nickpoida/og-aws.git
synced 2025-02-15 03:11:57 +00:00
Fix target group map in ALB routing description
This commit is contained in:
parent
b87d69e7e0
commit
f956a1139c
1 changed files with 1 additions and 1 deletions
|
@ -1047,7 +1047,7 @@ ALB
|
|||
### ALB Tips
|
||||
|
||||
- Use ALBs to route to services that are hosted on shared clusters with dynamic port assignment (like ECS or Mesos).
|
||||
- ALBs support [HTTP host-based routing](http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#host-conditions) (send HTTP requests for “api.mydomain.com” -> {target-group-1}, “api.mydomain.com” -> {target group 2}) as well as [HTTP path-based routing](http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#path-conditions) (send HTTP requests for “/api/*” -> {target-group-1}, “/blog/*” -> {target group 2}).
|
||||
- ALBs support [HTTP host-based routing](http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#host-conditions) (send HTTP requests for “api.mydomain.com” -> {target-group-1}, “blog.mydomain.com” -> {target group 2}) as well as [HTTP path-based routing](http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#path-conditions) (send HTTP requests for “/api/*” -> {target-group-1}, “/blog/*” -> {target group 2}).
|
||||
|
||||
### ALB Gotchas and Limitations
|
||||
|
||||
|
|
Loading…
Reference in a new issue