What should the developer team do to meet these requirements?

Posted by: Pdfprep Category: DVA-C01 Tags: , ,

A development team wants to run their container workloads on Amazon ECS. Each application container needs to share data with another container to collect logs and metrics.

What should the developer team do to meet these requirements?
A . Create two pod specifications. Make one to include the application container and the other to include the other container. Link the two pods together.
B . Create two task definitions. Make one to include the application container and the other to include the other container. Mount a shared volume between the two tasks.
C . Create one task definition. Specify both containers in the definition. Mount a shared volume between those two containers.
D . Create a single pod specification. Include both containers in the specification. Mount a persistent volume to both containers.

Answer: A

Leave a Reply

Your email address will not be published.