Question: What does the following AWS CLI `create-service` command for ECS do?

  1. changes the security groups of the running **rest-api** task
  2. creates a cluster called **production** and launches two containers into Fargate with the **rest-api** task definition
  3. launches two containers onto Fargate into the existing **production** cluster using the **rest-api** task definition
  4. creates a service definition for the **rest-api** task; put two containers on the production cluster when launched **ecs-cli** up command

Answer: The correct answer of the above question is Option C:launches two containers onto Fargate into the existing **production** cluster using the **rest-api** task definition