Skip to content

ECO-ARC-ARCH-009 — Duplicate services performing the same work

  • Category: Architecture (ARC)
  • Family: Architecture (ARCH)
  • Layer: Architecture
  • Tier: 3
  • Severity: warning
  • Tags: duplication, complexity
  • Legacy ID: ECO-ARCH-009

Summary

Duplicate services increase operational load and waste compute.

Rationale

Duplication multiplies deploy, run, monitor, and patch overhead.

Impact

{
  "confidence": 0.6,
  "notes": "Often found during audits.",
  "type": "cost"
}

Detection

{
  "languages": [
    "org",
    "infra"
  ],
  "method": "hybrid"
}

Remediation

{
  "guidance": "Consolidate responsibilities; retire redundant services.",
  "tradeoffs": "Migration effort."
}

Ontology

{
  "system_layers": [
    "architecture"
  ]
}