# Inactive EKS Cluster

Canonical: https://www.pointfive.co/efficiency-hub/inefficiencies/inactive-eks-cluster

[Cloud Efficiency Hub](https://www.pointfive.co/efficiency-hub) 

# Inactive EKS Cluster

## Explanation

Clusters that no longer run active workloads but remain provisioned continue incurring hourly control plane costs and may also maintain associated infrastructure like node groups or VPC components. Inactive clusters often persist after environment decommissioning, project shutdowns, or migrations. Decommissioning unused clusters eliminates unnecessary operational costs and simplifies infrastructure management.

## Relevant Billing Model

EKS control planes are billed per cluster per hour, regardless of whether any workloads are actively running. In addition, any underlying compute resources (EC2 nodes or Fargate tasks) continue to accrue charges separately. Maintaining unused EKS clusters results in ongoing hourly billing even when no active workloads are present.

## Detection

- Identify EKS clusters with no active Deployments, StatefulSets, DaemonSets, CronJobs, or running pods over a representative time window

- Review node group activity and verify whether any EC2 instances or Fargate tasks are currently attached to the cluster

- Analyze cluster API server logs or CloudWatch metrics to confirm minimal API usage and cluster activity

- Check tagging, cluster creation metadata, and documentation to assess whether the cluster was associated with a deprecated project or environment

- Validate findings with infrastructure owners, DevOps teams, or platform engineering groups before decommissioning

## Remediation

Decommission EKS clusters confirmed to be inactive by deleting the cluster through the AWS Console, CLI, or API. Ensure that any dependent resources, such as node groups, VPCs, security groups, or service-linked roles, are also reviewed for cleanup. If a lightweight future usage model is anticipated, consider rearchitecting with AWS EKS Fargate profiles to avoid managing EC2 instances directly.

## Relevant Documentation

- [Amazon EKS Documentation](https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html/%22)

- [AWS EKS Fargate Overview](https://docs.aws.amazon.com/eks/latest/userguide/fargate.html/)

[Submit Feedback](https://hub.pointfive.co/inefficiencies/inactive-eks-cluster)

## At a glance

Reference

CER-0061

Cloud provider

AWS

Service

AWS EKS

Category

[Compute](https://www.pointfive.co/efficiency-hub/service-category/compute)

Inefficiency type

Unused Resource

---
Source: the public page above. Product screenshots and illustrative interfaces are examples, not live customer data.

