Skip to content

Commit a53d6f8

Browse files
authored
Update ECS Fargate docs to include reference to bug w/ running Agent in task mode and ability to connect to task containers (#45)
1 parent 5ff3194 commit a53d6f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/ecs_fargate/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@ The default Datadog site is `datadoghq.com`. To use a different site set the `DD
199199

200200
All of the input variables prefixed with `dd` are related to Datadog configuration. In order to further customize the Datadog agent configuration beyond the provided interface in this module, you can use the `dd_environment_variables` input argument to customize the Agent configuration. **Note** that `dd_environment_variables` overwrites any other environment variables with the same keys defined. For more information on Datadog configuration, reference [Amazon ECS on AWS Fargate](https://docs.datadoghq.com/integrations/ecs_fargate/?tab=webui) Datadog documentation.
201201

202+
### Miscellaneous
203+
204+
To support Process monitoring with the Datadog Agent, the Fargate task must run with `pid_mode` set to `task`. This configuration, however, results in a bug limiting `exec` access onto only one container in the task. For more information, see the [related github issue](https://github.com/aws/containers-roadmap/issues/2268). If you require exec access, you can explicitly set the `pid_mode` to `null`.
205+
202206
<!-- BEGIN_TF_DOCS -->
203207
## Requirements
204208

0 commit comments

Comments
 (0)