by shigemk2

当面は技術的なことしか書かない

HealthCheckGracePeriodSeconds

HealthCheckGracePeriodSeconds

The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started. This is only used when your service is configured to use a load balancer. If your service has a load balancer defined and you don't specify a health check grace period value, the default value of 0 is used.

サービスがタスクを起動してからALB/ELBのヘルスチェックをしない秒数。デフォルトは0。PHPのアプリケーションだったらデフォルト0秒でもいいけど、例えばGoとかJVM系とか起動に多少時間のかかるアプリケーションは60秒くらいでいいかも。

docs.aws.amazon.com