AWS CloudWatch Container Insights

From wikieduonline
Jump to navigation Jump to search

Operations

To enable service to all new ECS clusters

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

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

Enable Container Insights on an existing Amazon ECS cluster

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

Disable Container Insights on an existing Amazon ECS cluster

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

Related terms

News

See also

Advertising: