Answer: B
For detailed information on AWS ECS Launch types, refer to documentation here.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html
For Option D, Docker is a container type, not a launch type. Amazon ECS uses Docker images in task definitions to launch containers on EC2 instances in your clusters.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/docker-basics.html