https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_StopTask.html
Unlike the real endpoint which allows for some shutdown time to respond
to SIGTERM, this immediately switches the lastStatus to STOPPED.
The real ECS eventaully garbage collects stopped tasks so they'll no
longer appear in things like ListTasks; our stubbed ECS does not.