AWS CloudWatch Container Insights

From wikieduonline
Jump to navigation Jump to search

Operations[edit]

To enable service to all new ECS clusters[edit]

Set account-level permission to enable Container Insights for any new Amazon ECS clusters[edit]

  • aws ecs put-account-setting --name "containerInsights" --value "enabled"

Enable Container Insights on an existing Amazon ECS cluster[edit]

  • aws ecs update-cluster-settings --cluster myCICluster --settings name=containerInsights,value=enabled

Disable Container Insights on an existing Amazon ECS cluster[edit]

  • aws ecs update-cluster-settings --cluster myCICluster --settings name=containerInsights,value=disabled

Related terms[edit]

News[edit]

See also[edit]

Advertising: