From 7f043c6518630bbce1e72244cbcd2dde91406319 Mon Sep 17 00:00:00 2001 From: "Hsing-Yu (David) Chen" Date: Tue, 18 Apr 2023 16:07:34 -0700 Subject: [PATCH] fix typo in content/monitoring/container_insights/_index.md Signed-off-by: Hsing-Yu (David) Chen --- content/monitoring/container_insights/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/monitoring/container_insights/_index.md b/content/monitoring/container_insights/_index.md index e658ef8..bba1996 100644 --- a/content/monitoring/container_insights/_index.md +++ b/content/monitoring/container_insights/_index.md @@ -11,9 +11,9 @@ pre: ' ' ### Introduction -In this chapter we will learn about setting up Monitoring for the your ECS environment through Amazon CloudWatch Container Insights. +In this chapter we will learn about setting up Monitoring for your ECS environment through Amazon CloudWatch Container Insights. -You can use [CloudWatch Container Insights to collect](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html), aggregate, and summarize metrics and logs from your containerized applications and microservices. Container Insights is available for Amazon Elastic Container Service, Amazon Elastic Kubernetes Service, and Kubernetes platforms on Amazon EC2. The metrics include utilization for resources such as CPU, memory, disk, and network. Container Insights also provides diagnostic information, such as container restart failures, to help you isolate issues and resolve them quickly. +You can use [CloudWatch Container Insights](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html) to collect, aggregate, and summarize metrics and logs from your containerized applications and microservices. Container Insights is available for Amazon Elastic Container Service, Amazon Elastic Kubernetes Service, and Kubernetes platforms on Amazon EC2. The metrics include utilization for resources such as CPU, memory, disk, and network. Container Insights also provides diagnostic information, such as container restart failures, to help you isolate issues and resolve them quickly. {{% notice tip%}} To learn all about our Observability features using Amazon CloudWatch and AWS X-Ray, take a look at our [One Observability Workshop](https://catalog.workshops.aws/observability/en-US)