CloudGuild · Blog · Cheat sheets · Lessons · Certifications

Amazon EKS — Managed Kubernetes Service: When to Use What (and How the Exam Tests It)

Learn how to choose Amazon EKS for Kubernetes and understand exam questions to excel in the AWS Certified Solutions Architect - Associate.

Amazon Elastic Kubernetes Service (EKS) simplifies running Kubernetes on AWS. It reduces the operational overhead of managing the control plane. This guide focuses on when to use EKS and how to tackle exam questions effectively.

When to Choose Amazon EKS

EKS is a strong choice when:

Key Architectural Decisions

Choosing EKS involves several critical architectural decisions:

Decision Point Options Considerations
Node Types EC2 instances, Fargate EC2 for control, Fargate for serverless ease.
Networking VPC-native (CNI), Overlay VPC-native offers better performance; overlay can simplify.
Cluster Autoscaler Yes, No Enables dynamic scaling based on workload demand.
Add-ons CoreDNS, kube-proxy, others Essential for common operational tasks.

Gotchas & Exam Traps

Be aware of these common pitfalls in the exam:

How the Exam Tests This

Exam questions about EKS often follow specific patterns:

  1. Scenario-Based Questions: You may be presented with a situation where you must decide between EC2 and Fargate based on workload requirements.
  2. Cost Management: Expect questions that test your knowledge of EKS costs, including the control plane fee.
  3. Networking Configurations: Be prepared for questions regarding VPC-native versus overlay networking and their implications on performance and management.

The Rule to Remember

EKS is ideal for deploying scalable Kubernetes applications without managing the underlying infrastructure complexities.

For more practice, Take the free SAA-C03 mock exam.

Take a free mock exam →