
Ultimate access to all questions.
The development team at an e-commerce company is looking to implement a serverless data storage solution using Docker containers. They plan to run this service on two Docker containers that need to share resources effectively.
Which of the following Amazon ECS (Elastic Container Service) configurations would be best suited to meet this operational requirement?
A
Put the two containers into a single task definition using a Fargate Launch Type
B
Put the two containers into two separate task definitions using an EC2 Launch Type
C
Put the two containers into a single task definition using an EC2 Launch Type
D
Put the two containers into two separate task definitions using a Fargate Launch Type