A couple of weeks ago AWS released a blog post which claims that the ECS run-task API now supports overriding memory and cpu quotas, boto3 has been updated to accept and validate the new parameters, but they are ignored by the ECS backend. Does anyone know how to report this without paying for business support? I would rather not upgrade to pay for it to report a bug in an AWS service, as I've tried to do so in the past and AWS support simply let the ticket expire without a resolution.<p>https://aws.amazon.com/about-aws/whats-new/2017/06/amazon-ecs-runtask-and-starttask-apis-now-support-additional-override-parameters/<p>https://github.com/boto/boto3/issues/1184
does it work as you expect through the cli[0]?<p>[0]: <a href="http://docs.aws.amazon.com/cli/latest/reference/ecs/run-task.html" rel="nofollow">http://docs.aws.amazon.com/cli/latest/reference/ecs/run-task...</a><p>edit: actually i think they were talking about the cli, cause that's what they link to from the blog post. you're right though, they should be clearer.