Scale an AWS ECS service
Scale an AWS ECS service with a new desiredCount.
Fork and customize
Integrations
Configuration
Input parameters
- Name: cluster
- Description: Name of the cluster
- Type: STRING
- Name: service
- Description: short name of the service
- Type: STRING
- Name: desired_count
- Description: New desiredCount for the service
- Type: INTEGER
- Name: min_count
- Description: Minimum desired task count allowed to be input
- Type: INTEGER
- Name: max_count
- Description: Maximum desired task count allowed to be input
- Type: INTEGER
- Name: delay
- Description: Delay (in seconds) between status checks
- Type: INTEGER
- Name: max_status_checks
- Description: Maximum number of scaling status checks to perform
- Type: INTEGER