Scale count equivalent for Fargate

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,

I was able to set the count of Fargate service, is my initial issue because I tried to set the cpu, memory and count at the same time?