Ongoing service disruptions
For the most recent update on ongoing service disruptions affecting the AWS Middle East (UAE) Region (ME-CENTRAL-1), refer to the AWS Health Dashboard. For information on AWS Service migration, see How do I migrate my services to another region?
我想监控在 AWS Fargate 上运行的 Amazon Elastic Container Service (Amazon ECS) 任务的高内存利用率。
完成以下步骤:
**注意:**当 Amazon ECS 服务使用 Fargate 启动类型时,CloudWatch 会自动开启内存和 CPU 利用率指标。
要查看 CloudWatch 指标,请参阅查看可用指标。
要监控 Fargate 任务中每个容器的内存利用率,请使用 CloudWatch Container Insights。
stats avg(MemoryUtilized) by bin (30m) as period, TaskDefinitionFamily, TaskDefinitionRevision | filter Type = "Task" | sort period desc, TaskDefinitionFamily | limit 10
适用于 Amazon ECS 的 AWS Fargate
适用于 Amazon ECS 的 Amazon CloudWatch Container Insights 简介
How Amazon ECS manages CPU and memory resources(Amazon ECS 如何管理 CPU 和内存资源)
如何配置 CloudWatch Container Insights 来监控我的 Amazon ECS 任务和容器实例?