While launching the tasks, I am getting the following error.
unable to place a task because no container instance met all of its requirements. The closest matching container-instance 4792b206-19a3-47e6-822b-70ef075cf3d2 is missing an attribute required by your task.
I have updated, my ecs. config file in /etc/ecs/ecs.config
ECS_CLUSTER=ecs
ECS_BACKEND_HOST=
ECS_AVAILABLE_LOGGING_DRIVERS=’[“splunk”,“awslogs”]’
sudo stop ecs
sudo start ecs
I am getting error message as below.
service ******* was unable to place a task because no container instance met all of its requirements. The closest matching container-instance******* is missing an attribute required by your task. For more information, see the Troubleshooting section.
Please let me know, what else we need to do to resolve this issue