I have a given AWS fargate task definition. do_something
calls a downstream service that does not support more than 4 concurrent consumers. I must therefore find a way to limit the number of concurrent do_something
fargate tasks that run at the same time.
Is there a built-in way to do this? I wasn't able to find it in the documentation.