Skip to content

Commit 9b41ec5

Browse files
Merge pull request #46 from goncalodasilva/patch-3
fix 324
2 parents a4ddeb9 + 96dd48b commit 9b41ec5

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)