Skip to content

Commit 96dd48b

Browse files
fix 324
either the options are wrongly selected or there was a typo in the question. With ECS X-Ray daemon should run in a dedicated container. if the typo is in the question, maybe the fix should be different. anyway, where is the note
1 parent 06cb2af commit 96dd48b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3529,12 +3529,12 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
35293529

35303530
### A Developer wants to enable AWS X-Ray for a secure application that runs in an Amazon ECS environment. What combination of steps will enable X-Ray? (Select THREE)
35313531

3532-
- [ ] Create a Docker image that runs the X-Ray daemon.
3532+
- [x] Create a Docker image that runs the X-Ray daemon.
35333533
- [x] Add instrumentation to the application code for X-Ray.
3534-
- [x] Install the X-Ray daemon on the underlying EC2 instance.
3535-
- [x] Configure and use an IAM EC2 instance role.
3534+
- [ ] Install the X-Ray daemon on the underlying EC2 instance.
3535+
- [ ] Configure and use an IAM EC2 instance role.
35363536
- [ ] Register the application with X-Ray.
3537-
- [ ] Configure and use an IAM role for tasks.
3537+
- [x] Configure and use an IAM role for tasks.
35383538

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

0 commit comments

Comments
 (0)