Difference between revisions of "AWS CloudWatch Container Insights"

From wikieduonline
Jump to navigation Jump to search
Line 21: Line 21:
 
== Related terms ==
 
== Related terms ==
 
* [[AKS]]: [[CMK]]
 
* [[AKS]]: [[CMK]]
 +
* [[aws_ecs_cluster]]
  
 
== News ==
 
== News ==

Revision as of 16:07, 11 May 2023

wikipedia:Container Insights (Jul 2019) [1] is a service that collects data as performance log events using the embedded metric format.


For Amazon ECS, network metrics are available only for containers in bridge network mode. They are not available for containers in awsvpc network mode or host network mode.


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

  • https://aws.amazon.com/about-aws/whats-new/2019/07/introducing-container-insights-for-ecs-and-aws-fargate-in-preview/
  • Advertising: