Ensure ECS only kills old tasks when new ones are ready

▼魔方 西西 提交于 2019-12-07 13:43:30

You can control the speed at which a deployment proceeds by setting the following parameters:

  • deploymentConfiguration (specifically, the minimumHealthyPercent in your case)
  • enabling health checks (with load balancer health checks if you are using a load balancer or with container health checks)
  • setting healthCheckGracePeriodSeconds (for load balancer health checks) or startPeriod (for container health checks) to account for the start up synchronization time.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!