I am playing around with the usage of Fargate for one of the applications within the rack and I was attempting to scale up the number of tasks for a given service and it doesn’t appear to like the --count params. It accepts my --cpu and --memory params fine. Maybe I need to set it differently but I am looking for a way to use Fargate and have more than 1 instance of the service running.
Using ec2 type works to set the count not sure if I am doing something that is not possible. I am not too familiar with Fargate.
Thanks,