Skip to content

Commit 1b3f8f3

Browse files
committed
added container insight links
1 parent 87996d6 commit 1b3f8f3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

sqs-ecs-autoscaling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Important: this application uses various AWS services and there are costs associ
6262
6363
![auto-scaling](./images/auto-scaling.png)
6464
65-
2. Observe the CloudWatch logs of the application and the metrics of your cluster using CloudWatch Container Insights. Use the following command to turn on Container Insights with enhanced observability.
65+
2. Observe the CloudWatch logs of the application and the metrics of your cluster using [CloudWatch Container Insights](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContainerInsights.html). Use the following command to turn on Container Insights with enhanced observability.
6666
6767
Set the containerInsights account setting to enhanced
6868
```

sqs-ecs-autoscaling/example-pattern.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
{
3131
"text": "Target tracking scaling policies for Application Auto Scaling",
3232
"link": "https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html"
33+
},
34+
{
35+
"text": "Container Insights with enhanced observability now available in Amazon ECS",
36+
"link": "https://aws.amazon.com/blogs/aws/container-insights-with-enhanced-observability-now-available-in-amazon-ecs/"
3337
}
3438
]
3539
},

0 commit comments

Comments
 (0)