Search code examples
containersamazon-ecsaws-fargateaws-cloudwatch-log-insights

How to enable container insights on already created ECS Fargate using AWS Console / GUI


How to enable container insights on already created ECS Fargate? I am running multiple ECS clusters for which container insight was not enabled while creating those. Now I have enabled that option in Account Settings. But it is for only the new cluster which I will create after enabling it. But how do I enable it on my existing cluster. Note I am running ECS Fargate and not ec2 instances.

Any help or documents is appreciated.

Note: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/deploy-container-insights-ECS-cluster.html

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

But didn't saw any optin using GUI / AWS console.


Solution

  • Here is how it can be done at present AWS doesn't provide GUI controls for this.

    https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/deploy-container-insights-ECS-cluster.html