Run ECS service task only once – Docker
I want to run ECS task only once. I have created a ECS service which continuously runs a task. Like if I check in the ec2 instance after first container gets executed it automatically starts another container. I don't want…