I'm new to AWS ECS tools suite. I'm trying to create a service that runs a task (having a docker image) on an EC2 instance inside the ECS cluster.
The service gets created, however, the task fails with the below error:
STOPPED (CannotCreateContainerError: Error response from da)
Not able to figure out the cause of this error, any pointers would be appreciated. Thanks