docs/aws: Add a note about ECS Service LB limitation

This commit is contained in:
Radek Simko 2016-03-13 15:21:57 +00:00
parent 189e9b5ceb
commit 693b5de932
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ The following arguments are supported:
* `deployment_minimum_healthy_percent` - (Optional) The lower limit (as a percentage of the service's desiredCount) of the number of running tasks that must remain running and healthy in a service during a deployment.
* `load_balancer` - (Optional) A load balancer block. Load balancers documented below.
-> **Note:** As a result of AWS limitation a single `load_balancer` can be attached to the ECS service at most. See [related docs](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-load-balancing.html#load-balancing-concepts).
Load balancers support the following:
* `elb_name` - (Required) The name of the load balancer.