ecs-cli compose service start
Starts one copy of each of the containers on the created Amazon ECS service. This
command
updates the desired count of the service to 1
.
Syntax
ecs-cli compose service start [--create-log-groups] [--force-deployment] [--help]
Options
Name |
Description |
---|---|
|
Specifies the timeout value, in minutes (decimals
supported), to wait for the running task count to change. If the running task count
has
not changed for the specified period of time, the Amazon ECS CLI times out and returns
an
error. Setting the timeout to Default value: Required: No |
|
Creates the CloudWatch log groups specified in your Compose files. Required: No |
|
Forces a new deployment of the service. Required: No |
|
Specifies the AWS Region to use. Defaults to the cluster configured using the configure command. Type: String Required: No |
|
Specifies the name of the Amazon ECS cluster configuration to use. Defaults to the cluster configuration set as the default. Type: String Required: No |
|
Specifies the name of the Amazon ECS profile configuration to use. Defaults to the profile configured using the configure profile command. Type: String Required: No |
|
Specifies the AWS profile to use. Enables you to use the AWS credentials from an existing
named profile in Type: String Required: No |
|
Specifies the Amazon ECS cluster name to use. Defaults to the cluster configured using the configure command. Type: String Required: No |
|
Shows the help text for the specified command. Required: No |