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
Use this Terraform module to install Datadog Monitoring for AWS Elastic Container Service tasks.
5
+
Use this Terraform module to install Datadog monitoring for AWS Elastic Container Service tasks.
6
6
7
-
This Terraform module wraps the [aws_ecs_task_definition](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_task_definition) resource and automatically configures your task definition for Datadog Monitoring by:
7
+
This Terraform module wraps the [aws_ecs_task_definition](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_task_definition) resource and automatically configures your task definition for Datadog monitoring.
8
8
9
-
* Adding the Datadog Agent container
10
-
* Optionally, the Fluentbit log router
11
-
* Optionally, the Cloud Workload Security tracer
12
-
* Configuring application containers with necessary mounts and environment variables
13
-
* Enabling the collection of metrics, traces, and logs to Datadog
9
+
For more information on the ECS Fargate module, reference the [documentation](https://github.com/DataDog/terraform-ecs-datadog/blob/main/modules/ecs_fargate/README.md).
0 commit comments