awslabs / fargatecli

CLI for AWS Fargate
Apache License 2.0
893 stars 114 forks source link

Ability to scale a service's desired tasks after creation #58

Closed reginaldcampbell closed 6 years ago

reginaldcampbell commented 6 years ago

Please allow the cli to update the service to increase the desired task number after the service has been created. Right now, we can only set the desired task numbers upon creation for services.

reginaldcampbell commented 6 years ago

This was a matter of the asg scale-down policy overriding the fargate service scale command. Closing issue. Thanks!

chjones commented 6 years ago

Adding ecs_autoscale_min_instances = "2" to terraform.tfvars worked for me.