I am trying to diagnose an issue where I am hitting service limits on ECS. My question is, how do I diagnose a service limit issue to figure out exactly which service limit I need to increase?
The error that I ran into doesn't really provide any details on which limit I hit, just that it was ECS:
Rate exceeded (Service: AmazonECS; Status Code: 400; Error Code: ThrottlingException; Request ID: 48f19207-b486-44fb-8cec-3d5e694392e6; Proxy: null)
Another thing to note, is that this is ECS on Fargate so wondering if I am possibly exceeding a Fargate quota.
I've reviewed the ECS service quotas for my account and it doesn't seem like I should be hitting one.
Is there a way I can find out exactly which limit I hit?