diff --git a/docs/ecs/ecs-monitoring-on-ec2.md b/docs/ecs/ecs-monitoring-on-ec2.md index 0d10266f..11e50a85 100644 --- a/docs/ecs/ecs-monitoring-on-ec2.md +++ b/docs/ecs/ecs-monitoring-on-ec2.md @@ -1,8 +1,7 @@ # Amazon ECS on EC2 cluster monitoring This example demonstrates how to monitor your Amazon Elastic Container Service on EC2 -(Amazon ECS) cluster with the Observability Accelerator's -[ECS monitoring module](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/main/modules/ecs-monitoring). +(Amazon ECS) cluster with the Observability Accelerator's ECS monitoring module The module collects Prometheus metrics from tasks running on ECS and sends it to Prometheus using AWS Distro for OpenTelemetry Collector (ADOT). You can either run the collector as a sidecar or deploy the collector as its own ECS service for entire cluster. diff --git a/docs/helpers/ecs-cluster-with-vpc.md b/docs/helpers/ecs-cluster-with-vpc.md index 96c8022e..a1d44f62 100644 --- a/docs/helpers/ecs-cluster-with-vpc.md +++ b/docs/helpers/ecs-cluster-with-vpc.md @@ -1,6 +1,5 @@ # Example Amazon ECS Cluster with VPC This example deploys an AWS ECS Cluster with VPC and also add the ECS Monitoring module -[ECS Cluster example](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/main/examples/ecs-cluster-with-vpc).vpc ## Prerequisites