Skip to main content

Configure ECS Cluster Underutilization Check

  1. Configure ECS Cluster Underutilization Check
  2. Use Case for ECS Cluster Underutilization Check
  3. Triage Guides by Violation Type
    1. Triage ECS Cluster Underutilization Check CPU_UNDERUTILIZATION
    2. Triage ECS Cluster Underutilization Check MEMORY_UNDERUTILIZATION

How do I enable this policy?

Signature:
Type: Pyrae::Policy::PolicyDocument::Signatory
Properties:
SignatureTeamUrn: { "PyRef": "PyraeTeam" }
PolicyUrn: "urn:pyrae:policy:us-west-2:sAutx4ZxiqTJUzJdvky2km:policy/EcsClusterUnderutilizationCheck"

What permissions does this policy require in my AWS account?

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ecs:DescribeClusters",
"ecs:ListServices",
"cloudwatch:GetMetricData"
],
"Resource": "*"
}
]
}

What resources match this policy?

Type: Pyrae::Observer::MatchingRule
Properties:
MatchAccountType: aws
MatchUrnService: ecs
MatchUrnResourceType: cluster