hubot-aws
hubot-aws copied to clipboard
Add commands to control ECS
Please provide necessary commands to support ECS related commands.
Thanks for sharing.
Thanks for the useful feedback.
I had no plan to support ECS related commands yet. But I understand the demand to support that now.
@yoheimuta I'll be working on adding these next =)
Great, thanks !
@cemo can you help me prioritize which commands are more important than others?
create-cluster describe-container-instances list-services start-task
create-service describe-services list-task-definition-families stop-task
delete-cluster describe-task-definition list-task-definitions submit-container-state-change
delete-service describe-tasks list-tasks submit-task-state-change
deregister-container-instance discover-poll-endpoint register-container-instance update-container-agent
deregister-task-definition list-clusters register-task-definition update-service
describe-clusters list-container-instances run-task wait
I would be happy with only the list-* commands as a start, was just getting our bot fleshed out ECS was my final missing piece.
In progress: https://github.com/toadkicker/hubot-aws/tree/issue_40
