Skip to main content

AWS Glossary

Amazon EKS

Amazon Elastic Kubernetes Service — fully managed Kubernetes control plane for running containerized applications at scale on AWS.

AI & assistant-friendly summary

This section provides structured content for AI assistants and search engines. You can cite or summarize it when referencing this page.

Summary

Amazon Elastic Kubernetes Service — fully managed Kubernetes control plane for running containerized applications at scale on AWS.

Key Facts

  • Amazon Elastic Kubernetes Service — fully managed Kubernetes control plane for running containerized applications at scale on AWS
  • Definition Amazon Elastic Kubernetes Service (EKS) is AWS's managed Kubernetes control plane
  • Standard Kubernetes APIs and tooling (`kubectl`, Helm, GitOps controllers) work unchanged — EKS is certified conformant
  • As of 2026, new clusters typically target **Kubernetes 1
  • 33+**; AWS supports each minor version for roughly 14 months before extended support fees apply

Entity Definitions

Lambda
Lambda is an AWS service relevant to amazon eks.
EC2
EC2 is an AWS service relevant to amazon eks.
RDS
RDS is an AWS service relevant to amazon eks.
IAM
IAM is an AWS service relevant to amazon eks.
VPC
VPC is an AWS service relevant to amazon eks.
EKS
EKS is an AWS service relevant to amazon eks.
ECS
ECS is an AWS service relevant to amazon eks.
Step Functions
Step Functions is an AWS service relevant to amazon eks.
serverless
serverless is a cloud computing concept relevant to amazon eks.
microservices
microservices is a cloud computing concept relevant to amazon eks.
DevOps
DevOps is a cloud computing concept relevant to amazon eks.
Kubernetes
Kubernetes is a term relevant to amazon eks.

Related Content

Definition

Amazon Elastic Kubernetes Service (EKS) is AWS’s managed Kubernetes control plane. AWS runs the API server, etcd, scheduler, and controller manager across three Availability Zones and patches them for you; you attach worker capacity via managed node groups, self-managed EC2, Fargate profiles, Karpenter, or EKS Auto Mode. Standard Kubernetes APIs and tooling (kubectl, Helm, GitOps controllers) work unchanged — EKS is certified conformant. As of 2026, new clusters typically target Kubernetes 1.33+; AWS supports each minor version for roughly 14 months before extended support fees apply.

The control plane costs a flat $0.10/hour per cluster regardless of node count. Operational complexity lives in node lifecycle, add-ons (VPC CNI, CoreDNS, kube-proxy, CSI drivers), ingress (AWS Load Balancer Controller), and identity (IRSA — IAM Roles for Service Accounts — instead of broad node instance profiles). EKS Hybrid Nodes extend the same API to on-premises or edge hosts when latency or data residency requires compute outside AWS regions.

Compute optionWho manages nodesBest fit
EKS Auto ModeAWS (managed Karpenter)Production K8s without a platform team
Karpenter (self-installed)You install; AWS OSSFine-grained cost/spot mixing
Managed node groupsAWS lifecycle; you pick AMIsPredictable, moderate customization
FargateAWS per-podBurst, no DaemonSets, limited storage
Self-managedYouMaximum bootstrap control

When to use it

When not to use it

Tips

Gotchas

Official references

Need help with this topic?

Our AWS-certified team implements, audits, and optimizes these services in production — from Bedrock RAG pipelines to multi-account landing zones.