Skip to content

Commit 844dc90

Browse files
authored
Correct question #123 from A to C
1 parent e9dc2ad commit 844dc90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,9 +1660,9 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
16601660

16611661
### 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?
16621662

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.
16641664
- [ ] 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.
16661666
- [ ] Create a single pod specification. Include both containers in the specification. Mount a persistent volume to both containers.
16671667

16681668
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)