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 簡介
Amazon ECS 如何管理 CPU 和記憶體資源
如何設定 CloudWatch Container Insights 以監控我的 Amazon ECS 任務和容器執行個體?