Deployment configuration for ECS Fargate Service

0

We have build a tier-1 service and we want to ensure 100% availability during the deployment. Our Service needs 15 tasks to serve 850 tps traffic. We are looking for deployment configuration

(1) Desired count is 15 as of now

To ensure the service is always available I had set minimumHealthyPercent to 100%, but during deployment I had seen there is spike in the unhealthy hosts.

(2) what should be the minimumHealthyPercent ?

(3) what should be maximumPercent ?

(4) Should we modify the health check associated with target group ?

已提问 1 年前388 查看次数
1 回答
2

Set minimum to 100% and maximum at 200%, then ECS will scale up 15 new task, once they are ready they will replace the 15 old. No need to modify any health checks

已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则