According to aws doc, ECS Cluster CPU is calculated as follows. Cluster CPU utilization = (Total CPU units used by tasks in cluster) x 100 / (Total CPU units registered by container instances in cluster) [ https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-metrics.html ]
There are currently four container instances connected to one ECS Cluster. The Registered CPU for the container instance is 8192(8vCPU). At this time, is the CPU calculation formula correct? Cluster CPU utilization = Total CPU units used by tasks in four cotainer instances x 100 / 8192 x 4
please answer about my question.