ecs_tag

I wrote an ecs_tag module based on the ec2_tag code.
It only handles tagging ecs_clusters at the moment, since that is all I need.

The boto3 ecs client call tag_resources can tag services and tasks as well.

Questions:
First if I put in the effort to follow the process for creating test cases for a pull request, is there interest?
Two, should I write it requiring ARN’s only like the boto3 call? Or allow ARN, cluster, service, task, task_definition, or container parameters to allow the resource to be identified?

Are the crickets this groups manor of telling me there is no interest in this functionality?

You might want to try the aws working group
https://github.com/ansible/community/tree/master/group-aws, probably a
more focused audience to express interest on this.

The irc channel is most likely to get you a more immediate response.