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.
aws ecs update-cluster-settings --cluster myCICluster --settings name=containerInsights,value=enabled
But didn't saw any optin using GUI / AWS console.
Here is how it can be done at present AWS doesn't provide GUI controls for this.