desired count argument in aws ecs service resource
Revision as of 19:27, 10 July 2023 by Welcome (talk | contribs) (Welcome moved page Desired count argument to Desired count argument in aws ecs service resource)
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]
- Terraform resource:
aws_ecs_service: launch_type (EC2, FARGATE), iam_role, depends_on, load_balancer, desired_count, placement_constraints, deployment_minimum_healthy_percent, iam role
Advertising: