Difference between revisions of "Aws ecs put-account-setting"
Jump to navigation
Jump to search
↑ https://aws.amazon.com/about-aws/whats-new/2019/07/introducing-container-insights-for-ecs-and-aws-fargate-in-preview/
Line 4: | Line 4: | ||
[[AWS CloudWatch Container Insights]] ([[AWS timeline|Jul 2019]]) <ref>https://aws.amazon.com/about-aws/whats-new/2019/07/introducing-container-insights-for-ecs-and-aws-fargate-in-preview/</ref> | [[AWS CloudWatch Container Insights]] ([[AWS timeline|Jul 2019]]) <ref>https://aws.amazon.com/about-aws/whats-new/2019/07/introducing-container-insights-for-ecs-and-aws-fargate-in-preview/</ref> | ||
* <code>[[aws ecs]] put-account-setting --name "[[containerInsights]]" --value "enabled"</code> | * <code>[[aws ecs]] put-account-setting --name "[[containerInsights]]" --value "enabled"</code> | ||
+ | |||
+ | Activate for one cluster: | ||
+ | * <code>[[aws ecs update-cluster-settings]] --cluster myCICluster --settings name=containerInsights,value=enabled]]</code> | ||
== See also == | == See also == |
Revision as of 07:12, 5 April 2022
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ecs/put-account-setting.html
AWS CloudWatch Container Insights (Jul 2019) [1]
aws ecs put-account-setting --name "containerInsights" --value "enabled"
Activate for one cluster:
aws ecs update-cluster-settings --cluster myCICluster --settings name=containerInsights,value=enabled]]
See also
- AWS ECS:
aws ecs [ create-cluster | create-service | update-service | list-clusters | list-services | describe-cluster | describe-services | describe-tasks | put-account-setting | execute-command | run-task ]
Advertising: