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/
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ecs/put-account-setting.html | https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ecs/put-account-setting.html | ||
+ | [[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> | ||
− | + | Activate for one cluster: | |
+ | * <code>[[aws ecs update-cluster-settings]] --cluster myCICluster --settings name=containerInsights,value=enabled</code> | ||
== See also == | == See also == |
Latest 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[edit]
- 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: