
Explanation:
The correct answer is A: Deploy Amazon EKS using a local cluster configuration on an AWS Outposts server installed in the on-premises data center for the production workloads.
The question requires a solution where:
| Solution | Control Plane Location | Data Plane Location | Management of Control Plane | Operational Overhead | Best For |
|---|---|---|---|---|---|
| EKS (cloud) | AWS Region | AWS | AWS-managed | Lowest | Dev/Test |
| EKS Extended on Outposts | AWS Region | Outposts | AWS-managed | Low | Hybrid with connectivity |
| EKS Local on Outposts | Outposts | Outposts | AWS-managed | Low | Fully on-prem production |
| EKS Anywhere | Customer hardware | Customer hardware | Customer-managed | Higher | Air-gapped or custom hardware |
Local clusters on Outposts strike the ideal balance for production: full on-premises hosting + AWS-managed control plane + consistency with cloud EKS tooling (kubectl, IAM, observability, etc.).
This aligns with AWS best practices for regulated/low-latency workloads that need on-premises execution without taking on full Kubernetes control plane operations. For the exam, remember the distinction between local vs. extended clusters on Outposts, and how EKS Anywhere shifts more responsibility to the customer.
Ultimate access to all questions.
No comments yet.
A company with an on-premises data center is developing a new solution on AWS using Kubernetes, specifically utilizing Amazon Elastic Kubernetes Service (Amazon EKS) clusters for development and test environments. The production workloads require the EKS control plane and data plane to be hosted on-premises. The company seeks an AWS-managed Kubernetes solution with minimal operational overhead. Which of the following solutions best meets these requirements?
A
Deploy Amazon EKS using a local cluster configuration on an AWS Outposts server installed in the on-premises data center for the production workloads.
B
Deploy the production workloads on an EKS Anywhere cluster by installing Amazon EKS Anywhere on the company's hardware in the on-premises data center.
C
Deploy Amazon EKS using an extended cluster configuration on an AWS Outposts server installed in the on-premises data center for the production workloads.
D
Deploy the production workloads on an EKS Anywhere cluster by installing Amazon EKS Anywhere on an AWS Outposts server in the on-premises data center.