github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/avd_docs/aws/ecs/AVD-AWS-0034/CloudFormation.md (about) 1 2 Enable Container Insights 3 4 ```yaml--- 5 Resources: 6 GoodExample: 7 Type: 'AWS::ECS::Cluster' 8 Properties: 9 ClusterName: MyCluster 10 ClusterSettings: 11 - Name: containerInsights 12 Value: enabled 13 14 ``` 15 16