Difference between revisions of "Desired count argument in aws ecs service resource"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  [[desired_count]] argument in [[aws_ecs_service]] resource
+
  [[desired_count]] argument in [[aws_ecs_service]] Terraform resource
  
  
 +
<code>desired_count</code> - (Optional) Number of instances of the task definition to place and keep running. Defaults to 0. Do not specify if using the DAEMON scheduling strategy.
 +
 +
 +
* https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service_definition_parameters.html#sd-desiredcount
 +
 +
 +
This parameter is required if the [[REPLICA]] scheduling strategy is used. If the service uses the [[DAEMON]] scheduling strategy, this parameter is optional.
 +
 +
== Related ==
 
* [[Healthcheck]]
 
* [[Healthcheck]]
  

Latest revision as of 19:27, 10 July 2023

desired_count argument in aws_ecs_service Terraform resource


desired_count - (Optional) Number of instances of the task definition to place and keep running. Defaults to 0. Do not specify if using the DAEMON scheduling strategy.



This parameter is required if the REPLICA scheduling strategy is used. If the service uses the DAEMON scheduling strategy, this parameter is optional.

Related[edit]

See also[edit]

Advertising: