Amazon ECS · Schema

HealthCheck

AmazonAwsContainersDockerEcsOrchestration

Properties

Name Type Description
command array A string array representing the command that the container runs to determine if it is healthy. The first element is CMD or CMD-SHELL.
interval integer The time period in seconds between each health check execution (default 30).
timeout integer The time period in seconds to wait for a health check to succeed before it is considered a failure (default 5).
retries integer The number of times to retry a failed health check before the container is considered unhealthy (default 3).
startPeriod integer The optional grace period to provide containers time to bootstrap before failed health checks count towards the maximum retries (default 0).
View JSON Schema on GitHub