AWS ECS supports wide range of functionalities such as managing clusters, services and tasks. For this week’s NodeCloud implementation, I added APIs for AWS ECS, for following set of functionalities, Create cluster Create service Delete cluster Delete service Describe clusters Describe container instances Describe services Along with the implementation, I…