You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1660,9 +1660,9 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
1660
1660
1661
1661
### 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?
1662
1662
1663
-
-[x] Create two pod specifications. Make one to include the application container and the other to include the other container. Link the two pods together.
1663
+
-[] Create two pod specifications. Make one to include the application container and the other to include the other container. Link the two pods together.
1664
1664
-[ ] 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.
1665
-
-[] Create one task definition. Specify both containers in the definition. Mount a shared volume between those two containers.
1665
+
-[x] Create one task definition. Specify both containers in the definition. Mount a shared volume between those two containers.
1666
1666
-[ ] Create a single pod specification. Include both containers in the specification. Mount a persistent volume to both containers.
0 commit comments