|
|
|
|
|
by samstave
3985 days ago
|
|
The biggest issue that I had with ECS is that you need to initially create EC2 instances to put into your ECS cluster, using the AMI such that they have the ECS agent on them... BUT you have to prescale that cluster manually thereafter. In the task definition - it would be MUCH better if you could select the EC2 instance type you want, collect them in an ASG and have the task slicing scale the ASG accordingly. Right now - you have to manually determine the slice size for each container-to-EC2 and manually scale the ASG. Further, it was noted that ECS is actually NOT AZ aware and it will spread load over EC2 instances in the pool -- but it wont also balance the tasks across AZs.... So, its a fantastic version one... but these are some resiliency and scaling features that should have already been included. |
|