Difference between revisions of "Desired count argument in aws ecs service resource"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
<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. | <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 | ||
== Related == | == Related == |
Revision as of 18:41, 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.
Related
See also
- 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: