Answer: C
AWS EKS (Elastic Kubernetes Service): AWS EKS is a managed service that simplifies Kubernetes deployment on AWS by eliminating the need to install, operate, and/or maintain its own Kubernetes control plane.
Amazon Elastic Container Service: AWS ECS is a container management service that facilitates containers` management on the cluster, including running and stopping the containers. The container-based applications could be launched/stopped using simple API calls.
AWS Fargate: AWS Fargate is an “ECS and EKS compatible” serverless compute engine for containers.
Option A is INCORRECT. AWS Docker Manager is an invalid option.
Option B is INCORRECT.
Option C is CORRECT.
Option D is INCORRECT.
Reference:
https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html
https://aws.amazon.com/fargate/